Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text appears in the form
Message
 
À
06/04/2006 15:43:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
01111182
Message ID:
01111187
Vues:
14
>when i do select in a form , i get the select printed in the back of my form
>
>
>
>how can i remove that
>
>thanks :)

Maybe you have SELECT without INTO clause.
Add in your SELECT clause INTO
SELECT ... INTO CURSOR |TABLE ...
INTO stores the query results in an array, cursor, or table.
Without into you run query.
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform