Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stopped working in VFP 7
Message
 
 
À
30/10/2001 16:33:39
Spencer Redfield
Managed Healthcare Northwest, Inc.
Portland, Oregon, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00575331
Message ID:
00575415
Vues:
15
Hi Spencer,

Your code works fine on my PC (Win2k SP 2). There're two modifications that work also.
* Mod 1
SYS(1500, "_MED_SLCTA", "_MSM_EDIT" )
SYS(1500, "_MED_COPY", "_MSM_EDIT" )

* Mod 2
keyboard "{Ctrl+A}{Ctrl+C}"
Maybe one of them will work for you.


>Hi all,
>
>In VFP 6 the following executed in the VFP editor with an ON KEY LABEL would capture the editor's current window's text to the clipboard.
>
>Now under VFP 7 I am unable to capture any of the text to the clipboard.
>
>
>keyboard "{Ctrl+A}"
>for iTry = 1 To 5
>	DoEvents
>next iTry
>
>keyboard "{Ctrl+C}"
>for iTry = 1 To 5
>	DoEvents
>next iTry
>
>
>Something has changed. BTW, I'm using Windows 2000, SP2.
>
>Can someone more knowledgeable than me suggest a workaround? I really want this functionality back but am stumped! Thanks in advance!
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform