Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CBizObjNoListMaintForm FindProcess change
Message
From
16/01/2001 10:13:21
Rex Mahel
Realm Software, Llc
Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
CBizObjNoListMaintForm FindProcess change
Miscellaneous
Thread ID:
00464183
Message ID:
00464183
Views:
48
Kevin,

Could you please change the CBizObjNoListMaintForm FindProcess method from:
IF NOT This.PreFindHook()
	RETURN .F.
ENDIF
To
IF NOT This.PreFindHook()
	*--------------------------------------------------
	*--- Clear the Unique ID so subsequent Activates
	*--- don't run this code
	*--------------------------------------------------
	ThisForm.cFindUniqueID = ThisForm.uFindIDOriginalVal
	RETURN .F.
ENDIF
so that the cFindUniqueId property is reset even from the PreFindHook.

Thanks

Rex
Next
Reply
Map
View

Click here to load this message in the networking platform