Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append General - from clipboard?
Message
 
À
15/04/1998 12:02:31
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00092148
Message ID:
00094096
Vues:
29
>>I used to use Append General in VFP3 to take an image from my clipboard and paste it into a GENERAL field in my table. VFP5 seems to APPEND GENERAL only from a file!
>>
>>Help seems to imply this, and my attempts to APPEND GENERAL fieldname to paste in my clipboard consistantly fails.
>>
>>Am I missing something, or did the command change?
>>
>>TIA
>Yes you can do it only from file with "append general ...". But there is a dirty trick to add from clipboard w/o using API etc :
>
>create cursor mycursor (mygen g, mymemo m)
>append blank
>keyboard "{Ctrl+pgdn}"
>keyboard "{Ctrl+V}"
>browse nowait
>
>Cetin

Ick! That _is_ a little dirty. How difficult would it be to do it with an API?
Kogo Michael Hogan

"Pinky, are you pondering what I'm pondering?"
I think so Brain, but "Snowball for Windows"?

Ideate Web Site
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform