How to place date picker of VB on Oracle Form 6i?
How to connect user-defined menu with forms.
Latest Answer: Go to property palletee of the Menu moduleThere you will find some thing like DEFAULT&SMARTBAR for MenuModuleRemove it and give the path of your Menu(.mmx) ...
Which trigger in a form is executed only one time after committing the form, if the form has too many blocks?
How can I change default trigger firing sequence in Oracle Forms?
How to exit Form when button is pressed to open another Form?
Latest Answer: exit_form; ...
What is 'post' command in Oracle forms?
Latest Answer: Writes data in the form to the database, but does not perform a database commit. Form Builder first validates the form. If there are changes to post to the database, for each block in the form Form Builder writes deletes, inserts, and updates to the database. ...
How to open seeded oracle apps BSA form from custom OAF form?
How to make a query as dynamic query at Record Group?
What is the difference between per-query and pre-select?
How to call text or word file from form 6i?
Latest Answer: You can use the below API function to execute the files from forms6i.Win_api_shell.winexec('C:/Program Files/Microsoft Office/OFFICE11/winword.exe c:/temp1.doc'); ...
View page [1] 2 3 4 Next >>

Go Top