Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Value_Assign gotcha
Message
From
03/11/1999 18:45:06
 
 
To
03/11/1999 17:43:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00286516
Message ID:
00286579
Views:
25
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform