Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid data source
Message
From
17/08/1998 18:44:32
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
16/08/1998 21:15:10
Alhad Marathe
Asm Consulting
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00127200
Message ID:
00127569
Views:
30
>>
>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform