Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program bombs
Message
From
11/09/2000 20:26:40
 
 
To
11/09/2000 19:29:38
General information
Forum:
Visual FoxPro
Category:
Project manager
Title:
Miscellaneous
Thread ID:
00415196
Message ID:
00415211
Views:
21
Need more details to solve problem. To get more details (which line cause error, why and s.o.), run EXE in development mode as described in next paragraph. In addition, define error handler at start of application running using 'ON ERROR' command, that will show more information about error in the message box, like line number of code where error occurred, procedure name etc. Look to VFP help on this command for more details and samples.
Compile EXE with debug information (right click on project manajer, Project Info, check 'Debug Info' checkbox on first page). Than run compiled EXE application in development mode: "DO MyApp.exe". You will be able to debug errors using 'suspend' button in error message box, that appear oly in development mode. With error handler use 'SET STEP ON' command when error occurred to debug lines where error occurred.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform