Please tell me step by step process of form customization..I am new in form..

Showing Answers 1 - 9 of 9 Answers

To add a customized form to the resposibility, the steps to be followed are:

1. Create a customized form i.e. .fmb file using form builder.

2. Put this fmb file on the server in the directory. this will be like '$<application short name>_TOP/forms/<language>'.

3. compile the file using f60gen command. the syntax will be like:f60gen <form_name.fmb> userid/password

4. Now register the form. For this go to IT development resposibility. navigation will be like:IT Development -> Application -> Formgive the form name as fmb name and fill the required things.

5. Now follow this navigation: IT Development -> Application -> Function and give the function name as desired and give form name as given in User Form name.

6. Now create a menu by following navigation: IT Development -> Application -> Menu and query for the menu name, in which you want to register the form.Add the form in that menu.The prompt given will be appeared in that reponsibility.

Thanks,

brajesh

 

  Was this answer useful?  Yes

consultant

  • Apr 25th, 2007
 

Hi,

To strat with for development in apps -

- you should download the template.fmb from AU_TOP.

- Copy the resource file (you can compile the form locally also with this.

- Customize the template.fmb and rename it with the form name you want to give.

- upload and compile it with f60gen.

Thanks

  Was this answer useful?  Yes

subbu

  • Jul 22nd, 2007
 

1. First download .fmd from the server side cust_top folder.
2. Open .fmb with form builder
3. Changes what are the customer requirement
4. Save and
5. Open the application develeper->form: give form name and userform name
6. Application developer->function:function name, user function name, user form name
attach the menu and responsibilities and attach users.

subbu

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions