Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with .exe , but not in foxpro design mode
Message
From
12/08/1998 16:08:13
 
 
To
12/08/1998 15:59:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00126136
Message ID:
00126232
Views:
36
>I'm telling you... I typed it in correctly...
>Here's my code...
>
>Local cValue
>cValue=thisform.combo1.value
>thisform.combo4.rowsourcetype = 3
>thisform.combo4.rowsource = "SELECT Contacts.contactname FROM contacts WHERE Contacts.clientname = cValue INTO CURSOR myList"

Well. Now you have the last opportunity :) Change the last line to:
thisform.combo4.rowsource = "SELECT Contacts.contactname FROM contacts WHERE Contacts.clientname ='"+cValue+"' INTO CURSOR myList"
I hope that cValue is character.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform