Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Box , command Buttons??
Message
 
 
To
14/01/1999 14:11:10
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00176002
Message ID:
00176136
Views:
28
Mark,

If you click the wrong place it's easy to undo stuff. Here's another set of steps:

1) use the object list on the property sheet to select the column you want to
alter
2)then in the command window
=aselobj( laCol )
laCol[1].RemoveObject( "Text1" )
laCol[1].AddObject( "Command1", "CommandButton" )

you can SET CLASSLIB if you want to use a button subclass instead. In VFP6 you can use NewObject() instead.

>Thanks for your reponse Ed,, but It seems that Right-Click the Grid but nothing
>happens the Edit selection does not show..
>I select the grid object in my form and then Right-Click but nothing.
>
>Is this the right way??
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform