Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HELP! What is causing the error???
Message
De
30/10/2001 16:19:36
 
 
À
30/10/2001 15:41:46
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00575294
Message ID:
00575322
Vues:
20
Hi Elyse;

I believe that is completely unnecessary create the hdr1 object

I am not shure, but are we talk about a Grid object ? If so, just set mygrid.columns = NN and then all the object will be created automaticly and you can do it to change some of the original configuration..
>FOR EACH loColumn IN This.Columns
>   WITH loColumn
>      lcCaption=loColumn.Header1.Caption
>      lnAlign=loColumn.Header1.Alignment
>      .AddObject("Hdr1",This.cHeaderClass,lcCaption,lnAlign)  && dont use this
>      .Hdr1.Name="Header1"                                    && dont use this
>   ENDWITH
>ENDFOR
>
CLAUDIO
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform