Form Select with Data

URL:
http://www.imemories.com/support/index.htm
Spry region in question is in the top left box, under
"Technical Support Online".
Issue: after selecting "Product" and "Topic", and hitting
"Reset", "Product" gets cleared, but not the "Topic".
How to clear both?
Any help will be much appreciated.

Exactly so! Thanks Scott for setting me straight. For the benefit of other readers, the value in the Source Used column had been set to "Always, replacing any existing value in session state" and should have been set to "Only when current value in session state is null".

Similar Messages

  • Problem populating html form fields with data from database.

    I'm using a straight forward piece of code to populate a form with data from a database, to create and 'edit record' page. The code is as follows;
    TO RETREVE THE DATA FROM THE DATABASE;
         $query = "SELECT * FROM $table WHERE newsletter_id = '$newsletter_id'" ;
         mysql_select_db($database) ;
         $result = mysql_query($query, $connect);
         $numRows = mysql_num_rows($result);
         $dbnewsletter_title = mysql_result($result,$i,'newsletter_title');
    TO POPULATE THE FORM FEILD;
    <tr>
              <td width="140"><p class="admin">Newsletter title</p></td>
              <td><input name="newsletter_title" type="text" <? print "value=$dbnewsletter_title";}?> /></td>
            </tr>
    However, when I view the page, the string shows in the text feild, but seems to be split at the point of the first space. So basically only the first word of the string shows in the text field. If I try to print '$dbnewsletter_title' outside of the table, the string is shown in full as it should be.
    Does anyone know what is causing this problem?
    Many Thanks

    Put the value in quotes:
    <?php print "value='$dbnewsletter_title'"; ?>

  • PDF forms open with data in Acrobat 6 but open Blank in Acrobat 9

    I have various forms which I have filled with data using Adobe Acrobat 6 Professional. Now When i open them using the same, it shows the data inside the form (like it should).
    Unfortunately, there are these new forms released that are not compatible with Acrobat 6 Pro, so now I upgraded and have both Acrobat Professional 6, and Acrobat Professional 9 installed.
    When i open the forms with data which I have saved when i used Acrobat 6 Pro, they open all blank in acrobat 9 pro, what shall I do.
    I have been looking for this answer for days now. All the data is very important, and I do not want to loose it, these forms are my business please help...
    I am stuck in between different versions of Acrobat. Thanks.

    Hi there,
    I'm having this exact same problem, so I wanted to bump this back into circulation, since I've yet to find a fix - let alone any information on it - anywhere.
    I can't attach a file at this point (confidentiality), but I'll try to create one that I can upload.
    In our case, they are Government forms.  I know they have security on them, and I know that Acrobat 9's security differs from that of Acrobat 6, so I have to figure something 'broke' in the compatibility.
    Basically, we've used Acrobat Standard 4, 5 and 6 for ages.  I finally got the go ahead to upgrade everyone to 9 Standard (and a few to 8 Standard).  These forms, which were filled out over the past number of years, all show up fine in any Acrobat (Reader, Standard or Pro) from version 7 and below.  Opening them in 8 or 9 show the form in it's entirety, but the fields completely blank.  If I open it again in a lesser version, the data is once again viewable.
    I'm really hoping someone can point me in the right direction.  Although I've read the contrary, I can't believe Acrobat would create a product that didn't allow you to open previously created PDFs - even if it takes a patch, or plug-in, or some sort of setting change.
    Well, that's my call for help.  Hopefully someone has some answers since this thread died a year ago.
    Thanks!
    Dave

  • Saving Interactive form filled with data onto Application server

    Hi All,
    I am able to save Interactive PDF filled with data on my local machine.But my requirement is to save it onto the application server.Could you please help me out.
    Thanks in Advance,
    Praveena

    Hi Praveena,
    Use Function Module to CONVERT_OTFSPOOLJOB_2_PDF
    Or make use of this code :
    CONSTANTS: c_no(1) TYPE c VALUE space,
    c_device(4) TYPE c VALUE 'locl'.
    PARAMETERS: p_file TYPE LOCALFILE DEFAULT TEXT-F02 OBLIGATORY.
    DATA: gd_buffer TYPE STRING OCCURS 0 WITH HEADER LINE.
    lt_conv LIKE gd_buffer OCCURS 0 WITH HEADER LINE.
    DATA lv_string TYPE string.
    * CONVERT TO PDF FORMAT
    CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
    EXPORTING
    src_spoolid = itab-sp_numb
    no_dialog = c_no
    dst_device = c_device
    IMPORTING
    pdf_bytecount = gd_bytecount
    TABLES
    pdf = it_pdf_output
    EXCEPTIONS
    err_no_abap_spooljob = 1
    err_no_spooljob = 2
    err_no_permission = 3
    err_conv_not_possible = 4
    err_bad_destdevice = 5
    user_cancelled = 6
    err_spoolerror = 7
    err_temseerror = 8
    err_btcjob_open_failed = 9
    err_btcjob_submit_failed = 10
    err_btcjob_close_failed = 11
    OTHERS = 12.
    LOOP AT it_pdf_output.
    TRANSLATE it_pdf_output USING '~'.
    CONCATENATE gd_buffer it_pdf_output INTO gd_buffer.
    ENDLOOP.
    TRANSLATE gd_buffer USING '~'.
    APPEND gd_buffer.
    DO.
    counter = strlen( gd_buffer ).
    IF counter GE 255.
    lt_conv = gd_buffer(255).
    APPEND lt_conv.
    SHIFT gd_buffer LEFT BY 255 PLACES.
    ELSE.
    lt_conv = gd_buffer(counter).
    APPEND lt_conv.
    EXIT.
    ENDIF.
    ENDDO.
    IF lt_conv[] IS NOT INITIAL.
    OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    IF sy-subrc EQ 0.
    IF sy-subrc 0.
    MESSAGE e398(00) WITH 'Error creating file' p_file.
    ENDIF.
    LOOP AT lt_conv INTO lv_string.
    TRANSFER lv_string TO p_file.
    ENDLOOP.
    CLOSE DATASET p_file.
    IF sy-subrc EQ 0.
    ELSE.
    MESSAGE e398(00) WITH 'Error closing file' p_file.
    ENDIF.
    ELSE.
    MESSAGE e398(00) WITH 'Error creating file' p_file.
    ENDIF.
    ENDIF.
    Thanks,
    Naresh

  • Blank form fields with data?

    I've created a form in Acrobat and sent it to a few people to test. When they send it back to me, some people say even though they saved their data, when it's previewed in their browser (email) it looks blank. When I receive forms sent back to me, the form appears blank, but when I click in the field, the answer appears.
    How can I fix the form so that no one is confused by a blank form after they fill it out? I'm not concerned about receiving the blank forms since there is data, I'm more concerned that a customer will see a blank form after they've filled it out and get frustrated.
    BTW, we've tried opening the forms returned to us in MAC and PC, same problem.
    Thanks,
    D

    The problem occurs when the Preview application on a Mac is used to fill-in the forms. It is well known the Preview corrupts PDFs in a number of ways and it should be absolutely avoided when using PDF forms. The damage it does to a document cannot be repaired, but you can open the corrupted form in Acrobat, export the form data (to an FDF or XFDF file), and import it back into a blank form. Then inform your users to use Adobe Reader and not Preview.
    Also, some PDF viewers (e.g., iOS's built-in viewer) have no support for PDF forms at all, so forms will appear blank when opened. The fix for this is to have them open the form in Adobe Reader. This is assuming the form was not corrupted with Preview.

  • Form Select with additional menus on call

    I'm trying to figure out if Spry does this example where you
    start with a drop down menu for a topic and if you want to add
    another version of the same menu, you just click a '+' button and
    it adds another field like a repeat region and keeps doing so as
    long as you want to add more fields. I've seen it done in Ajax but
    not in Spry. Anyone do this yet?
    The idea is that I have a client who is a photographer and
    he's got an order form with 25 of the exact same field with two
    text input area on the left and a pull down on the right and it
    would be so much cleaner to just have one and if the person making
    the order wants to add more of the same areas or div's he can just
    click a button and add more of the same fields.

    very helpful....
    I saw that maybe my code wasn't java.... hence the posting in "new to java!" :)
    Here is the code where my problem originated
    original
    <script type="text/javascript">
              coded = "[email protected]"
                   cipher = "aZbYcXdWeVfUgThSiRjQkPlOmNnMoLpKqJrIsHtGuFvEwDxCyBzA1234567890"
                   shift=coded.length
                   link=""
                   for (i=0; i<coded.length; i++){
                        if (cipher.indexOf(coded.charAt(i))==-1){
                             ltr=coded.charAt(i)
                             link+=(ltr)
                        else {    
                             ltr = (cipher.indexOf(coded.charAt(i))-shift+cipher.length) % cipher.length
                             link+=(cipher.charAt(ltr))
    function get2(id) {
                   proj = document.getElementById(id).value;
                   if (proj == 'contact')
                        location.href = 'mail\u0074o\u003a'+link;
                   else
                        location.href = proj;
         </script>+
    <select name="url" class="sel" id="select" onChange="get2('select')">
               <option value="image-1" >1</option>
            <option value="image-2" >2</option>
            <option value="image-3" >3</option>
        </select>

  • Safari 5.1 disables form select with @font-face

    If I add css @font-face AND background-color to <select> it wont show options instead it reloads the page. It works just fine in Safari 5.05, FF, Chrome and Opera but not safari 5.1. Is it a bug in Safari or is it the code? Tested on iMac and Macbook Air.
    Example: www.mindwerk.dk/admin.php
    <style type="text/css">
    @font-face {
              font-family:Century_Gothic;
              font-weight:normal;
              src:url(fonts/Century_Gothic.otf);
    select {
              font-family: Century_Gothic, Verdana, Geneva, sans-serif;
              background-color:#e0e0e0;
    </style>
    <form action="index.php" method=post>
        <ul>
            <li>
                <label>Choose:</label>
                <select name=remember>
                    <option value=yes>yes</option>
                    <option value=no>no</option>
                </select>
            </li>
        </ul>
    </form>
    Anyone experience the same?

    I am getting the same thing on certain site site. Such as abduzeedo.com
    KJ

  • Is it possible to set validation on a form field with data from another field in Adobe Acrobat?

    Thanks in advance for any help and advice. I am trying to set a validation for one field that would make sure that the amount entered is 25% of a different field. I tried setting up a validation, but have been unsuccessful. Can anyone offer any insight or solution? Thanks!

    You'll need to use a script to do it. Something like this should do:
    if (event.value) {
         event.rc = true;
         var v1 = +this.getField("NameOfOtherField").value;
         if (+event.value!=(v1*0.25)) {
              app.alert("The value you entered must be 25% of the value of NameOfOtherField.");
              event.rc = false;
    (This will check if the entered value is exactly 25% of the other value... If you meant something else, please clarify)

  • Filter Data with Date range.Dates are selected in user form

    Does anybody could help me to create a user form, that user could select the date and time from either calendar or other control button (from Userform control Toolbox) and the VBA code would filter the data on Excel SpreadSheet depending on input...
    I want user to specify start time and the end time, that I would know the period of time which is on interest and filter the data depending on inputs...
    This is part of my table on Sheet1:
    ID                     Time
      Products
    ProdNoExit
    8
    04-06-2013 23:00
    15
    1
    8
    04-06-2013 23:30
    205
    1
    8
    05-06-2013 00:00
    235
    1
    8
    05-06-2013 00:30
    587
    1
    8
    05-06-2013 01:00
    874
    1
    8
    05-06-2013 01:30
    155
    1
    8
    05-06-2013 02:00
    150
    1
    8
    05-06-2013 02:30
    258
    1

    How about this?
    Right-click your tab name, and paste this code into the window that opens.
    Option Explicit
    Private Sub Worksheet_Change(ByVal Target As Range)
    If Target.Count > 1 Then Exit Sub
    If Target.Address = "$A$1" Or _
    Target.Address = "$G$1" Then
    Range("Database").AdvancedFilter _
    Action:=xlFilterInPlace, _
    CriteriaRange:=Range("Criteria"), Unique:=False
    End If
    End Sub
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • How can I pre-populate a web app input form with data from a webform in the CRM?

    Scenario:
    A customer fills a registration webform. The customers data is stored in BC CRM as usual. This step provides a lead to marketing unit and the team makes a follow up. Upon completion of internal processes. The workflow initiated by this customer filling the registration form is approved.
    Th user is sent a 3rd-party notification with a url to enable the user complete the registration process by entering the information into a web app.
    The Issue:
    The client is requesting that he doesn't want the the customer to re-enter some of the  information that  has been captured in the registration form again since it will be laborious for the user to do this. He wants the system to store this customer data already in the CRM and pre-fill the web app form so that the user just submit the data, so that the item can be in the appropriate web app as web app item.
    Question: Is this possible? Can this be achieved via js. How should I go about it.
    Your assistance will be appreciated.
    Thanks.

    For each option you would need to only have a custom text field for that item. This is where the otpion for each gets populated with javasript.
    Each option is your own html that is a select with options as web app items. A list layout of your web app items is just a select with text and value of that item.
    Your tricky thing is to setup the matrix of rules to define what shows and when. You can do that with data source association between web apps if it is a 1-1 relationship but if it is 1 to many you need to form script matrix to define what happens on each change.
    It depends on the details but thats the core of it.

  • Prepopulating PDF Fillable Forms with data from XML files

    How can I get a PDF fillable form to open pre-populated with data from an XML file automatically? I've been using Adobe Standard 9.0 and am willing to upgrade in a modest fashion if necessary. I am aware of the Navigation method > Forms > Manage Form Data > Import Data. This works fine, however, my users are not smart enough to do tis much clicking and selecting. Is there an automated way to have this XML data merged into the PDF file on the fly. These files will reside on an internal local area network and will be operated on local PC's that will probably have Acrobat Reader ONLY. I have been told that the only way to accomplish this is through Java Scripting. I would prefer to do this the 'old fashioned' way of command line switches, but that does not appear to be an option. Does anyone have a sample Javascript that would accomplish what I am trying to achieve. Any help would be greatly appreciated.

    Hi Sharon
    The easiest way is:
    - Open your PDF form within Acrobat
    - From the File menu, import the XML form data into the form
    - From the File menu, use Save As... to save the file with a new name.
    The new PDF will be identical to the original one, but will have the data embedded in it. Voila.
    If you want the same form to pre-populate with different XML files depending on the circumstances, or if you're generating the XML on the fly, then things get more complicated. (And more expensive.) As your consultant said, LiveCycle Forms is one option, but it is expensive (actually even more than 10K). There are other options, including Cold Fusion, custom servlets, etc.
    Howard
    http://www.avoka.com

  • How can I partition an external hard drive with data in it? When I select the drive, the partition option is grayed out.

    I am having a problem partitioning an external hard drive with data in it. 
    When I select the partition, everything is grayed out.  I can't add a a partition for some reason.  When I asked this question to other people, they told me to select my partition "io" to do it from there.
    As you can see, I can't seem to partition it form there either.  I ran the Verify Disk utility but the volume came out okay.
    Any ideas as to what the problem would be?
    Thanks!
    Luis

    Select the main hard drive entry (topmost one.) Click on the Partition tab. Shrink the existing partition by grabbing the sizing gadget in the bottom right corner and pushing up until you free up enough space for your second partition. Be sure you do not shrink to less than the space currently occupied by your files. Click on the Add[+] button to create a new partition in the free space. Click on the Apply button and wait until the partitioning is completed.

  • Problem with data in Adobe Forms - partially displayed(first pade only)

    Hi all .
    I only start work  with Adobe Forms so I need your help .
    My form includes   table with lot of data .
    My problems are:
    1.only the first page with data is displayed and I don't see the rest  of data .
           What I need to define  for get all my data printed ?
    2. How can I print total at end of  table ?
                 Regards Helena .

    select the subform where your table body present , there you choose the pallete object inside you need to set.
    if you still have doubts see these blogs
    Adobe Forms Using:  Nested Table, Text Module & providing the functionality of Page Total & Grand Total
    Displaying Internal Table in Adobe Form

  • Prepopulating PDF forms with data from XML file

    How can I get a PDF form to open pre-populated with data from an XML file automatically? I've been using Adobe LifeCycle Designer 8.0 and there doesn't seem to be a way to do it. The closest I came was to use the ImportData method, but that only lets you specify a data file if the form is signed (certified), which these aren't and don't need to be because we're using them on an internal company web page. ImportData works if there is no file name, but then the user has to navigate to and select the correct file, which we can't rely on our users to do.
    I've researched this problem for days on this and other websites and haven't found an answer (one Adobe advisor suggested purchasing LifeCycle Forms, which is not an option because it's a $10,000 software package and the company wouldn't authorize a purchase that steep). We will buy a less-expensive option if there is one. We'll even hire a consultant if we can find one to who can design a supportable solution. All suggestions will be much appreciated.

    Hi Sharon
    The easiest way is:
    - Open your PDF form within Acrobat
    - From the File menu, import the XML form data into the form
    - From the File menu, use Save As... to save the file with a new name.
    The new PDF will be identical to the original one, but will have the data embedded in it. Voila.
    If you want the same form to pre-populate with different XML files depending on the circumstances, or if you're generating the XML on the fly, then things get more complicated. (And more expensive.) As your consultant said, LiveCycle Forms is one option, but it is expensive (actually even more than 10K). There are other options, including Cold Fusion, custom servlets, etc.
    Howard
    http://www.avoka.com

  • Need to select XMLTYPE data in unindented form, from a query.

    I need to select XMLTYPE data among relational data as an xml element.
    SELECT
      XMLSERIALIZE(DOCUMENT
      XMLELEMENT ("Account",
          XMLATTRIBUTES (LPAD(ROWNUM, 10 , '0')        AS "recordId"    )
           ,XMLELEMENT ("Header"
               ,XMLELEMENT ("AccountId"
                  ,XMLELEMENT ("AccountNumber"          ,car.acc_nbr              )))
                  ,XMLELEMENT ("CreditPurpose"            ,car.credit_purp           )
                 ,XMLELEMENT ("AccountType"              ,car.acc_type              )
                , (cdx.cus_dtls)  -- /*THIS IS XMLTYPE data*/
      ))AS crdtrpt
    FROM  cus_acc_rpt car , cus_dtls_xml cdx
    WHERE car.ar_id = cdx.ar_id
    Here cdx.cus_dtls need to be selected in unindented form (each records as a long unbroken string of data). So that I can SPOOL huge number of records in lesser time.
    I am trying to convert this into CLOB and Insert into CLOB type column of a table.
    But XMLSERIALIZE does not seem to serialize the xml data in cus_Dtls column.
    However it does serialize the xml typ data selected other than cus_dtls.
    Any quick hints to meet the requirements will be very welcomed !!
    Cheers !!
    Saxena

    Use XMLSerialize with NO INDENT option :
    SELECT XMLSERIALIZE(DOCUMENT
             XMLELEMENT ("Account",
             NO INDENT
           )AS crdtrpt
    FROM  cus_acc_rpt car , cus_dtls_xml cdx
    WHERE car.ar_id = cdx.ar_id

Maybe you are looking for

  • Can we change an Apple ID?

    The wife and I each received an iPod Touch last year. When I signed in I was asked for my email address. When my wife signed in, she was also asked for our email address and gave it. That ended up being the Apple ID for both of us. Then when she trie

  • How do I stream rhapsody from my MacBook Pro to my receiver with Airport Express?

    How do I stream rhapsody from my MacBook Pro to my receiver with Airport Express?

  • TOAD HELP - Explain Plan

    Hi, I am using TOAD 8.0 for oracle 9i DB and new to toad I had set the plan table for a schema say schema1@dev1 as follows view>options>oracle>general> explain plan table name -> TOAD_PLAN_TABLE username -> xa11.....some blah blah that came by defaul

  • XSQL without Servlet Engine

    Im trying to use the xsql.bat utility. Can sombody give me a link to actual description of how to use this Tool ? I don't think that the description under: http://technet.oracle.com/tech/xml/xsql_servlet/htdocs/relnotes.htm#ID1415 is actual. Best Tha

  • W580i update problem, why can't i download it?

    Hi there, I encountered a problem during my software update. As the updater is in the process of downloading, it was unsuccessful(even tried to turn my firewall and anti-virus software off). now i ended up with my phone bricked...i tried to use the p