Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Column equal with my varibale
Message
De
04/04/2002 07:03:09
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
04/04/2002 06:20:30
Khurram Khan
Filtrona Pvt Ltd.
Karachi, Pakistan
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00640765
Message ID:
00640782
Vues:
48
>Sir,
>I have a grid on my form and the grid has one column
>and I want the variable A="Khurram"
>will be equal Column1.text1
>
>no table will be use
>
>thanks

Khurram,
VFP grid is always used with a cursor/table. You could do this :

*Form load
create cursor myCursor (myvar c(20))
insert into myCursor values ('Khurram')

and set recordsource of grid to 'myCursor'.
Alternatively you could use a listbox or Activex grid.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform