Home » Developer & Programmer » Forms » Unable to open form (10g Application Server win xp)
Unable to open form [message #339711] Fri, 08 August 2008 03:15 Go to next message
durgadas.menon
Messages: 365
Registered: December 2007
Location: Nowhere
Senior Member
Hi,

Below are the codes I tried in the WHEN_BUTTON_PRESSED trigger on the CONSULTANT button (screen shot attached) but the form (RDC_CONSULTANT) is not opening. Would you know the reason why?

begin
	
open_form('E:\INV_SYS\RDC_CONSULTANT', 'ACTIVATE');
	
end;


begin
	
open_form('RDC_CONSULTANT', 'ACTIVATE');
	
end;

begin
	
open_form('RDC_CONSULTANT');
	
end;


RDC_CONSULTANT form is in the same folder where the form with the consultant button is (RDC_MAINPAGE).
  • Attachment: OPEN_FORM.gif
    (Size: 61.27KB, Downloaded 486 times)
Re: Unable to open form [message #340273 is a reply to message #339711] Tue, 12 August 2008 03:16 Go to previous messageGo to next message
durgadas.menon
Messages: 365
Registered: December 2007
Location: Nowhere
Senior Member
Hi,

I could open the form, surprisingly with the same command

Quote:
open_form(form_name);


I don't know it did not work before.
Re: Unable to open form [message #341162 is a reply to message #340273] Sun, 17 August 2008 07:01 Go to previous messageGo to next message
mudabbir
Messages: 235
Registered: April 2006
Location: Kuwait
Senior Member

If you had tried without giving the quotes for ACTIVATE , it would have worked.


open_form('E:\INV_SYS\RDC_CONSULTANT',ACTIVATE);


Re: Unable to open form [message #341166 is a reply to message #341162] Sun, 17 August 2008 08:07 Go to previous message
durgadas.menon
Messages: 365
Registered: December 2007
Location: Nowhere
Senior Member
thanks..
Previous Topic: Calendar.pll problem
Next Topic: FRM - 40200 ERROR
Goto Forum:
  


Current Time: Thu Mar 28 13:38:17 CDT 2024