Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create a grid1 in form
Message
From
13/10/2000 08:43:23
 
 
To
13/10/2000 08:37:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00428962
Message ID:
00428968
Views:
14
Hi!

See sample commands below.

>how can i remove a GRID1 in THISFORM when running program ??

thisform.Grid1.Visible = .F.
thisform.RemoveObject("Grid1")
>
>and how can i crate a GRID2 in THISFORM when running program ??

thisform.AddObject("Grid2","MyGridClass")
thisform.Grid2.Visible = .T.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Reply
Map
View

Click here to load this message in the networking platform