Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Business Object
Message
From
18/06/2001 15:19:22
 
 
To
18/06/2001 11:09:29
Jason Mesches
Ocean Systems Engineering Corporation
Carlsbad, California, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00520211
Message ID:
00520728
Views:
15
I set the CLISTOBJ1.lEnabled prperty of CListObjEdit's Property to .F.

Then I droped my custom object on the form and named it ProgRoutinObj
In the CLISTOBJEdit's(which is named lesProgroutin) postinitHook property I added
This.ChangeBizObj(This.Parent.ProgRoutinObj)

In the ProgRoutinObj business objects OnBizObjEmpty and PostRequeryHook methods I added
This.Parent.lseProgRoutin.SetButtonEnabledStatus()
and in its PostInitHook property has the following code
This.AddViewParameter('vp_Programers_IPID', 'v_programers.ipid')

where I want it to pick the parameter value from the v_Programers view and vp_programers_ipid is the view paramter which is used to filter the records in v_progroutin view

the lAutoPrimaryBiz setting of the proRoutinObj is .F.

Yes I am selecting the page on which the object is lying. It doesnot allow me to open the Page at all and give me the error message. I am using the toolbar to open the entire project which consist of a form with four tabs. I am not using a tool bar to open this particular tab.

Thanks for your concern
Bharat
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform