Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to prevent input in ComboBox control ?
Message
From
24/09/2013 21:18:29
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
 
 
To
24/09/2013 12:58:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP3
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01583994
Message ID:
01584051
Views:
50
Hi,

the combBox is Read only,
Enabled = .t.
Style is 2- Drop down List
BoundTo = .T.
RowSourceType = 3

The code as follow
thisform.cboInvNo.ControlSource = "invoice.invno"
thisform.cboInvNo.RowSource = "select invoice.invno from invoice into cursor cboInvNo"
thisform.cboInvNo.ListIndex = 1
Which area wrong ?
Please advise.
Thanks.
Derek
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform