Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browse view
Message
De
16/11/2003 14:16:39
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
16/11/2003 14:13:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00850468
Message ID:
00850470
Vues:
20
>Hi All,
>
>I need to brows a remote view by code, I means by PRG File?
>
>thanks for your time.

You can treat the view as a table. To process each record in a table or view:
scan
  * Do something here
endscan
The SCAN will create a repetition for each record.

The action between SCAN and ENDSCAN can be a single command, or several commands - depending on your needs. For instance, here is a quick example to show data on the screen:
scan
  ? ClientCode, ClientName
endscan
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform