Unable to open form [message #339711] |
Fri, 08 August 2008 03:15 |
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).
|
|
|
|
|
|