workaround for FRM-40106 [message #87187] |
Mon, 13 December 2004 09:34 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
hudo
Messages: 165 Registered: May 2004
|
Senior Member |
|
|
Hello,
need a workaround for error
FRM-40106: No navigable items in destination block
but all items of the block should be/remain invisible.
|
|
|
Re: workaround for FRM-40106 [message #87194 is a reply to message #87187] |
Mon, 13 December 2004 23:11 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Niranjan
Messages: 34 Registered: June 2001
|
Member |
|
|
Make atleast one item ( visible true but width=1 and height=1) so that the item won't appear on ur form but u won't get the error message
"No navigable items in destination block " and u can always increase the width/height of that item at run time using
set_item_property().
Hope this helps.
|
|
|
|