Show one form from another form by button pressed
724865Sep 29 2009 — edited Oct 3 2009I am a new learner. I am using developer but facing a problem when I used a button to show an another form.
my button is 'Order' in the form cust_info and I want to show ORDERS form by pressing 'Order' button and my pl/sql against this 'Order' button is:
BEGIN
OPEN_FORM('ORDERS', no_hide, no_replace, query_only);
END;
Showing Error: Can't read form ORDERS
pls give me a solution.