Delete functionality in Forms [message #87832] |
Tue, 15 February 2005 09:11 |
Bill Trowsdale
Messages: 9 Registered: April 2002
|
Junior Member |
|
|
Hi,
Using the standard Template.fmb, I've created a custom form for our version of the Oracle HRMS Payroll app.
I'm having one puzzling problem with this form.
With one exception, I've set the Delete Allowed property to 'No' on all the data blocks in the form. On one block, I've set this property to 'Yes'.
However, when I run the form, and place focus on this block, the Delete key on the toolbar remains disabled.
I search the code on the form, and there's no commands
blocking deletes (i.e. set_block_property).
Any ideas? It's a fairly complex form (i.e. contains SHOW_VIEW and HIDE_VIEW statements), so if you need more information, just let me know.
Thanks!
Bill Trowsdale
|
|
|