Canvas loads up blank [message #83434] |
Tue, 07 October 2003 13:37 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
NEED_ASSISTANCE
Messages: 3 Registered: July 2003
|
Junior Member |
|
|
I am using Forms 5.0 (old I know). I have a new Form with a problem, when it loads *occasionally* it shows up completely blank.
Does anyone have any idea of what it could be?
We have 100's of other forms that this never happens with so there has got to be a setting somewhere in this form that is wrong, I just don't know where.
Thanks in advance...
RH
|
|
|
Re: Canvas loads up blank [message #83482 is a reply to message #83434] |
Wed, 15 October 2003 04:08 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
magnetic
Messages: 324 Registered: January 2003
|
Senior Member |
|
|
maybe oracle has problems with the navigation to an item.
put in the when-new-form-instance:
go_block('blockname');
go_item('blockname.itemname');
this should at least show something.
|
|
|