Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid data source
Message
De
17/08/1998 18:44:32
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
16/08/1998 21:15:10
Alhad Marathe
Asm Consulting
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00127200
Message ID:
00127569
Vues:
36
>>
>>SELECT Equipdesc.assetid, Equipdesc.location, Equipdesc.area_id, 0000.0 AS meter;
[snip]
>>ThisForm.Grid1.RecordSource = ThisForm.Grid1.RecordSource
>
>Sorry I forgot to tell you, you cannot use select to populate the cursor. That creates a read only cursor. use select and create an array. Then append from an array to the cursor. The cursor has to be created using 'CREATE CURSOR' command before the form is fired.
>
>Alhad

Oh it is possible - simply

Select [whatever] into cursor first
select 0
use (dbf("first")) again alias second

Now it's read/write. I think this is already in the FAQ, and if it isn't, it should be. We've seen this many times already.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform