1.     Download the template.fmb in binary format from TOP directory.
2.     Rename template.fmb to your form name and start customizing it.
3.     Open template form
4.     Save as <your form>.fmb
5.     Change the form module name as form name.
6.     Delete the default blocks, window, and canvas
7.     Create a window.
8.     Assign the window property class to window
9.     Create a canvas (subclass info)
10.  Assign canvas property class to the canvas
11.  assign the window to the canvas and canvas to the window
12.  Create a data block
13.  Modify the form level properties. (sub class item _ Text item)
14.  Modify the app_cusom package. In the program unit.
15.  Modify the pre-form trigger (form level)
16.  Modify the module level properties ((console window, First navigation
17.  Save and compile the form.
18.  Upload the .fmx into TOP/forms/US dir. (the server directory).
No comments:
Post a Comment