Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp50 - How do I copy my data to the Clipboard?
Message
 
À
09/05/1997 09:37:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00031314
Message ID:
00031655
Vues:
56
>Thanks Jim... I fixed up the EDIT menu and it works.. thanks.. but I
>can not copy all the fields in the form at once.. It only lets me copy
>one field at a time. I want to cut/copy/paste all the fields to NOTEPAD.
>Can you help?

Robert,

Something like this should work, though you will have to deal with data types other than character,

_cliptext = Field1 + " " + Field2 + ...

Once the fields are in _cliptext they are in the clipboard and a paste in notepad will paste them there.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform