Forms 4.5 - 6i conversion Problem [message #84834] |
Mon, 03 May 2004 06:09  |
Prince
Messages: 32 Registered: December 2001
|
Member |
|
|
The conversion from forms 4.5 on a 7.3 database to forms 6i running on a 9i database on an XP platform was successful. The form is a data entry application and compiles okay and the .fmx created. There is a KEY-NEXT-ITEM trigger on the last field of datablock_A which is:
Go_block('datablock_B')
to move the cursor to datablock_B when the tab key is pressed. Datablock_B does come up visible but it is greyed out and data cannot be entered. I reverted to the original form and ran it on 4.5 and it is working okay and the field can be accessed. I reconverted to 6i and it is still giving the same problem. What could be the problem and how could this be resolved? Please help!
|
|
|
|