Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help
Message
 
 
À
27/09/1998 15:22:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Help
Divers
Thread ID:
00141262
Message ID:
00141270
Vues:
31
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform