Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use an Assign method
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00700481
Message ID:
00700484
Vues:
11
Hi,

Well it looks like you are trying to implement the "changed" events. Create a textbox Class which will support these events. Create a Textbox with a custom method called anyChange.
Define class TextWhichChanges as Textbox

function InteractiveChange
this.AnyChange()

function ProgrammaticChange
this.anychange()

Function AnyChange
* Place your custom code here
If you must use an assign method...
Define class TextWhichChanges as Textbox

function Value_Assign
* Place your custom code here
Glenn

>Hi.
>I have a form with a no. of conrols on it e.g.
>Text1
>Text2
>Text3 whose control source are fields on a file.
>
>I want to set up an assign method for some of these contols so that when a value is changed, something happens.
>
>When I go into Form properties and try to set up a new property called Text1 , it says its already there
>
>If I set up a new method called Text1_asign, nothing happens
>
>Any ideas on what I am doing wrong ?
>
>Regards,
>
>Gerard
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform