Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy and paste within textboxes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00162895
Message ID:
00163098
Vues:
15
>I've created an application with many text boxes and I would like to be able to copy values (ctrl-c, ctrl-v) from one text box to another within the form. I thought that this behavior would be enabled by default, but if it is, then I've managed to turn it off...
>
>So, is there something that I need to do to enable this behavior?
>If not, any idea what I could have done to turn it off?
>
>As always, thanks,
>Marc Mandel
>
>BTW, I'm using vfp 5.0a on NT WS 4.0 sp3

Two dfferent solutions that do not involve menus:
- drag and drop;
- if this is for a limited number of fields and for example you want the value in field cname to be repeated in field cname1, you could write in the lostfocus of the first textbox: this.Parent.txtName2.Value = this.Value

José
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform