RE: Passing Parameters to an Exe

2007-10-25 Thread John Weller
Thanks. I always use a main.prg. John Weller 01380 723235 07976 393631 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Michael J. Babcock, > MCP > Sent: 25 October 2007 18:05 > To: [EMAIL PROTECTED] > Subject: RE: Passing

RE: Passing Parameters to an Exe

2007-10-25 Thread Michael J. Babcock, MCP
On Thu, October 25, 2007 12:48 pm, John Weller wrote: > Thanks Brian. Where do I pick it up in the exe? Do I put a PARAMETERS > statement in the main program? > Yep...put it as the first line in your MAIN program. (.prg, right? If not and you're using a SCX, I think it'll come into the form's

RE: Passing Parameters to an Exe

2007-10-25 Thread John Weller
> To: [EMAIL PROTECTED] > Subject: Re: Passing Parameters to an Exe > > > Yeah, but remember the parameter is/are always character type. Just add > it to the shortcut. > > John Weller wrote: > > Is it possible to pass a parameter to an exe created with VFP? > What I wo

Re: Passing Parameters to an Exe

2007-10-25 Thread Brian Abbott
Yeah, but remember the parameter is/are always character type. Just add it to the shortcut. John Weller wrote: > Is it possible to pass a parameter to an exe created with VFP? What I would > like to do is have an exe with an Ini file and pass a parameter to the exe > when it is called by a shor

Passing Parameters to an Exe

2007-10-25 Thread John Weller
Is it possible to pass a parameter to an exe created with VFP? What I would like to do is have an exe with an Ini file and pass a parameter to the exe when it is called by a shortcut or a batch file telling it which section of the ini file to use. John Weller 01380 723235 07976 393631