Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Move data
Message
From
22/02/2002 03:36:55
Wilfred Chan
Bnp Paribas Hong Kong Branch
Hong Kong, Hong Kong
 
 
To
11/02/2002 10:35:09
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00618148
Message ID:
00623584
Views:
9
Hi,
Thanks, Mr. Hilmar Zonneveld.

It is good that we don't need to declare the array first.

:) Wilfred

>>Hi,
>>
>>You may try to look is there any tool in Download can accomplish this.
>>But it doesn't seem diffcult;try:
>>
>>
>>1. DIMENSION aRecord[2]
>>SCAN
>>??SCATTER FIELDS CO_NAMEA,CO_ADDA TO aRecord
>>??SELECT TABLEB
>>??APPEND BLANK IN TABLEB
>>??GATHER FROM aRecord
>>ENDSCAN
>>
>>2. Select CO_NAMEA as CO_NAMEB, CO_ADDA as CO_ADDB
>>? FROM TABLEA INTO CURSOR TMP_TA
>> SELECT TABLEB
>> APPEND FROM DBF('TABLEA')
>>
>>:) Wilfred
>
>When using SCATTER and GATHER, I recommend taking a look at the NAME clause, which requires only a single variable (with a property for each field):
>
>
>local loRecord
>SCATTER NAME loRecord
>select (OtherTable)
>replace Field1 with loRecord.FieldA, Field2 with loRecord.FieldB
>
Previous
Reply
Map
View

Click here to load this message in the networking platform