
POSTED: Mar 1, 2009 5:05 PM (GMT)
Thank you for your answer
How do you convert more than one forms on this command. I do have more 900 forms that need to be upgraded.
How about menus

POSTED: Mar 2, 2009 8:27 PM (GMT)
to convert more than one form, you could type something like this at a command prompt (being at the directory where your forms reside):
for %i in (*.fmb) do f45gen32 %i <username>/<password> upgrade=yes version=30
As for menus, I don’t really know if they can be migrated directly.

POSTED: Mar 3, 2009 3:49 PM (GMT)
Thank you
How about Key mapping on Oracle terminal.
How do map Keypad(-) as Exit form & Keypad(+) as commit Form.
Thank you
















