Retrieve POST variables just like in a normal HTTP forms

Hi All :D
Can anyone tell me how to retrieve POST variables just like
in a normal HTTP form?
I have 2 flex applications. One will send the POST variables
and I would like the other to retrieve
these variables. How to implement this?
Thanks :D

"JuggerOgre" <[email protected]> wrote in
message
news:g92bce$kgf$[email protected]..
> Hi All :D
>
> Can anyone tell me how to retrieve POST variables just
like in a normal
> HTTP
> form?
> I have 2 flex applications. One will send the POST
variables and I would
> like
> the other to retrieve
> these variables. How to implement this?
Flex is a client side application. You could send them from
one client and
then request them from the other client, or you could use
something like
BlazeDS to "push" the information.
HTH;
Amy

Similar Messages

  • How to batch compile Oracle Reports ?(just like the code for compiling forms)

    The following is for Batch compiling forms..
    IF %1=="" GOTO END
    DEL *.FMX
    FOR %%F IN (*.FMB) DO START /W Ifcmp60 USERID=%1 BATCH=Y MODULE=%
    %F
    :END
    Any idea for compiling all reports using a technique just like
    this..

    User dbms_ldap package in the database to use PL SQL to create your database
    account and then an OID account with a RAD to match the database login. If you
    You may have to load the DBMS_Ldap package from the database ADMIN directory first to be available in the database.
    LDAP SQL Ex.
    user_username := LOWER(new_user) || '@domain.com'; -
    retval := dbms_ldap.search_s(my_session, ldap_base,
    dbms_ldap.scope_subtree, 'uid=' || user_username, my_attrs, 0,
    my_message);
    retval := dbms_ldap.count_entries(my_session, my_message);
    my_entry := dbms_ldap.first_entry(my_session,my_message);
    my_dn := dbms_ldap.get_dn(my_session,my_entry);
    dbpassword := 'PASSWD01';
    isvalidrad := forms_rad.newraddefinition(radname,new_user,dbpassword,
    dbtnsnames,errormessage);
    sessionestablished := forms_rad.createoidsession(ldap_user, ldap_passwd,
    ldap_host, ldap_port, ldap_base);
    radcreated := forms_rad.createradforcn(my_dn, 'false', errormessage);
    -- Create new user's database account same as RAD account.
    v_sql := 'CREATE USER "' || new_user || '" IDENTIFIED BY ' || dbpassword ||
    ' DEFAULT TABLESPACE JLIM TEMPORARY TABLESPACE TEMP';
    EXECUTE IMMEDIATE v_sql;
    v_sql := 'GRANT CONNECT TO ' || new_user;
    EXECUTE IMMEDIATE v_sql;

  • I don't know where to post this, just like BT don'...

    Been with BT for 6 years now, recently noticed my bills were getting much more expensive as time went on although I don't use the phone, HD Films or the Music Pack BT Vision extra (which was free on sign-up)
    I finally managed to contact BT (via CS email) to cancel the Music Pack at £7.20/mnth or so, but was peeved to see you cannot simply cancel or change subscribtions online via BT.com
    Thats not a massive problem however
    What upsets me is I got a new BT contract (just because I cancelled a part of BT Vision) and had to create another online BT account, 2 days later I can now use my old account.
    As I am a green person, I use paper billing but now have two logins with two account numbers, I hope I do not get two bills?
    Annoylingly the final part is I now get email marketing spam from BT ([email protected]) trying to sell me laptops, when you click 'Unsubscribe' it simply takes you to the standard 'How may we help you page' with no clear option of opting out of marketing emails
    This frustrates me so much, I have over 7 business email accounts that I look after with precison, the last thing I need is another Spammer that you cannot delete?
    more worringly is I get billed £3.70/mnth for not using my phone, BT say on the eBill, use up your minutes to reduce this charge? I dont always want to ring someone BT? Why charge me for not using you?
    Annoyed, Lancashire

    to unsubcribe click on our products that takes you to a contact link were you can phone or email to unsubscribe
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Just downloaded and installed new LR CC.  No apparent problems with the D/I on my iMac, OS 10.10.3. however LR CC will not start.  I get a momentary flash of the opening screen and then the program  shuts down.   From the posts it looks like this if a ver

    Just downloaded and installed new LR CC.  No apparent problems with the D/I on my iMac, OS 10.10.3. however LR CC will not start.  I get a momentary flash of the opening screen and then the program  shuts down.   From the posts it looks like this if a very common problem.  Any help would be appreciated. Thanks.

    Have you tried logging out of your CC desktop app, then logging back in again? Quit/Restart won't work, but logging out and back in should. See here: https://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

  • Creating j2me GUI s just like j2se in Netbeans

    I am a j2se programmer. I know nothing about j2me. Can we design GUIs for mobile apps just like we do in j2se application? I saw one option in netbeans visual midb(forget it) to design GUI. but i couldnt create effectively as i do in j2se.
    can anyone explain how to create GUI in netbeans for mobile app?

    Yes, you are right.
    From the time I posted my question I tried to make a similar GUI in NetBeans and I noticed that NetBeans included the following code for the GUI:
    javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
            getContentPane().setLayout(layout);
            layout.setHorizontalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addComponent(UpToolbar, javax.swing.GroupLayout.DEFAULT_SIZE, 400, Short.MAX_VALUE)
                .addGroup(layout.createSequentialGroup()
                    .addGap(10, 10, 10)
                    .addComponent(tabbedPane2, javax.swing.GroupLayout.DEFAULT_SIZE, 380, Short.MAX_VALUE)
                    .addContainerGap())
            layout.setVerticalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(layout.createSequentialGroup()
                    .addComponent(UpToolbar, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
                    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                    .addComponent(tabbedPane2, javax.swing.GroupLayout.DEFAULT_SIZE, 182, Short.MAX_VALUE)
                    .addContainerGap())
            pack();I just adapted the code to my initial project and it works much more better.
    Still the icon pics look very poor, like I am using a 800x600 resolution. They look so old...And the fonts used for the menus are bolded...
    I will look on the forum for a way to make the GUI use some normal fonts.
    Thank you, camickr , for your response ;)

  • Crap service......it's just like other ISPs!!

    Wanted to upgrade from broadband option 1 to option 3 unlimited,went alright until was told that i had to pay £39.99 for the phone,which they give away free normally.
    It's because the system (yes the bloody system,it sounds just like sky and the way they treat there customers)
    couldn't,wouldn't or what ever it was be over rode to give it me free,as thats what it should be.
     He asked the manager(prob his mate sat nxt to him really)if he could give me a discount of £39.99,but No, coz i'm paying the extra £15 a month for the unlimited GB allowance and not the phone or hub????(which you get free,but not if your a customer already might i add)
     Even when i said to him i don't want the hub,just the phone,but that made sweet FA difference.
     So,if you want to upgrade,you pay the full amount but we not gunner give you what new customers get never mind discounts.
     So,BT will be losing me as a customer,and that will be broadband and phone line.
     Mr Sean Redford
                 if anyone wants to get intouch....lol
    {edited by mod to remove personal info from post, and discussion on other ISP's policies}

    Hi Sean,
    If there's anything I can do to help here drop me an email at [email protected] and I'll see what we can do.
    Thanks,
    Stephanie
    Stephanie
    BTCare Community Manager
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post. If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Firefox 6 hangs constantly, just like 3.6.21 and its predecessors did.

    Just like FF version 3.6.21 and its predecessors, the new FF 6 hangs when it's been running for a while, especially with multiple tabs/window open. Before upgrading to 6.0.1, I did all the self-help measures possible, clearing all FF history, downloads, cache, cookies, clearing the Mac's caches as well, resetting parameter ram, running disk utility, repairing permissions, etc. No luck. I truly thought the ongoing issue was due to my older FF version 3.6.21, so I installed 6.0.1. Unfortunately, the newest version 6.0.1 did not change the situation. FF hangs when left open for an extended period of time. I even upgraded to 6.0.2 recently, but the problem still persists.
    It hangs at various times, and there is not one particular action that triggers it. When FF hangs, it affects everything else that is open, whether it is a Word document, Excel spreadsheets, PDFs etc. I am continually forced to shut FF down and start over. Upon a restart, FF and all other applications work beautifully, but after a while, slowly but surely, FF begins to misbehave, the spinning beach ball appears intermittently, till it becomes a constant, FF becomes totally unresponsive, and I have to Force Quit FF.
    Nothing else has changed on my Mac, I have not installed any new software, the only thing that has changed is something within FF. The newer FF browsers of the last 6 months all have to be babied. I live in fear when having more than one window or tab open, lest FF start to hang and I end up losing everything I was working on, because upon a restart, FF is having trouble recovering my tabs. I used to be able to have 10 windows open with multiple tabs, along with several Excel spreadsheets, Word documents, and PDFs all open at the same time, with no problems, ho hangs, and no restarts! What is going on lately?
    I even spent half a day with Apple Technical Support on two occasions, to see if there was an internal problem with my Mac that was causing these issues. The diagnostics turned out fine. We did everything under the sun to resolve any potential glitches, and I hoped that when I next opened FF that all would be working smoothly, but alas, no luck. When FF is left open for several hours, it eventually freezes up (FF not responding) and I am forced to Force Quit FF and start over. Again, and again, and again.
    FF I got your new browser because you promised me faster speed. That is not the case; I am working at a snail’s pace due to the constant hanging episodes. There is clearly a glitch with the newer FF browsers and Mac OS 10.5.8, and it has become a MONSTROUS issue for me. Please have technical support address this problem as soon as possible. I otherwise love the new FF 6. You made some very good changes to it, which I appreciate very much. But unless this hanging issue is fixed, I will not be able to continue using FF as my browser. It has hampered me significantly to date, and I can’t afford to let this go on much longer. I am hoping you will develop a fix in the very near future. Please post back and let me know if there is a cure on the way. Thank you.

    Thank you scoobidiver. I think that may be exactly what the problem is. Although I have had FF hang at other times when little activity was going on. It just does not seem very stable to me for a long while now, even back to the FF 3.6 days.
    Is FF 7 even available for Mac 10.5.8? I thought I had the latest at 6.0.2.

  • MBP hard drive beeps after Snow Leopard Upgrade, just like the unibody

    After upgrading my MBP to Snow, it is now beeping from the hard drive every 10-15 seconds, just like the videos that were posted of unibody MBPs beeping in 10.5.8 (which Apple released a firmware update for).
    Just wondering if anybody else is experiencing this?

    sure. I'm using seagate 500gb hdd. But still better than 10.5 where I can not start the system at all.

  • I have just purchased a new iMac and have uninstalled cs6 from my old iMac. Do I just install CS6 as normal or do I need a new code. My licence is for one user

    I have just purchased a new iMac and have uninstalled cs6 from my old iMac. Do I just install CS6 as normal or do I need a new code. My licence is for one user

    Yes, just install as you normally would using the serial number you originally used.
    You did not have to uninstall on the old machine - with your single user license you are allowed to have two activated installations.  So feel free to reinstall it if those are the only two machine you plan to have it on and you'd like to have a backup installation.

  • Report to Form (in Update mode), update, "Close" back to report (just like QBE).

    Alright, I have been through the entire board and found bit and pieces here and there on how to do this, but I am not satisfied with the results. Answers to these questions will dictate whether we use this product or not.
    1) The QBE solution is great for the above EXCEPT I am unable (it seems) to make updates to the form portion of the Report/Form combination. I need to be able to lock off certain fields and disallow certain functions. Other's have asked whether this can be done. No answers issued forth.
    Is there some way short of hacking into the PL/SQL code of updating the form on a wizard created QBE?
    2) I was able to create my own report, link (via link object) to a custom form (update the form as I needed). Now I would like my users not to have to hit the query button (which is absurd in this case because they already have the proper record displayed). So I need to open the form in "update" mode. I have seen some different approaches to this on the board, and all kinds of code, but is there a simple way to do this (preferably from the tool, not hacking code)?
    I see the code in the various posting (including the FAQ), the question is where I put in in the context of my link from report to form (if it is in the native pl/sql, this is not an answer because we will not go that route; having code blown away by the tool and have to be reentered. It goes in in the context of the tool or we don't use the tool).
    Also, is there a way to utilize the "close" button from the QBE that so nicely takes you back to the report and does a refresh?
    This is the simplest app I could dream up to test this product and it looks like it falls short.
    In summation:
    1) Generate a report. (yes)
    2) Link to form (yes)
    2a) Link direct to record (no query click) (no, without hacking)
    3) update the form (yes, if after query click)
    4) Jump back to report at spot where you left, do automatic refresh (just like QBE) (No, without hacking)
    Again, this is the simplest and most common of apps, I cannot understand why it would be so hard to accomplish. What am I missing? Anybody on the board, please advise.
    null

    If your report is created using ‘Reports From SQL Query’ then you can modify it using the following to achieve this:
    1. Remove the link from ‘Column Formatting’ section of the report object.
    2. In the SQL of the report , use custom link to the column where you want to provide link using the syntax
    select a.empno,’‘||a.ename||’‘ ename_link,a.deptno
    from scott.emp a
    Order by a.empno
    and the form will always open in ‘INSERT’ mode with passed values filled in.
    Thanks
    Krishnamurthy

  • How to use a pdf file just like a jsp file?

    Hi! My question is quite simple, I was wondering if it is possible to use PDF files as if they were html forms and post the data to a servlet with PDFBox? I read the spec and it seems that PDFBox is meant to treat local pdf files, am I right?
    I guess what I will have to do is save the pdf file once the user has finished entering data in it with a unique file name, and then treat the local pdf file with PDFBox... Is that the way to go or is there an other way to use pdf forms just like an html forms and then treat the data in a servlet?
    Thanks!

    Cross-post
    http://forum.java.sun.com/thread.jspa?threadID=617229

  • Hi, I need to remove that disease of a yahoo toolbar from my bookmarks toolbar. Just like windows it wont go away when I try to remove it, how can I get rid of this menace?

    I cant get rid of the yahoo bookmark in my bookmarks toolbar, just like a disease it wont just go away, how can I get rid of this pest?

    Hi,
    You can try the suggestion posted here: [https://support.mozilla.com/en-US/questions/682742]
    If that doesn't work, please describe what happens when you follow those steps.
    Good luck!

  • HT1657 after renting a move and starting viewing I can not stop it and come back to in within the time frame. If i stop it it goes away not able to find it. Just like I did not rent it at all.

    after renting a move and starting viewing I can not stop it and come back to in within the time frame. If i stop it it goes away not able to find it. Just like I did not rent it at all.

    Hi,
    We have rolled out a fix for this issue.
    Please log off and log back in to your machine and the issue should be resolved automatically. In case that does not work, please manually run the msi installer posted here (may require reboot).
    For details, please refer to the KB article here: Multiple RunOnce keys created 11.0.10 and 10.1.13 Acrobat | Reader
    Please let us know if you still face any issues.
    Thanks,
    Ashu Mittal

  • How can i retrieve recodes in txtfile like in database

    I want to store three values into textfile, every time, when i press button, i will add values into textfile, and when i add value a, i can compare the exisitng value in textifile with value a. just operating like in database.
    How can i do like. is there anyone provide codes for me,

    i mean that if i want to put a new value into text
    file. i first check whether there is a value in the
    textfile is the same with the value i put. just like
    retrieve in database.Hint: RandomAccessFile

  • Is it possible to use a PDF just like a JSP?

    Hi! My question is quite simple, I was wondering if it is possible to use PDF files as if they were html forms and post the data to a servlet with PDFBox? I read the spec and it seems that PDFBox is meant to treat local pdf files, am I right?
    I guess what I will have to do is save the pdf file once the user has finished entering data in it with a unique file name, and then treat the local pdf file with PDFBox... Is that the way to go or is there an other way to use pdf forms just like an html forms and then treat the data in a servlet?
    Thanks!

    No, I think I've seen PDF forms which post to servers like web pages. I could be wrong, though. But that would probably require the full Adobe Acrobat to generate those.

Maybe you are looking for