Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form titles
Message
From
31/10/1998 16:36:04
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00153162
Message ID:
00153206
Views:
22
>I'm having trouble getting a form title to change on a standard cBizObjMaintenance form. I've dropped a new business object on the form and everything seems to be working correctly, but the form's title does not change. Users can see the data. Select different pages and edit data to their own delight. The only problem is the title doesn't change.
>
>The new business object:
>1. lPrimaryBizObj property is .T.
>2. lChangeFormTitle property is .T.
>3. cDescField has a field that should work. (The value shows up in the list.)
>
>The forms standard cListOneToManyObj:
>1. lEnabled property is set to false.
>
>Thanks,
>Bill

I think there is also a lChangeFormTitle in the form also, that has to be true.

Have you put any code in any of the bizobj's methods and forgot to call dodefault() ?


Have you tried to trace thourgh the code. Put in your business objects new method...

set step on

dodefault()

And step through the code... you may be able to figure it out.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform