Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runs in development, error in compile

Status
Not open for further replies.

htrawoh

Technical User
Jul 26, 2004
4
GB
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
 
do form form2 with 'aaa', 'bbb'

Is that a space between the comma the 'bbb' or just a typo? Somethings spaces will cause runtime errors.


Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
You win the coconut. I've never seen that one before.
Thanks Mike.

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top