Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with GRID
Message
De
24/08/1999 11:08:09
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
 
À
24/08/1999 07:17:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00255741
Message ID:
00257073
Vues:
28
> 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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform