Set Field Focus After Data Entry Error

In a form created in Acrobat XI Pro (and distrubuted via Forms Central), I have various form fields (text, date, etc.). When the user performs a data entry error (e.g. incorrect date format based on date mask, etc.), the field focus is lost. The user must mouse-click into the field to set the field focus and re-enter their data. Is there any code that allows the app to return an error and set the focus back on the field returnign the error? Thanks / Todd

If you converted the PDF to a FormsCentral form then it's a FC issue, not a PDF issue...

Similar Messages

  • E-Recruiting Workflow after Data Entry Error

    Greetings,
    The E-Recruiting Workflow after Data Entry Error enables you to change and internal or external application that was entered manually.  If for example, you enter the application to the incorrect reference code, you can assign a different one.  As a result the status of the original application is set to rejected with the status reason of "Replaced by new Application".
    My question is why doesn't the candidacy also get set to rejected?  Although the application is rejected, the candidacy is still in process and so this candidate will continue to show on the Candidate Shortlist for the requistion.  There is nothing that I can tell that will stop a recruiter from continuing to recruit this candidate.  I am thinking of changing the workflow to also reject the candidacy, but before I do that, I want to know if there is an error in my thought process here.
    Can anyone shed some light on this?
    Thanks!

    Hi;
    As far as I know this is how Acrobat works.  You can try to post your question in the Acrobat Forms Forums, you might get more help on this specific issue there since this isn't unique to FormsCentral forms: http://forums.adobe.com/community/acrobat/forms
    Thanks,
    Josh

  • Beginner User:  Locking (making read only after data entry) a single field after selecting date

    Hello, I am a beginner user trying to create a form using Adobe Livecycle.  One of the fields I would like to make read only/protect it/password protect it after a user selects the date.   For example, I select August 17, 2010 as the date. After I select it, I would like that field to be read only or protected so that another user can not edit it. 
    I am a complete novice using XML or codes.  I'm learning alot from these boards though.    I know its probably simple.
    Any help is appreciated.

    The attached locks a text field if the date chosen is "08-17-2010". If it is not the text field is accessible.
    // form1.page1.date::exit - (JavaScript, client)
    if (this.rawValue == "2010-08-17") {
      form1.page1.tf.access = "protected";
    else {
      form1.page1.tf.access = "";
    Steve

  • Table data entry error

    Friends,
    There are two fields in the ztable: one field that is the primary key and one more field.
    I am entering value for the primary key field and I get the error:
    The ABAP/4 Open SQL array insert results in duplicate database records. records in the data base.
    Please let me know what is missing.
    Thanks and Regards.

    Hi,
    The error is because there is already a similar record existing in the database.
    Check if sy-subrc = 0 just after the select statement, which will indicate that the record already exists.
    You will have to give different name (primary key) for inserting a new record.
    Hope this solves the problem.
    Regards,
    Darpana.

  • Add fields to CAT2 data entry area table control

    Hi All,
    I have a requirement where in I need to add a column after every day ( Moday , Tuesday.. ) in CAT2 to enable the user to enter short text description for the time entry accountabiity. For this I will have to add 7 additional columns to the table control of the data entry area one beside each day. The description entered by the user should be updated in the database.
    I am thinking of using screen exit CATS0012. But not very sure how to go about it.
    Pls help.
    Thanks in Advance.
    Regards,
    Joshi

    Thanks Ankush. I am going for the CATS0005 option. I have created a customer project TSHEET within an existing PS package on the system. The system prompted me to obtain a transport number which I guess will attach the new project to the package in future.
    Could you advise further on how to do this in practise? My instructions say 'on the initial project administration screen select the Enhancement components field and choose Change. In fact there appear to be 2 options - either Components or Enhancements assignement. If I choose Enhancements assignment I am prompted to enter the name of an exit. I entered CATS0005 as I have to bring this into the customer project somehow. Within package MY_CATS_INTERFACE appeared however CATS0005 was not recognised within this package. Likewise CI_CATSDB was not recognised.
    Any advise useful
    Thanks
    Rachel

  • Add a New Field in CATS Data Entry Profile.

    Dear Team:
    Our requirement is when employees apply for overtime using Employee Self Service, there should be an option of choosing the Reason for the Overtime so that this becomes as a reference to the approver in decison. Please let me know the in which table is referred to for addition of a new field either from technical perspective or from functional point of view. Let me know the steps if possible.
    There is one HR Data Entry Profile.
    Also, let me know the Groupings: Settings, Worklist, Data Entry profile.
    Thanks and Regards
    Team Member.

    SAP has provided standard long text feild on the profile use that deild to enter the text no need of any additional customization.

  • Unable to set fields readonly after calculation

    Hi all,
    I'm facing a problem.
    I got a table with some numeric fields, user can set value on thoses numeric fields..
    After the table i add a footer line with Total field  and add the formcalc script "SUM(.... ) " and that works fine .
    Now i want to set all field of a colum to read only if the total of the colum is equal to 1.
    I'll try to do it in the same event "Calculated" and all fields are set to read only but the total value is still Zero ( the sum is not display ) .
    As far as i see, only event "Validate" can be used after calculation but if i put my code in this event, i got an "error validating message"....
    Does somebody can help me ?
    Best regards.

    Hi,
    In the event calculate i wrote this in formcalc
    Sum(Activity_detail[].day1[]) + sum(Activity_detail[].day1[])
    if $.rawValue == "1" then
    for i = 0 upto 3 step 1 do
    $.resolvenode("data.DynamicPart.Activity.Activity_detail["i"].day1").access = "readonly"
    endfor
    endif
    My problem is that with this code, fields can be set to readonly but the sum is not display.
    Can you help me ?

  • Date entry error in BI Integrated planning 2004s

    Hello,
    I am trying to fill a date field in BI Integrated Planning via mannual planning. The ratio was created as Dec type. When I introduce for example the value 01.01.2006 or 01/01/2006 and save the data, the new value is not saved in the infocube, so I suppose there is some kind of format issue. The same value in the former layout in BPS Web Interface was introduced as 01.01.2006.
    Morever, if I introduce the value as 20060101 or 01012006, BEx is close immediatly with a fatal error message.
    Other ratios in the layout like %of growth are save properly in the infocube.
    I have installed SapGui NW 2004s SR1 Presentation - 6.40 Compilation 5 and SAP Netweaver 2004s BI AddOn Patch Level 801 (Bw700SP08P_801-10001615.exe).
    Thank you for your help.
    Regards.
    Message was edited by: Ignacio Arroyo
    Message was edited by: Ignacio Arroyo

    Thank you Leon,
    In fact, I had already checked that the value was represented in BEx as 01.01.2005, after introducing the value from former Web Interface layout. However if I change the value to 01.02.2005 and save data, the value return to 01.01.2005. I don't think it is a definition issue, since other ratios in the same layout are defined with the same restrictions and are saved OK.
    Moreover If I introduced 01012005 BEx is closed with "Business Explorer critical program error occurred. The program has to close.  Please refer to the trace for further information" and of course that is not a good point for our final users ......
    The following lines appear in the BEx trace log file:
    +RSR_XLS_RFCtrc: 7.1875
    RSR_XLS_RFCtrc: 1.09375
    BExApplication.GetTemplate: DecimalSep = .
    RSR_XLS_RFCtrc: 14.0625
    BExApplication.GetTemplate: Instantiating Serializer: 0
    BExApplication.GetTemplate: DecimalSep = .
    RSR_XLS_RFCtrc: 1.09375
    BExApplication.GetTemplate: Instantiating Serializer: 0
    BExGrid.CreateFromDeSer: Deserializing
    BExGrid.CreateFromDeSer: DecimalSep = .
    RenderingGridCells: 907
    RenderedCells: 907
    BExExcelApplication.BeforeRender: Trying to set Display Alerts to false
    BExExcelApplication.SetNameAddress: ComException thrown El servidor lanzó una excepción. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
    RenderValues: 0.15625
    RenderFormats: 0.46875
    RenderIndent: 0.15616
    RenderBuildInputRectangles1: 0
    RenderBuildInputRectangles2: 0
    RenderBorders: 0.156288
    Rendering Shape: 1
    Rendering Shape: 2
    Rendering Shape: 3
    Rendering Shape: 4
    Rendering Shape: 5
    Rendering Shape: 6
    Rendering Shape: 7
    Rendering Shape: 8
    Rendering Shape: 9
    Rendering Shape: 10
    RenderHierarchyShapes: 0
    BExExcelApplication.SetNameAddress: ComException thrown El servidor lanzó una excepción. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
    RenderData: 10.78125Count:
    BExExcelApplication.SetNameAddress: ComException thrown El servidor lanzó una excepción. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
    BExItemGrid.ProtectSheet: Protect Sheet
    BExExcelApplication - OpenQueryThreaded -
    Windows visible is set to true
    RSR_XLS_RFCtrc: 0.15625
    BExConnect.Dispose: Disposing BExConnect+
    Thank you for your help
    Message was edited by: Ignacio Arroyo
    +<i></i>+
    Message was edited by: Ignacio Arroyo

  • Re: How long does it take for vdbench to stop after data validation error?

    Hi,
    I'm a newbe to this community - so please excuse me if I've made some mistake during this request.
    I'm replying here as opening a new thread was not possible for me.
    This is  DI related issue also (If you can separate it later - that is preferred).
    I'm setting data_error=1000000 or any other very large number to have a continues testing for long time.
    The scenario I'm experiencing is the following:
    - Initially I get an I/O error from the storage device
    - After a few more io's I'm getting DI errors.
    The DI errors were checked by R&D and the reply and explanation were the following:
    The guy showed an I/O going into the disk and receiving an IO error.
    Later on the vdbench is trying to READ the same i/o that got the IO error as if it was actually written to the disk (which did not happen), thus receiving DI error.
    Is this a bug in vdbench or expected behavior? and how can I avoid this scenario / running long test that do not stop upon single DI failure or ignore IO error?
    Hi,
    Thanks,
    Lior./

    Vdbench50401. I won't have system access for the next week so I am only 99% sure, but one of the later versions before 50402 indeed had a case where a failed write was later on re-read and an invalid corruption therefore was reported. 50402 definitely fixes that.
    Note though, that the write error never should have happened in the first place so that in itself to me already is a data corruption.
    Henk.

  • Lock NOT set for: Loading master data attributes error

    Hi experts,
    We were encountering this error before when trying to load master data.  When we checked the system we could not find any locks at the time, and activation or kicking off the attribute change run failed again.  We finally solved the problem running FM RSDDS_AGGR_MOD_CLOSE which sets the close flag to 'X' in table RSDDAGGRMODSTATE.  I have read that it is possible this lock error happens when two change runs happen at the same time.
    My question are:
    1. is it possible to find out what process exactly "caused" the lock? the table RSDDAGGRMODSTATE does not have a reference to any object or job. I am curious as we are trying to find ways to avoid this in the future...
    2. in our case, when we could not find any locks, is running this fm the only work around? is this a best practice?
    mark
    Message was edited by:
            Mark Siongco
    Message was edited by:
            Mark Siongco

    Hello Catherine
    I have had this problem in the past (3.0B) --> the reason is that our system was too slow and could not crunch the data fast enough, therefore packets where loacking each other.
    The fix: load the data into the PSA only, and then send it in background from the PSA to the info object. By doing this, only a background process will run, therefore locks cannot happen.
    Fix#2: by a faster server (by faster, I mean more CPU power)
    Now, maybe you have another issue with NW2004s, this was only my 2 cents quick thought
    Good luck!
    Ioan

  • Data Entry Error

    Aloha!
    I'm doing some data translation(language translation to be exact) in one of our database. During translation I've notice some inconsistency on the data that I input, since I'm translating English to Vietnamese, some Vietnamese characters when entered are in "?" which means that the database can't read that certain character. I've tried to configure the character set to "VN8MSWIN1258" which is the char set for Vietnam but no success, still the same error/inconsistency.
    Hope someone can share some enlightenment regrading this issue.
    With thanks,
    Hades

    Using SQL dev:
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_TERRITORY AMERICA
    NLS_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_NUMERIC_CHARACTERS .,
    NLS_CHARACTERSET VN8MSWIN1258
    NLS_CALENDAR GREGORIAN
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_SORT BINARY
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY $
    NLS_COMP BINARY
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_RDBMS_VERSION 11.2.0.1.0
    20 rows selected

  • Error Message after data load (error is "1130610")

    We load data using a data load rule. The data seems to load fine except we get the error message "ERROR - 1241101 - Unexpected Essbase error 1130610" on last line below? Any thoughts? Is there a guide somewhere that explains in details all the various error codes and what they refer to? We're using Essbase 6.5.1. Thanks!======================================= OK/INFO - 1003037 - Data Load Updated [364875] cells. OK/INFO - 1003024 - Data Load Elapsed Time : [428.323] seconds. ERROR - 1241101 - Unexpected Essbase error 1130610.=======================================

    The explanation of error 1130610 is the following:Possible Problems - Essbase cannot open a file. Possible Solutions - If you are using an error file, make sure that the error file is being created in a directory that already exists. Make sure you are using the ESSCMD IMPORT command correctly. Put all files the ESSCMD script needs in the $ARBORPATH\APP\applicationName\databaseName directory. Run the ESSCMD script from the $ARBORPATH\APP\applicationName\databaseName directory. Check the ESSCMD script for invalid paths. Make sure every folder that the script is pointing to exists. If you are using an error file, make sure that the error file is being created in a directory that already exists.

  • HCM P&F - Mass processes Fast Data Entry Error

    Hi guys,
    I have a new requirement to do a new mass process to save some IT data on several employees without Workflow related. First of all I have tried to understand how standard is working and I have checked one of mass process that system provides, in my case HR_PA_XX_MSP_ADDR_CHANGE process.
    Unfortunately, when I execute start application ASR_MASS_START_PROCESS (configuration ASR_MASS_PROCESS_CONF) and select my process and more than one employee I'm getting a dump. This issue is not happening if just select one employee.
    I'm going to attach some screenshots to clarify steps that I'm following.
    Anyone has faced similar issues? It seems is a standard problem and I want to get some thoughts of you!
    Regards

    Sorry, I don't get you.
    When selecting employees there is no issue there, my issue is when I save the data once I have selected more than one employee.
    Regards

  • How to change data after getting an error in me51n,std purchase requisition

    how to make input field editable after getting an error message in ME51N,std purchase requisition
    Edited by: SQLFOLLOWER on Nov 18, 2009 1:00 PM

    Try this
    In user_command form...
    LOOP AT IT_DATA.
    IF  CHECKBOX __MARK EQ 'X'.
    write logic wht u want....
    ENDIF.
    ENDLOOP.

  • How to add a field in data entry section of cat2 transaction

    hi friends,
    i just want to know how i can add one more field in the data entry section of the cat2 transaction.would appreciate if u help me asap.
    thanks,
    sakshi

    Did you solve this?

Maybe you are looking for

  • How to get the values

    Hi All.. am developing a transaction where users will place an order..but..my question is.. i have one input box and one button on the screen form...these 2 are created dynamically.. I have event handlers like this.. class cl_my_event_handler definit

  • Problem with WIFI in Ipod touch

    Hello, I have a problem just today, the day before ipod touch worked fine. Today I want to download some app. and then when I click on app button the screen show Loading... and just a few second it said *"cannot retrieve download information. please

  • Will somebody please help me I am at the end of my...

    I ordered BT 4 Months ago to cut the story short after 4 missed appoinments and missed communication we still have no services and have gone with sky. But you are now billing us and you order management are saying we are connected and have all your s

  • How can I open a PDF file on iPad?

    How can I open a PDF file on my iPad

  • Why does my 16gb 6th generation ipod nano skip and stutter during playback?

    Why does my 16gb 6th generation ipod nano skip and stutter during playback?