Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select problem
Message
De
06/10/2003 15:44:13
 
 
À
04/10/2003 06:38:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00834920
Message ID:
00835516
Vues:
16
>Hi Robert,
>
>In VFP does not have to use alias cursor names of one letters 'A'...'M'
>( you have tons of problem).
>
>Then you can use this ( from table list is mapped to C,D,E,...):
>
>select RECNO('C') arclientRecno,arclient.name,arinv.mnt from arclient,arinv into cursor bob
>
>
>
>select RECNO('D') arinvRecno,arclient.name,arinv.mnt from arclient, arinv into cursor bob
>
>
> Fabio

No you can't do that. You can not use RECNO() or any other Fox function that requires an alias in a multi-table SELECT. The results would be entirely unpredictable.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform