Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Security Problem
Message
 
À
07/07/2003 18:42:31
Bill Breay
Custom Business Software
Arvada, Colorado, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00803120
Message ID:
00808137
Vues:
25
Bill,

Would changing the code in cmdOKMaint.UIEnable to the following help?

LPARAMETERS lEnable
IF PEMSTATUS(ThisForm, 'lAllowSave', 5)
	IF lEnable
		IF This.lReadOnly AND ThisForm.lAllowSave
			ThisForm.lAllowSave = .F.
		ELSE
			IF !This.lReadOnly AND !ThisForm.lAllowSave
				ThisForm.lAllowSave = .T.
			ENDIF
		ENDIF
	ENDIF
ENDIF
Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform