Home » Developer & Programmer » Forms » can we run a form without connecting to database
can we run a form without connecting to database [message #120549] Fri, 20 May 2005 07:11 Go to next message
mdjahangeer
Messages: 9
Registered: April 2005
Location: Hyd, India
Junior Member
hi

whenever i'm trying to run my oacle form,it is displaying databse connect window.but i want to run the form without connecting to the database.is it possible.
plz reply me.

thanks in advance

Jahangeer
Re: can we run a form without connecting to database [message #120558 is a reply to message #120549] Fri, 20 May 2005 07:52 Go to previous message
Frank Naude
Messages: 4580
Registered: April 1998
Senior Member
Code an ON_LOGON trigger like this:

begin
  null;
end;


When you want to connect, just write another trigger that calls the 'LOGON' built-in of Forms.

Best regards.

Frank
Previous Topic: Mapping Keys
Next Topic: plzzz help me
Goto Forum:
  


Current Time: Thu Sep 19 18:02:47 CDT 2024