Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CListObjEdit.cmdAdd and PreHooks
Message
 
To
12/12/2000 10:36:16
Rex Mahel
Realm Software, Llc
Ohio, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00452223
Message ID:
00453364
Views:
17
Rex,

>In the cListObjEdit object, the PreAddHook, PreDeleteHook and PreEditHook calls should be conditional for executing the rest of the code in cmdAdd.Click(), cmdDelete.Click() and cmdEdit.Click() respectively.>

I agree...I'll change the code in these methods as follows (and give you credit in the "What's New" guide:

1. IF llFormIsPresent AND This.Parent.PreAddHook()
2. IF llFormIsPresent AND This.Parent.PreDeleteHook()
3. IF llFormIsPresent AND This.Parent.PreEditHook()

Thanks,
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
Reply
Map
View

Click here to load this message in the networking platform