Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid subscript reference
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Invalid subscript reference
Miscellaneous
Thread ID:
00234210
Message ID:
00234210
Views:
74
Hello all...
I am trying to reference the second column of a 2-column combo box that is bound to column 2 and populated with a sql - select. I get an invalid subscript reference when I run this section of code:

WITH THISFORM.pgfInfo.pgProf.pgfJobs.pgJob1
REPLACE Area1 WITH .cboArea.LIST(.cboArea.VALUE, 2), ;
Dept1 WITH .cboDept.LIST(.cboDept.VALUE, 2), ;
Pos1 WITH .cboPos.LIST(.cboPos.VALUE, 2)
ENDWITH

Please help...

=)

Thanks

j
Jason Bradley Nance
jbnance@tresgeek.net

Got root?
Next
Reply
Map
View

Click here to load this message in the networking platform