Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Writing a Report Exception (in case table empty)
Message
De
11/03/2010 08:06:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
01453531
Message ID:
01453892
Vues:
40
>Sorry, I didn't pay attention. The 'Return' is a bad name for the cursor. Try to use
>
>crsResults instead for the cursor's name. Always try to avoid VFP words for your table names or field names or variables, etc.
>
>>>>>You needed
>>>>>
>>>>>
>>>>>select Books.*,Acc.prin,Acc.status;
>>>>>     From;
>>>>>         Acc;
>>>>>        inner join mainbase!books ;
>>>>>on acc.ID=books.Id;
>>>>>where acc.status= status ;
>>>>>into cursor return nofilter
>>>>>
this code doesnt work this...tells me Column status cannot be found.wont save unless i do 'status' which works for like 15 minutes
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform