Re: Using Open_Form w/o full path

From: NAMIEB <namieb_at_aol.com>
Date: 15 Oct 1999 23:31:53 GMT
Message-ID: <19991015193153.06051.00000029_at_ng-fi1.aol.com>


The form looks in your startup directory if you don't give the full path. I create a parameter within the form called location. I pass in the path on the command line with the option, such as location=\\server\dir\

Within the form, I marry the location parameter to the form name. For example,

open_form( :parameter.location || 'form1', activate, no_session); Received on Sat Oct 16 1999 - 01:31:53 CEST

Original text of this message