Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: switching between forms in developer?!
drukqs wrote:
> I need to button on a form to switch to an other form. I use the trigger
> 'when button pressed' and I put there open_form('other_form');
> But somethimes this works and somthimes it just dont. I really really dont
> know what the hell is wrong. The message I get is 'cannot read from form
> other_form'. I there maybe a good tutorial or how to someone hase? Or just
> a bit of good explanation. Thx very much.
The form you are calling is either:
A. Not in the search path B. Not compiled into an .FMX C. Both of the above.
-- Daniel Morgan http://www.outreach.washington.edu/extinfo/certprog/oad/oad_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Thu May 08 2003 - 01:10:31 CDT
![]() |
![]() |