Thanks for the recent reply to this one. Something springs to mind though. If I have a .fmx called AM01.fmx saved in the same directory as the form I'm using, and I have a trigger saying
CALL_FORM('AM01.fmx');
shouldn't this open thte form? At present I just get FRM-40010. If the forms are in the same location this should work????
*********************************************************
I need to know how I can deploy a multi form application withouth having to hard code the letter of the drive, or the full path name, in the call_form statement.
e.g. call_form('H:\application_name\forms\FORM_NAME.FMX');
If I do this then all the forms MUST reside in that directory. Is there a way of calling the form no matter where it is located on the server?
CALL_FORM('AM01.fmx');
shouldn't this open thte form? At present I just get FRM-40010. If the forms are in the same location this should work????
*********************************************************
I need to know how I can deploy a multi form application withouth having to hard code the letter of the drive, or the full path name, in the call_form statement.
e.g. call_form('H:\application_name\forms\FORM_NAME.FMX');
If I do this then all the forms MUST reside in that directory. Is there a way of calling the form no matter where it is located on the server?