Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scan command
Message
 
To
09/05/1997 20:47:20
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00031620
Message ID:
00031630
Views:
48
>>I basically want to scan 3000+ records
>>
>>scan
>> n = recno()
>> copy to array temp for
>> select
>> go n
>>endscan
>>
>>copy fields from array to another database
>>
>>print the report
>
>I really don't understand why you are scanning to get the same results to a secondary table.
>
>If all you want is to print the report based on a subset of data, you may do just that in 2 lines: SELECT SQL ... INTO TABLE TEMP + print the report.


The problem is I have to pull out the records to another table only if it meet the condition in the (copy to array temp for )
and produce a report which have all the candidates informations which meet that special condition.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform