Use Application in 10g [message #207048] |
Mon, 04 December 2006 00:36 |
marlon_loyolite
Messages: 66 Registered: July 2006
|
Member |
|
|
Hi Friends,
I have an application developed in forms6i and its
working fine.Now I need to run this application in forms10g.
Is it we need to create only the fmx of forms in 10g or do I need
to do any other task.Can anyone suggests me the steps or procedure to do this.
Regards,
Marlon.
|
|
|
Re: Use Application in 10g [message #207061 is a reply to message #207048] |
Mon, 04 December 2006 01:01 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
You must convert the files in the order 'pll', 'menus', then 'fmb'. This means opening each 'pll', then 'menu', pressing Ctrl-Shft-K (compile all) and then saving it. Then either open each 'fmb', do the Cntl-Shft-K, then Ctrl-T (generate), or do it at the command line. It is possible to do all the forms as a single batch job. It is in the Form Builder Help documentation.
David
|
|
|