Set cursor to be incised initial form field

Is there a method or document javascript to get the cursor to be inside the first tab order field, ready for input. You have to either hit tab first or use the mouse to begin inputting a form.

Thank you for your help on this.
http://ftp.kaleidoscopechicago.com/_XrzJ4jGdwTNdXR
FILENAME:   ALDI Information Request-Nov10.pdf   
324 KB
The URL will expire on Dec 11.
Code looks like this after
//-----------------Do not edit the XML tags--------------------
//<Document-Level>
//<ACRO_source>FIRST FIELD</ACRO_source>
//<ACRO_script>
/*********** belongs to: Document-Level:FIRST FIELD ***********/
this.getField("SUPPLIER_Due Date").setFocus()
//</ACRO_script>
//</Document-Level>

Similar Messages

  • Initializing form fields

    I have a form in my application with some fields in. The user enters data in one of the fields which is used as criteria for displaying data on the next screen. When the user returns to the form, I want to blank out the data the user entered initially. I cannot figure out how to do this. Has anyone been able to do this, and if so, how did you do it?
    Thanks in advance
    Dave

    If you have any button on the form that is supposed to reset the form, you will have a procedure in the form generated package like wwv_gensys_x (where x is a number) that calls doReset.
    You can conditionally call the wwv_gensys_x procedure from the additional pl/sql section ...before displaying the page to reset all the form fields.

  • Is there any way to set a property for all existing Form Fields of a particular type (Che

    In versions of Acrobat prior to version 9, selecting a particular form tool (Textbox, Checkbox), etc. would only display Fields of that particular type in the Acrobat Designer (not LiveCycle).
    If one wanted to change a particular property of all check boxes for example, one would select the Checkbox Tool, Click Edit>Select All>Right Click one of the Checkboxes and Set the Property for all of the Form's Checkboxes.
    Selecting a particular form tool in the Acrobat (not Lifecycle) Designer in version 9 appears to no longer filter the display to that particular form field type. Is there any way to display only 1 particular form field type in or set a particular property for all existing Form Fields of a particular type (Check Box, Text Box, etc.) in Acrobat 9?

    Thanks for the tip..Am aware of this option and have used JavaScript to batch change properties in the past...
    Am looking for a way to replicate the interactive procedure available in previous versions.  Also, want a way to only display certain Form Field types (use this when analyzing forms which I didn't create).

  • How can I set the font size of a form field in the fdf file?

    I need to dynamically set the font size of a field to accommodate text of varying length, automatic font size won't work in this case. It seems like this can be done in the FDF but I have tried several variants without success. Could someone help out with a real example of what the syntax in the fdf should look like.
    I am using Acrobat Professional 8.1 but the created fdf will need to work with Reader also.

    I think that the font size has to be set in the form itself, not the FDF.

  • How to set the where clause of a value set on the basis of a form field

    I am using a DFF(Descriptive FlexField), which needs to display the value of a certain column(say columnA) on the basis of the value of another column(say columnB).
    So i have created a value set which points to the table which has both these columns, and the DFF uses this value set. However, the problem is that I have not put any where clause in the value set, because of which i cannot handle the exact fetch returns more than one rows error.
    The query has to be as follows:
    select ColumnA from tbl where ColumnB = [ a form value ];
    What I want to know is how can i get the value of a certain field of a certain block of the form in the above query.
    Edited by: 981615 on Jan 14, 2013 12:48 AM
    Edited by: 981615 on Jan 14, 2013 12:48 AM

    Just have a look over these two statements if it solves your problem
    one time where clause
    Set_Block_Property('BLOCK_NAME',ONETIME_WHERE,your form item);
    dynamic where clause
    set_block_property('BLOCK_NAME'default_where, your form itme)
    you can where clause at run time from any procedure or some triggers

  • Setting default value for form field assoc with a table column

    On a "Create Record" situation I was trying to set the default values of some form fields using a page level "Process". These form fields have Source Type = Database Column. It wasn't working, I could only set non-db assoc form field values no matter when the "Process" was set to exec. From some other posts it seems that this is by design, ie. not being able to programatically set the initial values of form fields that are sourced to db columns. I was hoping to have just one "Process" that would exec to set these initial values in one place rather than scattered about for each field that needed a default value. These particular default values come from ref tables and may be different for each user.
    So, it looks like I have to use a "Default Value" plsql chunk for each field on the form itself or else set their value on the calling form's Redirect in the "Set these Items" area.
    Is this correct?

    You could define a database function which accepts the name of the item and the user ID of the user running the application. Based on the item name and the user ID have the function return the appropriate initial value. Invoke this function in a "Default Value" PL/SQL block.
    Does that help in centralizing your initial values? You could have one function per page or one function per application. I would do one function per application.

  • Clear Form Fields

    Hi,
    I have downlaoded the above from teh adobe site, but not sure what folder to place in.  If any help the dowload gives the path below to use.
    Commands > Dreamlettes > Clear Initial Form Fields.

    I'm not familiar with the Extension to which you refer, but my guess is that it needs to write code to the <head> of your document.  If you're using DW Templates to generate pages, your Template's <head> tag needs to be editable. 
    <head>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    Nancy O.

  • Set cursor on error field in selection screen

    Hi ALL,
    How to place the cursor on a particular selection screen field?I am doing validation if validation fails for a particular field the program should give error mesg and the cursor should place on the error field only but it's going to the Ist field on the selection can somebody tell me how do this? I tried with set cursor field <fieldname) but not working I am doing validations on at-selection screen.
    Thanks&Regard
    mahesh

    Hi chandrasekhar find my code below
    this code i am writing under  at selection-screen.
    *&      Form  Z_VALIDATE_TVKOV
    FORM z_validate_tvkov .
      DATA: i_vtweg LIKE vbak-vtweg.
      IF NOT s_vtweg-low IS INITIAL.
        SELECT SINGLE vtweg FROM tvkov INTO i_vtweg
                     WHERE vtweg = s_vtweg-low.
        IF sy-subrc <> 0.
        set cursor FIELD 'S_VTWEG-LOW'.
        MESSAGE e000(z_sd) WITH text-052.
        ENDIF.
       ENDIF.
      IF NOT s_vtweg-high IS INITIAL.
        SELECT SINGLE vtweg FROM tvkov INTO i_vtweg
                            WHERE vtweg = s_vtweg-high.
        IF sy-subrc <> 0.
          MESSAGE e000(z_sd) WITH text-052.
        ENDIF.
      ENDIF.
    ENDFORM.                    " Z_VALIDATE_TVKOV

  • Activate Tab page and set cursor on field!

    Hi All,
    I have a requirement to mimic SAP standard functionality like whenever a mandatory field is not enetered in a transaction, the control activates particular tab page and set the cursor on mandatory field.
    My requirement is as below.
    There is a main screen 1 with many tab pages.
    But when I click on save button, the control goes to different screen. When a partular field is not enetered, then I should put my control to a particular tab page and cursor on that initial field.
    Please help me to get this done. Al I think is SET SCREEN but not sure how I can eneable the control to a particular tab page and cursor on a field from the different screen.
    Many thanks.
    -Pratyusha
    Edited by: pratyushasdn on Jun 24, 2010 2:07 PM

    Hi chandrasekhar find my code below
    this code i am writing under  at selection-screen.
    *&      Form  Z_VALIDATE_TVKOV
    FORM z_validate_tvkov .
      DATA: i_vtweg LIKE vbak-vtweg.
      IF NOT s_vtweg-low IS INITIAL.
        SELECT SINGLE vtweg FROM tvkov INTO i_vtweg
                     WHERE vtweg = s_vtweg-low.
        IF sy-subrc <> 0.
        set cursor FIELD 'S_VTWEG-LOW'.
        MESSAGE e000(z_sd) WITH text-052.
        ENDIF.
       ENDIF.
      IF NOT s_vtweg-high IS INITIAL.
        SELECT SINGLE vtweg FROM tvkov INTO i_vtweg
                            WHERE vtweg = s_vtweg-high.
        IF sy-subrc <> 0.
          MESSAGE e000(z_sd) WITH text-052.
        ENDIF.
      ENDIF.
    ENDFORM.                    " Z_VALIDATE_TVKOV

  • Set cursor Field

    hey guys,
    MODULE PAI_CHECK.
    MODIFY MYTAB FROM LTAB INDEX ZTABDISP-CURRENTLINE transporting KUNRR STATUS.
    SET CURSOR FIELD 'LTAB-KUNNR'
    MESSAGE E005.
    END MODULE.
    does not allow me to put cursor at KUNNR field, instead
    it stands in first column itself..
    what could be the reason here..
    ambichan

    Try setting the cursor field in the PBO.
    If this is to point the user at the error which is occuring, then it should happend automatically if you are coding it correctly.
    This statement should actually be in its own module.
    MODIFY MYTAB FROM LTAB INDEX ZTABDISP-CURRENTLINE transporting KUNRR STATUS.
    The checks should be in their own modules.
    MODULE CHECK_KUNNR.
    IF ltab-kunnr is initial.
    message E005.
    endif.
    ENDMODULE.
    In your flow logic, in the PAI,  you should be coding your checks like this.
      LOOP AT LTAB.
          MODULE YOUR_MODIFY_STATEMENT.
          FIELD LTAB-KUNNR MODULE CHECK_KUNNR.
      ENDLOOP.
    Regards,
    Rich Heilman

  • Cursor in form field when page opens?

    Client wants cursor in first form text field when page opens,
    without the user clicking in that box. Must be possible, I just
    don't know how to do it.
    Thanks,
    Alan

    all you have to do is set an onload function for the page to
    set the focus of that text field
    <!-- this sets the focus of the text field when the page
    loads -->
    <body OnLoad="document.myform.txtfield.focus();">
    <!-- setting the names up on the form and fields makes the
    javascript work -->
    <form name="myform">
    <input name="txtfield" type="text">
    </form>

  • Error message and set cursor field in subscreen

    hey ,
    i have a program with main screen 500 and many subscreens 501,502 and so own .
    when i  want to validate wrong input in a field and set message type 'E' in the PAI of the subscreen the program
    raise the message and exit from the program .
    if i try to put the message in the PBO of the subscreen it dosn't exit but after the message the program dosn't flow to
    command SET CURSOR FIELD that i wrote after the message .
    how can i solve this ?
    is there somthing that i'm missing in the basic code flow of the program ?
    ( screen 500 PBO - PAI ->  SUBSCREEN 50x PBO - PAI )
    best regards
    ASA

    hello and thanks for the answer
    let me  clarify my problem :
    i want to issue a message ( type e or i ) only if some fields are null and the user pressed on SAVE .
    when i'm in the tab-strip and writing error message in :
    PAI :
    chain.
    field XXX
    field YYY
    module issue_warning_message on chain-request.
    endchain.
    in  module issue_warning_message :  if XXX is initial --> message type E --> set cursor field XXX.
    here i get the message and cursor is set.
    when i try to post the message in without chain or any events :
    module user_command_tab502 .
    the message is issued and it exit the program if the type is e and if type message is I the cursor is not set .
    please advice
    ASA

  • How to set LocaleId for DateTimeControl on workflow 2010 initiation form

    I am using a workflow initiation form to request a startdate and  expirationdate as initation parameters from the user that starts the workflow. The SharePoint sitecollection is in dutch and so my user is expecting dutch culture settings for the date
    format. 
    The workflow initiation form somehow shows a english date format.
    I have tried to set the LocaleId property on every SharePoint:DateTimeControl in the aspx form by using SharePoint designer. This worked for the client side datepicker, but the selected value was no longer stored in the workflow param.
    I also tried setting the regional settings for application and sitecollection as this was my first though for a possible solution. Unfortunately this does not make a difference. In a list column I see this setting is applied succesfull. For example: I'm using
    a task list the shows me the right date format matching the regional setting. Today I did several tests with chinese, german, english and dutch settings. All are applied and showing on correct datepickers in
    the tasklist, but none are showing correct datepicker on the initiation form. (List and Site workflows) 
    I am currently testing on a SharePoint 2013 Foundation Farm with Dutch Language Pack and CU December 2014 installed. I am using SharePoint 2010 workflows and a dutch version of SharePoint designer.
    I hope someone can help me! 

    Hi,
    I tested the same scenario per your post in my environment, and I got the same results as got.
    As a workaround, I recommend to dynamically change the date format in the workflow initiation form page and display the value in a new input box.
    Below is the code example, and I hided the original input box for the date field and display with a new input box, then display the date value with needed format in the new input box.
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function () {
    $(".ms-input").blur(function(){
    var value=$(".ms-input").val();
    //change the value of the date to be the right format here
    $(".ms-input").hide();
    $(".ms-input").after("<div><input name='date' type='text'></div>");
    //display the date value which has been changed with the needed format in the new input box
    $("input[name='date']").val(value);
    </script>
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Set maximum size in Text Form Field Options for a field in bi publisher RTF

    Hi All,
    How to set maximum size in Text Form Field Options for a field in bi publisher RTF.
    I have a RTF whch is having a field in that i need to add some validation condition but after adding certain condition in Add help text tab ,it is not accepting after certain length, how i can increase the length to unlimited,please help me on this
    Thnaks

    Form fields have some restrictions if your are using version lower than 11g.
    They can accommodate only 393 chars. You can add the text in both status bar and help key, which can in total consume 393 chars.
    If your code logic is more than that, it can be split into multiple form fields as Avinash suggested or you can use sub template logic and handle coding over there. Again in sub template code can be within/outside form fields.
    So there is no option for user to increase the size of form field.

  • Is there a way to set up a form field in pages?

    I would like to add a form field to document similar to Microsoft Word, (the little gray box that you put the cursor in and add text later).  I am templating a medical report and would typically use form field boxes, (in MS WOrd), for the areas where I will dictate text into at the time the reports are dictated.
    Any assistance appreciated.
    Thanks,
    Dr. S.

    I think this is an unfortunate miscommunication of the term ”form," and I believe it has prematurely obstructed a proper answer to your problem.
    Pages can place and define text (or other media) in a template as a placeholder block. Unlike MS Word, it does not incorporate form controls or macros to achieve this functionality.
    You would position these placeholder blocks where they are needed within your document template. When you create a new document from this template, your boilerplate would have these embedded placeholder blocks, with their inherent instructions for content completion.
    Try the following in your Pages > Help:

Maybe you are looking for

  • Adobe Reader crashing when loading inside web browser?

    Hi there, Having a very frustrating problem with adobe reader XI inside google chome. Every time I open a .pdf inside the browser it just hangs? I can see it start to load (in that I see the circle turning) but it never loads. Please help! Sam

  • Creating user in oracle 12i

    Hi everybody, Where can I find information about creating users in oracle e business suite 12(12i)? Though I know how to do such procedure but I am thinking of a thorough mannual to integrate what I know about this matter. All the best,

  • Computer Crashed with CS4 - How can I get these programs to my new computer?

    Computer Crashed with CS4 - How can I get these programs to my new computer?

  • Optimistic locking/ data concurrency and consistency

    Hi, When creating a tabular form using wizard, apex creates its own processes for optimistic locking. But when creating a form on a table, it doesn't create the processes. I suppose I need to create them manually. Can anybody show me the steps? Thank

  • Receiver service not running

    ZEN 4.0.1 server. Regional servers' inventory working, trying to send to our root server. Message in log states Message: 329: The receiver service on the server ZEN1_ZenInvService is currently down. I've tried to start it at the console , but it does