Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot remove header obj from grid
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Cannot remove header obj from grid
Miscellaneous
Thread ID:
00798376
Message ID:
00798376
Views:
58
I am trying to remove Header object from a grid and replace it with a custom object. But I get error on line .AddObject because the .RemoveObject does not remove it (I traced it in debugger)
for each loColumn in thisform.grid.columns
    loColumn.RemoveObject( "Header1" )	
    loColumn.AddObject( "Header1", "custom_header" ) 
endfor
The strange thing is that I have used this syntax for years in many many forms without any problems. Yet, for some reason now whenever I create a form, the code does not work.

Anybody can see what might be different in all other forms where the code worked and the ones where code does not work?

TIA.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform