Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to programicly change active element in a listbox
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00385962
Message ID:
00386066
Views:
20
on the "IF" line I am getting a operator / operation mismatch
<- in the prev command buttoin
THISFORM.REFRESH
WITH THISFORM
FOR n_count = 1 TO .list1.LISTCOUNT
IF .list1.LIST(n_count) == ThisForm.txtInvoice_numb.value
.list1.SELECTED(.list1.LISTINDEX) = .T.
EXIT
ENDIF
ENDFOR
*NEXT
ENDWITH
Stephen McLaughlin
"Sexy Steve Valenteno", "Blastmaster"
stephenmclaughlin@gmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform