Friday 23 September 2011

Forms Compilation in putty and how to modify template.fmb

........to compile  form file..................

Steps to create .fmx from .fmb using putty
1---------$ cd /u01/CLONE/cloneappl-------------path where we get the APPSORA.env file  instance changes path also changessss
2---------$ pwd
3---------$ ls *.env
4---------$ . APPSORA.env
5---------$  which f60gen
6---------$ cd /u01/CLONE/cloneappl/au/11.5.0/forms/US
7---------$ f60gen module=XXDIPFORM1.fmb userid=apps/apps output_file=/u01/CLONE/cloneappl/msftcust/11.5.10/forms/US/XXDIPFORM2.fmx


IMPP PATH TO STORE FMX FILE AFTER COMPILATION............
f60gen module=XX_DIP91.fmb userid=apps/apps output_file=/u03/DEV/devappl/msftcust/11.5.10/forms/US/XX_DIP91.fmx


WHAT TO SET FOR FORMS

impp.....move the fmb from desktop to the au top forms....imppppp....

before starting.............
1)remove predefine block,predefine canvas,predefine window of
 blockname from template form


1)always save the form name and name in the form builder with xx......and should be same.

1)CTREATE NEW WINDOW
  create new canvas
  create new block too
  add new items with property classes
2)SET CANVAS PREMARY TO THE WINDOW
3)SET WINDOW TO THE CANVAS
4)IN PRE-FORM TRIGGER SET THE primary WINDOW NAME 
5)SET PROPERTY CLASS OF EACH OBJECT OF FORMS
6)IMP ALWAYS SET THE BLOCKNAME TO THE FORMNAME .....VERY IMP SO FORM WILL DISPLAYYY................
 

4 comments:

  1. please explain the 6th point

    ReplyDelete
    Replies
    1. For Every form we have to attach a block on which we are showing Fileds.
      in the form properties you will find the blockname.

      Delete