filling list item in detail block [message #475320] |
Tue, 14 September 2010 07:19 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Martin Eysackers
Messages: 80 Registered: October 2005 Location: Belgium
|
Member |
|
|
Hi all,
We have a master detail form
block A (master) contains an item, this item is in the record group's where-clause used to fill a list item on block B (detail block) (database item)
we fille the list item in a pre-record trigger on the master block
this works fine but when we navigate through the records in block a we intermittently get the following error :
FRM-41337 : cannot populate the list from record group;
any solutions
how should we filll our list item, in which trigger (when-new-record-instance of master block doesn't work correctly, the list item only gets filled after clicking it twice)
Kr
Martin
|
|
|
|
|
|
|
Re: filling list item in detail block [message #475936 is a reply to message #475929] |
Sun, 19 September 2010 13:14 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Not sure what you think will be easier about it.
The problem he is currently hitting will remain and you've got to write extra code to copy the value of the item to seperate DB item. It does need to be saved after all.
|
|
|