|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
I need to create (in Forms) a way to allow a user to edit (add, edit, delete) data in a praticular table. I would like to have a window that pulls up all the data in the table and just allow the user to do the above functions, save and exit. I need specific instructions as I am totally new to FORMS.
I am currently using Oracle 9i FORMS DEVELOPER with 9i db. HELP PLEASE..... |
|
#2
|
|||
|
|||
|
IF you use the "wizards" (form template) they should be able to get you close to a first cut.
To disable functionality like 'SAVE', just create a DO_KEY() trigger (KEY_COMMIT in this example) with NULL; as the code, (although a better way is to change the block or item properties - there are lots of them and they all do as they suggest). SO - once you have used the Form Template wizard to create the basic form.... I would remove the toolbar (delete from value of the MENU property of the form) - hightlight the form name and press F4 to view properties, find the menu (defaultsmartbar - or similar) and clear this entry. - you will now have NO menu. Then create buttons on the form to replace the basic functionality you require. do this help? |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Oracle 9i FORMS DEVELOPER HELP -- NEWBIE! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|