Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Header classes - please help!
Message
De
28/09/2000 16:44:02
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Header classes - please help!
Divers
Thread ID:
00422292
Message ID:
00422292
Vues:
59
I created my own header class in a PRG. In the Init of my grid class, I would like to replace the VFP headers with my header class. This is my code in the Grid.Init():

FOR EACH loColumn IN This.Columns
loColumn.RemoveObject("Header1")
loColumn.AddObject("Header1","MyHeaderClass")
ENDFOR

I'm getting an error on the AddObject line-"Object name is invalid." If I use a different name, i.e. "HeaderA", it works. Why is this and how can I get around it? I really want to name the headers "Header1" because there are pieces of code that depend on the headers being named as such.

Thanks,
Elyse
Elyse Pomerantz
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform