Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse view
Message
From
16/11/2003 14:16:39
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
16/11/2003 14:13:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00850468
Message ID:
00850470
Views:
17
>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform