Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
'Invalid Subscript' error
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00815237
Message ID:
00815703
Views:
19
Yeah I finally had to write a wrapper ocx with this ocx inside of it and expose all 180 of its PEMS ! Yuck...

Thanks for your input !

Greg


>Hmmm, well I really can't blame vfp for getting confused... I thought I was reading a method call UNTIL I saw the "="!
>
>
>good luck
>
>
>>Nope this is the proper syntax...
>>
>>
>>
>>>My only guess is that you may have the syntax incorrect.
>>>
>>>I'm thinking here of something like a Treeview node, that can be accessed with syntax like
ThisForm.Tree1.Nodes(23).Key = "anything"
>>>
>>>Do you maybe need something like:
.TableID(x).TableRow(y).TableCol(z).txAttribute =
>>>
>>>good luck
>>>
>>>
>>>>Hello All,
>>>>
>>>>I have an ocx from TXTextControl that is an awesome word processor with great control over most properites and methods BUT it has a few propeties which must be set similar to the following:
>>>>
>>>>TXTextControl1.TableCellAttribute(tableID, tableRow, tableCol, txAttribute) = RGB(255, 0, 0)
>>>>
>>>>This one property is implemented to control 19 attributes of a table cell
>>>>
>>>>The problem is that VFP of course sees an me trying to assign a value to an array element which doesnt exist, thereby triggering a 'Invalid Subscript' error.
>>>>
>>>>Can anyone see a way around this ?
>>>>
>>>>TIA
>>>>Greg
Greg Foote
Software At Work, Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform