Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding methods to a class object
Message
From
17/08/2007 14:33:06
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01248400
Message ID:
01248851
Views:
31
>Just thinking outloud here, but, is it possible that you got more characters than 256? I would change the line
>strData = SPACE(256) to strData = SPACE(bytesTotal) and see what happens
>
>[Update]Oh, looking at the code in the Wiki, it's author not only uses the above, but also calls GetData like this This.GetData(@lcBuffer, , tnByteCount )

I'm not sure I understand much about the bytesTotal and tnByteCount. Is this something I'm calculating and then passing? When I use the OLE (MSWinSck.ocx) it doesn't care how much I send it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform