Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing an alias in another data session for Debuggi
Message
 
 
To
16/06/2009 12:24:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01406403
Message ID:
01406404
Views:
48
>Hi All:
>
>In the debugger watch window I have a breakpoint on RECCOUNT('somealias') > 1.
>
>The problem is that the system I'm trying to debug keeps jumping from one datasession to another and fires the breakpoint each time it goes out of scope and when it returns ito scope!
>
>If I could say something like RECCOUNT('somealias', datasession2), this would solve this. Is there a way?
>
>Thanks,
>
>Yossi

You can check with used("SomeAlias") first so it will only fire if it's in current DS.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform