1.

Form Development Process?

Answer»
  • Open template form
  • Save as .fmb
  • Change the form module NAME as form name.
  • Delete the default blocks, WINDOW, and canvas
  • Create a window.
  • Assign the window property CLASS to window
  • Create a canvas (subclass info)
  • Assign canvas property class to the canvas
  • assign the window to the canvas and canvas to the window
  • Create a data block
  • Modify the form level properties. (SUB class item Text item)
  • Modify the app_custom package. In the program unit.
  • Modify the pre-form trigger (form level)
  • Modify the module level properties ((console window, First navigation
  • Save and compile the form.
    Place the .fmx in the SERVER directory.



Discussion

No Comment Found