Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help
Message
 
 
To
27/09/1998 15:22:54
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Help
Miscellaneous
Thread ID:
00141262
Message ID:
00141270
Views:
30
>I just got VFP6 and have been playing around with it some. Im new to oop and am learning being a fpd2.x programmer. I have built a form with 9 pageframes and controls on each page. I use the VFP framework to build this application. When I run it i get a few errors when I open my form. they are:
> Property NAME is read only
> {1743}{NAME}
> activateforminframe,14
>
>
> Property NAME is read only
> {1743}{NAME}
> activateforminframe,29
>
>
>I read the error comments, but Im still at a loss. What am I doing wrong. Also I want my primary index to be used at all times in my main table. Do I just do a Set Order to XXXXXX and if so, where do I put this in my application?
>
>Thanks for any help
>Ron

you can not issue a command like ThisForm.Name = "SomeName"

If you have your tables in the DataEnvironment [DE] of the form, you can look at the properties of that table (in the DE, right-click on the table and select Properties). Then click the Data tab. You will see a property called *Order* which is where you can define what order to set for the table.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform