Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX property defined as 4 dimensional array
Message
From
22/09/2003 12:05:19
 
 
To
22/09/2003 10:31:26
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00831090
Message ID:
00831143
Views:
17
Looks like you're stuck.

Have a look at Re: 'Invalid Subscript' error Thread #815237 Message #815703

regards


>I use 'TX Textcontrol' for word processing and a property is defined as a 4 dimensional array
>VB can handle this, but I struggle with VFP8 as VFP does not recognize the 4 dimensions.
>
>Syntax:
>TXTextControl.TableCellAttribute(TableId, Row, Column, Attribute) [= value]
>
>Documentation:
>This Basic example sets a red background color for the leftmost column of a table
>
>TXTextControl1.TableCellAttribute(id, 0, 1, 4) = RGB(255, 0, 0)
>
>
>Write a VB wrapper to fill the property ?
>
>Any idea / help appreciated
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform