Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

enter key(F7) and execute key(F8) in forms don't work after clicking a button

User_CU4QXSep 2 2021

Hello,
i have a form where i created a button that calls a stored function.
this works fine.
But once the function executed and the data updated using the following code ( set_block_property('ENT_FACT', default_WHERE, 'num_fact = ' || :ENT_FACT.num_fact);execute_query;)
i can no more enter and execute a new bill using the enter key and the execute key nor F7 and F8.
I need to close the form and reopen it every time.
i can not find the issue.
thanks for your help
PS:Forms [32 Bit] Version 6.0.8.11.3 (Production)

This post has been answered by User_CU4QX on Sep 6 2021
Jump to Answer
Comments
Post Details
Added on Sep 2 2021
8 comments
1,260 views