Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error with multiple business objects on different pages.
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00107226
Message ID:
00107728
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform