Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with .exe , but not in foxpro design mode
Message
De
12/08/1998 16:08:13
 
 
À
12/08/1998 15:59:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00126136
Message ID:
00126232
Vues:
29
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform