Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Column equal with my varibale
Message
From
04/04/2002 07:03:09
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/04/2002 06:20:30
Khurram Khan
Filtrona Pvt Ltd.
Karachi, Pakistan
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00640765
Message ID:
00640782
Views:
47
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform