Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HELP! What is causing the error???
Message
From
30/10/2001 16:19:36
 
 
To
30/10/2001 15:41:46
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, United States
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00575294
Message ID:
00575322
Views:
21
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
Previous
Reply
Map
View

Click here to load this message in the networking platform