Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CBizObjNoListMaintForm FindProcess change
Message
De
16/01/2001 10:13:21
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
CBizObjNoListMaintForm FindProcess change
Divers
Thread ID:
00464183
Message ID:
00464183
Vues:
46
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform