Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Headerclass in column problem
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Headerclass in column problem
Miscellaneous
Thread ID:
00819193
Message ID:
00819193
Views:
70
Hi

I am trying to get a custom header in a grid to work by using the new HeaderClass property.
The sample code is contained in the classdef1.prg. The grid has the memberclass as "spColumn" and it works. But the Header is still the standard header.

Thanks Gary

DEFINE CLASS spColumn AS Column
spValue = 2
HeaderClass = "spHeader"
HeaderClassLibrary = "C:\DEV8\TEST\classdef1.fxp"
ENDDEFINE

DEFINE CLASS spHeader AS Header
spCode = ""
ENDDEFINE
Next
Reply
Map
View

Click here to load this message in the networking platform