Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Difference between run-time and full
Message
From
24/04/2000 11:45:19
 
 
To
24/04/2000 11:33:04
Tyson Bonn
Myers and Stauffer Consulting
Harrisburg, Pennsylvania, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00362764
Message ID:
00362777
Views:
18
To Tyson & Erik

The only thing in the exe is one line that calls a prg. It's all being done with forms and programs. The environment should be the same because SBT sets the environment.

I was trying to keep this generic because the current situation is kind of complicated and the same problem has happened in other completely different situations.

Trying to keep it as simple as possible, in the full version, the program does what it's supposed to do immediately after the user presses a key. In the run-time, you have to click on the grid first before it does its bit.

This is all on the same computer, too. If I click on the exe that has only the line "DO sbt", I get one result. If I load VFP and type "DO sbt", I get a different result.

Thanks,

Michelle



>One of the biggest causes of errors occuring exclusively in the run-time version of an application is the environment. Alot of settings that we take for granted in our development environment aren't the same during run-time.
>
>For example, in Tools|Options you might have deleted records being ignored, but if you don't explicitly set this in code with "SET DELETED ON", you could be allowing invalid or test data to resurface.
>
>I hope this helps.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform