Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Value_Assign gotcha
Message
De
03/11/1999 18:45:06
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
 
À
03/11/1999 17:43:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00286516
Message ID:
00286579
Vues:
27
Erik-

Really?
*PROCEDURE value_assign
LPARAMETERS vNewVal
*To do: Modify this routine for the Assign method
IF THIS.Value # m.vNewVal
	THIS.Value = m.vNewVal
ENDIF
RETURN .T.
Results in a dirty buffer?

>>Would it help to add this code in the base method:
>>
IF this.value <> mNewVal
>
>No, because in the control's refresh, this evaluates to .T., and the code runs. Good idea, though.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform