Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error with multiple business objects on different pages.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00107226
Message ID:
00107728
Vues:
23
Paul,

>The first two pages work OK. When the third page is activated I get a:
>
>Error# 1734,
>Property LCHANGEFORMTITLE is not found, line 38
>Code: IF This.oBizObj.lChangeFormTitle AND llFormIsPresent
>Method:afterrowcolchange
>Object:shoplistform1.pgfbizobj.page3.cgridlist1
>
> I've been looking at the Project Mgt. sample (the Projects form) which looks very similar to what I'm trying to do. As far as I can tell, my objects are set-up correctly - but since there are so many places where things can be set I might have missed something.

Although the response you received from Kenneth made your error go away, the real solution to your problem lies elsewhere. Based on your error message it seems that you have placed a CGridList1 object directly on page 3 which is causing the error.

CGridList is an Abstract class which should not be dropped directly on a form. If you need a simple grid, you should use CGrid instead. If you want a grid with Add, Edit, Delete capabilities, you should use CListObjEdit instead.

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform