Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with GRID
Message
From
24/08/1999 11:08:09
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
24/08/1999 07:17:00
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00255741
Message ID:
00257073
Views:
27
> select sif_konto from gk_konta ;
> order by sif_konto ;
> into cursor tmpCursor

So what, neighbor, you still have the same accounting system as we do?

>* use dbf("tmpCursor") in 0 again alias NumberProvider && I rem this because it gives me an erro message saying that table is already open ????
>* use in "tmpCursor"
> select tmpCursor
> index on sif_konto tag Linker
> select gk_konta
> set relation to sif_konto into tmpCursor
> thisform.grid1.column6.controlsource = recno("tmpCursor")
>
>Any idea ?

ControlSource is a string which is evaluated at runtime, so you need another pair of quotes around it:

thisform.grid1.column6.controlsource = 'recno("tmpCursor")'

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform