Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from Cursor
Message
De
15/07/2006 07:43:39
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
15/07/2006 07:40:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows '98
Database:
Visual FoxPro
Divers
Thread ID:
01136645
Message ID:
01136650
Vues:
14
Ok, then that is your problem. It is not open, or at least it is not available where this code is run. How is grdDistribution created? Where is it created? Is this a form? Classes? The more detail information you can give - code examples - the better.

>hi,
>
>thank you for replay,
>i got error message
>'grdDistribution.dbf' dose not exist
>
>thanks.
>
>
>
>>Does this not work? What is happening? Errors or just no data?
>>
>>
>>use mytable in 0
>>SELE MyTable
>>locate for ....
>>if !found()
>>   Append from grdDistribution
>>endif
>>
>>
>>
>>>hi all,
>>>
>>>i need to append from cursor to my table as..
>>>Create Cursor crsDist.........
>>>.
>>>.
>>>Locate
>>> .grdDistribution.RecordSource = 'crsDist'
>>>
>>>i try as under....not work
>>>
>>>use mytable in 0
>>>locate for ....
>>> if !found()
>>>*Append from dbf('grdDistribution') && rong
>>>*Append from DBF(grdDistribution.RecordSource = 'crsDist')&&rong
>>>*append from cursor ('crsDist')&&rong
>>>*append from  (crsDist.cursor)&&rong
>>>else
>>>.
>>>.
>>> endif
>>>
>>>thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform