Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a class for header or textbox of grid
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01119078
Message ID:
01119082
Views:
20
Hi Stuart,

Check propeties MemberClass and MemberClassLibrary on grid (default column class)

Check propeties HeaderClass and HeaderClassLibrary on column (default header class)

For current control on column you can use method Init() and own properties
CC_Class and CC_ClassLibrary:
column:Init()
This.NewObject("myObj",This.CC_Class,This.CC_ClassLibrary)
This.CurrentControl="myObj"
MartinJ
>How can I make changes to the header or textbox used in a grid so that when I put the grid control on a form in the visual designer it uses the grid with my custom header and textbox classes and not the default.
>
>Thanks in advance
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform