I'm trying to debug an app and have got it down to this simplified example.
On form1 is a command button with the click event set as:
do form form2 with 'aaa', 'bbb'
In the form2 init I have
LParameters par1, par2
wait window par1
wait window par2
When you run this in development sure enough you get 2 succeeding wait windows with 'aaa' and 'bbb'
When I run it as a compiled exe I get 'aaa' then 'Syntax Error'
As usual I've probably done something stupid but -
Where do I look next?
Thanks
John
On form1 is a command button with the click event set as:
do form form2 with 'aaa', 'bbb'
In the form2 init I have
LParameters par1, par2
wait window par1
wait window par2
When you run this in development sure enough you get 2 succeeding wait windows with 'aaa' and 'bbb'
When I run it as a compiled exe I get 'aaa' then 'Syntax Error'
As usual I've probably done something stupid but -
Where do I look next?
Thanks
John