Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing an alias in another data session for Debuggi
Message
From
19/06/2009 15:52:07
 
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:
01407281
Views:
25
>>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.

Thanks!
Previous
Reply
Map
View

Click here to load this message in the networking platform