Need help on forms

Hello ,
I wanted some help with form6i error messages.
I wanted to define form6i error messages within database.
And include severity (information, warning, error, or fatal),summary and detail information with variable text substitution ,common error -handling frame work formats errors for end user display and logs error information based on severity level.
All the form messages should be stored in table and then it will be
Customize and will be shown to user at runtime . how should I do that?
This is really very urgent
Thanks in advance ….

This forum is for posting feedback about the OTN site.
The best place for your question is probably the Forms.

Similar Messages

  • I need help in form 6i

    Good morning everyone,
    I need help please
    someone who has handled expiry of session in form 6i
    I am using a library called D2KWUTIL.PLL
    and triggers When-new-form-instance and When-timer-expired.
    The problem I have is that the screens flash forms text boxes, I realized that this is for the trigger When-timer-expired
    and believe that my timer every 1 second, the issue is to control the inaction and close all forms.
    Help me if you know another way to handle session expiration.
    thanks in advance.

    Andreas Weiden wrote:
    A way to do it in forms could be this:
    -Create a global containg the last time the user did an action.
    -Create a form-level WHEN-VALIDATE-ITEM-trigger an let it update that date. (If you want also other actions to be treated as "action", you might add additional triggers, like KEY-ENTQRY and KEY-EXEQRY,..)
    -Create a timer, whichs check if the last actiondate in the global is older than you want to allow.
    -Make sure that the timer fires as less often as possible.
    Personally, i would recommend to not do it that way, because when you "switch" to webforms some day, the timers can/will make problems.thanks for replying,
    may be more explanatory
    thanks

  • Need Help w/Form Component

    running SJSC2U1 on XP
    Need help with using the form and associated components to create a search functionality in a jspf page..
    I have used the form component and attempted to use the properties method="get" action="http://www.aaa.com/query.html" name="getit" etc...
    I am told (error msg) that these methods, etc. are not valid for the "form" component
    Does anyone now how to create a search functionality in a jspf page using components, be it "markup" layoutPanel, Form or whatever..
    a simple example (code) would be great.
    Thanks

    running SJSC2U1 on XP
    Need help with using the form and associated components to create a search functionality in a jspf page..
    I have used the form component and attempted to use the properties method="get" action="http://www.aaa.com/query.html" name="getit" etc...
    I am told (error msg) that these methods, etc. are not valid for the "form" component
    Does anyone now how to create a search functionality in a jspf page using components, be it "markup" layoutPanel, Form or whatever..
    a simple example (code) would be great.
    Thanks

  • Need help with form calculations

    I'm converting a non-editable PDF form into an editable one and could use some help as I'm am new to this. Note: I did not create the non-editable form, It's a form I downloaded and use in my business.
    I already figured out how to create text fields in the already created PDF non-editable form, now I'm trying to add in calculations. I can create the (value is the) calculations between 2 or more text fields, but now I need to multiply one text field by the number 3 and have the answer show up in another text field.
    Example:
    I'll use the letters A & B for the text filed names in my example.
    I have text field A calculating the sum of other text fields using the (value is the sum of) option under the (calculate properties box.)
    Now I want text field B to multiply text field A by a fixed number of 3.  (A=24) x 3=72. I need text field B to have the answer of 72 in it.
    I need text field B to always multiply text field A by 3.
    Does anyone know how I can accomplish this?
    I'm using Adobe 8 Pro.
    Please note that I have no experiance using custom calculation script if that is the only way this will work and will step by step instruction on how to write the code.
    Thank you very much.

    You can use the simplified field notation option. In this case, you'd enter:
    3 * A
    Where "A" the the exact name of the A field. It is best to avoid spaces and any other special characters for any fields that you'll want to include when using simplified field notation option.

  • Need Help on Forms Personalization

    Hi All,
    I am doing personalization on Sales Order Form.When i select Order Type as 'Mixed' i have to display salesperson as "No Sales Credit" in the form.But when i click on lov of salesperson field it is giving list of values. But i need only one item in the list i.e "No Sales Credit" when i select order type as 'MIXED'.For this i am trying to restrict lov of salesperson through Create Record Group from Query Built-in.But where can i put condition as Order Type as 'Mixed' in that personalization.
    Can anyone please help me out.
    Is there any posssible way to do this.
    Thanks in advance,
    Dhanasurya

    Hi DhanaSurya,
    First, you need to put 'Order Type' as Mixed in the Query Where clause of 'Create Record group from Query', and then you need to atatch a new Record group to the LOV with property:
    Object Type: LOV
    Target Object: <OLD LOV ON FORM>
    Property name: GROUP_NAME
    Value: 'customized Record Group Name'.
    Regards,
    Kiran

  • Need help getting form created in Acrobat X to email form data back to me

    The form I created seems to work from my computer that has Acrobat X installed but when I try to submit the PDF with a computer that only has Reader installed it says "This Operation is Prohibited."
    The end users of this form will most likely only have Adobe Reader, how do I set up my form so that it is compatible with Reader?
    Thanks for your help!

    You have 2 choices and one depends on your satisfying the limits of the EULA (no more than 500 submissions basically). For the latter, you have the entire form submitted and you have to enable Reader Rights in Acrobat. On this machine (AA8), it is under the Advanced menu, not sure with AAX (I think they moved it). For the other choice that does not have the license limit, you do not activate Reader Rights, but have the data submitted as an FDF file (XML if you are using Designer, but then Designer questions should really go to the LiveCycle forum). When you receive the FDF or XML file, you simply go to the forms menu in Acrobat > Manage Data, and import the data. The FDF Toolkit also allows separate manipulation of data files.

  • Need help with Forms on iPad

    I am trying to view and submit forms on my iPad. I've created a form in LiveCycle and emailed it to myself but I am unable to view or open the PDF form with the Adobe Reader app. Please help!

    Hi Randy - I have Adobe Acrobat Pro 9.5 and when I try to create a new form a pop-up comes up saying that the form will be edited in Adobe LiveCycle designer and that Adobe Acrobat will close. I do not have the option to stay in Adobe Acrobat. Any idea how to stay in Adobe Acrobat instead of moving into LiveCycle? I want to create some PDF forms that can be filled out on an iPad in Adobe Reader and then emailed. Thank you!

  • Need help on Forms Customization

    Hi All,
    I have one requirement i.e I developed one form which contails 3 windows.First window is for Query_Find, second one is for orders Summary and third window is for detail.In detail window i have one stacked canvas which displays order details in tabular form.i have written code for inserting data into one custom table in ON-INSERT and ON-UPDATE trigger of that block.
    and Commit_Form in the KEY-COMMIT trigger.My requirement if i check the chekbox and change the status(List item ) from status field and when i click on save button it's saving the changes.But i don't want to save the changes at this time.
    How can we restict save changes at this point?
    Can any one plzz give me some idea.
    Thanks in Advance,

    Dhana,
    In the When-Button-Pressed trigger just check the value of the CheckBox and the Status field value before you call the Commit_Form built-in or Commit. But what about if the user clicks on the Save button in the Menu? What if the user uses Ctrl+S to save. You would also want to perform a similar check in the Key-Commit Form level trigger if you want to prevent the "Save" from these options as well.
    Hope this helps,
    Craig B-)
    If a response is helpful or correct, please mark it accordingly.

  • Need help regarding form validation

    Hi all,
    I have particular doubt regarding form validation. I have a form based on a table. ( One data block ) . I have a function in program unit which return boolean value based on some conditions. I will be calling this function in block validate trigger.
    What i need is , if function return false i need to stop any insertion,updation action that's going to be done by forms.( point to control insertion and updation)
    I don't want to use form triggure failure builtin. What should i do ? plz guide
    regards

    what are you going to do stop insert/update upon commit?
    -- use on-insert trigger
    if allowed_to_insert then
    insert_record;
    end if;
    -- use on-update trigger
    if allowed_to_update then
    update_record;
    end if;
    if when entering data, you might want to check set_block_property

  • Need Help: Submit form through email

    I need to submit my form to an email address on single click of a button.
    The submit type can be either XML or PDF. But i should neither get any warning nor it should open the Email Client.
    And everything should happen within Adobe Reader 9.
    Is this possible?
    Thanks in Advance,
    Nith

    Hi Nith,
    I saw this question and was interested in what sort of database setup you've got etc. Im a bit new and was just starting to explore how or if you could establish a database to take and store  the information directly from the forms
    I know this is a bit off topic.... but any pointers would be appreciated. I have CS4 master suite (no other livecycle products or budget for them though) and Office 2007.  
    I had been using a custom xml parser to pull the info and put it into target files but this has no storage/reuse potential and is getting real "clunky" so im keen to learn about databases and livecycle.  
    cheers

  • Need help creating form that people have to submit to access a page

    hello,
    I am trying to create a form that people would have to fill out and submit to access a specific page. The info they fill out would have to go to an email address. Does anyone have the simplest solution for this? It wouldn't have to be stored in a database just go to an email. Any help would be appreciated. I'm not to great with the backend of things.

    Thanks for getting back to me. What I have is a pricing page. The feedback form is so we can see who views or is interested in services. We want only people who fill out this form to be able to view it. I have created simple contact forms that are sent to an email and directed to another page. The problem I am having is trying to figure a way to where hopefully if the same person comes back they won't have to fill out the form again. I know if they fill out the form and create a user name/login it could be a possible fix but I am trying to make it simple. I am just starting to learn PHP/XML (which I have copied from another sources) and haven't written my own. Maybe creating a cookie that is checked once the page is loaded? I have no idea how to do that either though... I am a front end "designer" and a lot of this is greek to me.

  • Need Help- Acrobat Forms

    I work at a school and created an adobe form for student write ups.
    We have it hosted on our network and I created a submit file and a response file.
    Right now when I open the response file I can update and edit and save. But when my principal opens it, he can only see what I have saved and cant do any updates or saves.
    Is it possible for 2 accounts to have full rights to the response file? If not is there a better way to do this. We want to both be able to see, update, change and save the files.
    I feel like I have tried everything but nothing seems to work.

    OK, and this may not be any more help, but another thing I would check is if anything is locked on the form when you go into the form wizard and edit fields... especially if when you go to the save button or save the document it automatically locks it. If you place a signature on it it automatically locks the document and I am not sure how to get around that. Also if you are submitting the form to like an intranet page, make sure if you export it as an FDF you check "Incremental changes to the PDF" and probably comments
    Finally (nearing the end of my 30 second Adobe class I went to) if you are saving it as a PDF document to sent to the other party, then it automatically locks the document for security reasons (please correct me if I'm wrong)... and as a last resort or a workaround he could probably bring up typewriter and just type what he wants in there and save it that way. If refilling fields and adding data is a requirement I think the only real way to do that is to distribute the form as an FDF.
    Hopefully in all that jibberish you found something that is of use...
    As far as setting up admin users, I was not aware of any feature like that... I thought if you originated the form then you were the super user as it were... if the other document works just fine and they are both made the same way then I am not sure... sorry to not be of much help

  • Need help - installing forms

    Hi,
    I have Windows2000 on my machine. I have Installed Oracle9i for Windows2000. I am looking to Install forms and Reports, but could not find the product for Windows2000. Please let me know - which product I need to install for Forms & reports for Windows2000 & Oracle 9i/8i personal editions.
    Thanks in advance.

    I have Installed Forms 6i. During the installation startup, it has asked me for oracle home. Installation didn't accept oracle9i home. I have given another name - forms6i and changed the directory for the forms to install. Installation has given me some dialogues like "some of the files may be installed and cannot be removed later because they will affect your operating system".
    I went ahead and installed. It had installed forms6i. When I am trying to connect using userid/password@connectstring, it is giving me error saying "TNS could not resolve connect string".
    Please let me know - what I can do now. Shall I have to work with TNSnames file? - which Oracle home should I use - Database's or form's?
    Thanks in advance.

  • Need help in forming a query

    Hi All,
    I have a table with the following data:
    col1 co2 col3
    1 A 5
    2 B 3
    3 C 3
    4 A 2
    5 A 5
    6 D 2
    7 C 1
    8 C 6
    9 A 7
    I will explain my requirement by considering above data.
    1) I want to get the sum of col3 values.
    2) I should consider only the rows which are in between "A" and "C" - (here A & C are referring to col2 values).
    (i.e,
    1 A 5
    2 B 3
    3 C 3
    5 A 5
    6 D 2
    7 C 1
    ) - If there are multiple A-C combination then consider only the innermost.
    3) from the above set i should get the sum of col3 values by considering only the values of last A-C combination rows.
    (i.e,
    5 A 5
    6 D 2
    7 C 1
    final sum is: *5+2+1 = 8*
    result is 8
    If no such A-C combination is present then i should get "0" as the sum.
    Please help me..
    I have Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    Thanks,
    Girish G
    Edited by: Girish G on Aug 2, 2011 1:56 AM

    Oh, and to cater for there being no A to C in the data returning 0, just wrap the result in an NVL statement...
    SQL> ed
    Wrote file afiedt.buf
      1  with t as (select 1 as col1, 'A' as col2, 5 as col3 from dual union all
      2             select 2, 'B', 3 from dual union all
      3             select 3, 'D', 3 from dual union all
      4             select 4, 'A', 2 from dual union all
      5             select 5, 'A', 5 from dual union all
      6             select 6, 'D', 2 from dual union all
      7             select 7, 'F', 1 from dual union all
      8             select 8, 'G', 6 from dual union all
      9             select 9, 'A', 7 from dual)
    10  --
    11  -- end of test data
    12  --
    13      ,a as (select max(col1) col1
    14             from t
    15             where col2 = 'A'
    16             and exists (select 1
    17                         from t t2
    18                         where col2 = 'C'
    19                         and   col1 > t.col1)
    20            )
    21      ,c as (select min(t.col1) as col1
    22             from t, a
    23             where t.col1 > a.col1
    24             and   t.col2 = 'C'
    25            )
    26  select NVL(sum(t.col3),0) as col3_sum
    27  from   t, a, c
    28* where t.col1 between a.col1 and c.col1
    SQL> /
      COL3_SUM
             0

  • Need help in forms and reports

    I am new to forms and reports ..
    when i am trying to connect database using forms builder its giving followin error;
    ora-12170--TNS CONNECT TIME OUT OCCURED.
    Can any one tell what might be the reason?

    are you able to connect via SQL*Plus?

Maybe you are looking for

  • Bind Variables

    Hi I have read happily the article The Values That Bind By Mark A. Williams (Oracle Magazine September/October 2005 ). Immediately I rushed to implement the article on over developers . The problem is that we have a SQL query using the in operators .

  • ITunes does not detect my iTouch, but its listed as a camera in my computer

    iTunes does not recognize my iTouch when its connected, but its listed in "my computer" as a digital camera. I've tried all of the support options lusted here: http://support.apple.com/kb/TS1363?viewlocale=en_US but they arent working. This is the di

  • Make a research in a PDF using C#

    Hello all! First : sorry for my english Im french. I try to make a research in a PDF with C#! But I don't found how do this operation! If anyone have an answer or something to help really thanks!

  • I MacBook need exchange, exchange and exchange again when i just unbox!!

    I buy a MacBook an MacBook from Online Store when i just launch, and got both on 20/10 morning. When I just unbox it, the MacBook Pro unibody was damaged. The other, MacBook can read the DVD, the DVD driver out of order. Then I call hotline, they col

  • C - 7 can't delete a software or re install it ?

    help me : i can't delete a software ( unidic.sis ) or re install it , when i press delete the messege is ( unable to delete file ) , help me pleas i want to delete this software , my device C-7