Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scan + Locate
Message
From
08/09/2012 13:38:09
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01552609
Message ID:
01552613
Views:
102
This message has been marked as the solution to the initial question of the thread.
Update bb set liberado = .t. from direto where bb.numero = direto.cod_fast
>It there a better way to rearrange the code below ?
>
>
> SELECT BB
> SCAN
>
> SELECT direto
> LOCATE FOR DIRETO.COD_FAST = BB.NUMERO
> IF FOUND()
> REPLACE BB.LIBERADO WITH .T.
> ENDIF
>
>ENDSCAN
Previous
Reply
Map
View

Click here to load this message in the networking platform