Monday, 20 July 2015

How to compile the form in server ?

to compile form in server first you have to change the directory to where you have to place the .fmx file in server.
frmcmp_batch module=xxx.fmb  userid=apps/apps  compile_all=special batch= yes

No comments:

Post a Comment

Query to find request set and its responsibility

  SELECT FA.application_name,        fr.responsibility_name program_attached_to,        frg.request_group_name,        fcp.request_set_name,...