Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: switching between forms in developer?!

Re: switching between forms in developer?!

From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Wed, 07 May 2003 23:10:31 -0700
Message-ID: <3EB9F4D7.D5BEAB95@exxesolutions.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US