Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid Subscript on ActiveX call
Message
From
29/07/2009 06:18:51
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01415259
Message ID:
01415268
Views:
38
>> What is that ActiveX?
>> Can I try it?

It's TxTextControl there is an evalation copy available, http://www.textcontrol.com/downloads

What I think is happening is that VFP does not like 3 values in the property assignment, so calling an ActiveX property like this
control.CellText(1,1)="Hello"
is fine, but
control.CellText(LnHandle,1,1)="Hello"
is not.

I guess it sort of makes sense to VFP, I just can't think of a workaround.

Gary.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform