Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select
Message
De
17/04/2006 07:57:23
 
 
À
17/04/2006 07:27:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Select
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01114022
Message ID:
01114025
Vues:
13
hi,
thank you ,
1.after works , i open the table and change flag to 1 to make test,
i got error message
crstemp is not an object .unbinding object text1, same for text2 and text3

2.i use it at myform--->event---activate

3.and i need to use it at command button after save to get another record.

thanks
>>is ther away to correct this bad code
>>
>>SELECT msisdn,num,date FROM main1 into ;
>>thisform.text3.Value;
>>thisform.text1.Value;
>>thisform.text2.Value;
>>WHERE flag=0
>>

>
>Mohammed:
>
>You cannot bind to controls that way. You create a cursor with tyour query and then bind your controls to the cursor's fields (as one example).
>
>
>SELECT msisdn,num,date FROM main1 into crsTemp WHERE flag=0
>
>Then you bind thisform.text3.ControlSource to crsTemp.msisdn, etc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform