hello,i am facing one problem. I have one main form. In that when i press one button, one window will be pop up with the details of Orders for the particular supplier which was selected in main form. I
Latest Answer: First go to the first record of that block from which you want to populate data, check whether that is checked or not, if checked then assigned those values into that block where you want to poulate. Loop untill the last record is fetched. May be it can ...
how can you generate the system _generate number in forms automaticallyhint: IN FORMS WE CREATING ONE DATA BLOCK BUT ONE CLOUMN (EMPLOYEE_ID) THIS COLUMN GENERATE THE ID NUMBER AUTOMATICALLY WITH OUT
Latest Answer: 1: EMPLOYEE_ID := DBMS_RANDOM.STRING('X',6); ---- its generates unique EMPLOYEE_ID six char long 2: Then check whether newly generated id is already in DB. Create a cursor which select and return ids and the match both vales. If both are equal then go ...
Latest Answer: Yes it can come from two blocks. If the cource block is database/from clause query block then just go to the POST-QUERY of that block where display item exist and write :block.display_item:=block1.field1||block.field2 int hat POST-QUERY. ...
What do you mean by anchoring on object?
Latest Answer: When you work in the Form Builder, you are creating binary files, and when you run an application, you are executing executable files. Forms stores its binary files with an .fmb extension and its executable files with an .fmx extension. The .fmx files ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top