Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
An array append ?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00427015
Message ID:
00427031
Vues:
15
>>Here's my array:
>>Select * From SS Where SS.Valed And Deleted() And Exist ;
>> (Select ShipTool From SS Where ShipStor.ShipTool = SS.ShipTool) ;
>> Order By ShipTool into Array Com_SS
>>...
>>Here's my append:
>>Select SS
>>ZAP
>>APPEND From Array Com_SS
>>
>>Many steps occur between the two but I get an error variable Com_SS not found at the last statement.
>>Why?
>
>Are you sure the select statement is returning records? If it returns 0 records, the array is not disturbed. If it didn't exist, it still doesn't. If it did exist, it has the same dimensions and data.

Hello Larry,
The Select returns the 968 valid-completed-records that are needed from SS
SS is toyed with for different reasons.
Then SS is cleared and the 968 are expected back into SS.

The error I can eliminate by creating a file instead of array - but I didn't want to do a follow up clean-up process deleting that file. Cursor gives me the same error.
VFP 6.0
Edgar L. Bolton, B.S. B.B.A.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform