Call_form('sales.fmx','HIDE, NO_REPLACE);
237415Aug 28 2004 — edited Aug 29 2004Hello there,
I am facing a problem that I do not understand why the CALL_FORM() procedure is not responding this way.
Here is my problem.
I created a Form Menu on which I have 10 buttons that call other forms. eg: of button (Application Info) this application info when clicked will call a form named application.fmx the code on the application info look like this:
BEGIN
CALL_FORM('applicationinfo.fmx', HIDE, NO_REPLACE);
END;
Here is what I am facing.
when I run the application and see the Main Menu Form with these 10 buttons on the left when I click on the first button eg: sales this later will call the form sales and when I click the return button I will be presented the Main Menu. at this stage everything work well.
Now when I click on the next button or any other button these buttons don't work at all. One of the frustrating thing is that I do not even get any error message to know what is wrong.
I have been trying this for more then a week and all the the coding are the same so I do not know what to do.
CAN SOMEONE PLEASE HELP????? I HAVE TO FINISH THIS PROJECT BY THIS MONDAY.
any comments is appreciated. thank you for any input.