Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record pointer...
Message
 
 
À
05/06/2001 12:13:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00515179
Message ID:
00515208
Vues:
16
>>First, I have the ORG table selected and then do the following:
>>
>>REPLACE auth.end WITH DATE() FOR ;
>>     auth.organization = org.organization AND ;
>>     (auth.end > DATE() OR EMPTY(auth.end))
>>
>>and it moves the record pointer of the ORG table. Why?
>>
>>Chuck
>
>Probably, 'auth' is not a current work area (unless you do not have temp relationships between the tables). You may use cleaner code:
>nOrganization=org.organization
>REPLACE auth.end WITH DATE() FOR ;
> auth.organization = nOrganization AND ;
> (auth.end > DATE() OR EMPTY(auth.end)) in auth

Nice to have you back, Ed. Wellcome!
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform