Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Revert to zero problem
Message
 
 
To
16/11/1999 11:10:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00291458
Message ID:
00291483
Views:
20
Hi Jimmy. Make the debugger your friend, it is very useful not only for debugging but for testing out how VFP does things and for getting a grip the scoping of variables.

For info on using the debugger see the VFP help and fox.wikis.com

>Debugger (which i'm not really famaliar with) only gives locals for the spinner as my entire database. I'm guessing it's trying to give me a clue?
>I'm also guessing that you're saying that the problem is in some of my function code somewhere and debugger is going to help me find it?
>
>>>If the value in Spinner1 is chosen first, then the value of other controls, the value in Spinner1 interactively changes back to zero. what could be causing this?
>>
>>Put SET STEP ON in the lost focus of spinner. Then step through the code and monitor the value of the spinner. Also, in the debugger you can set a breakpoint on the value of thisform.spinner1.value and the code will halt when the value changes.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform