Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clearing Clipboard after DataToClip Method
Message
De
10/12/2003 20:51:39
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00857933
Message ID:
00857938
Vues:
23
>All,
>
>I have an application that copies about 8,000 records from a table to the clipboard using the DataToClip method and then pastes the data to an existing Excel workbook. This part work fine. However, If I open up the workbook in Excel and view the Office Clipboard, the clipboard still has my copied records in it. As a work-around, after pasting I then copied only one record to the clipboard so that the clipboard memory req'ts are much lower. However, this still is not a very elegant solution.
>
>Using the macro recorder in Excel to see the VB code when I manually cleared the clipboard indicated that the
>
>obj.Application.CutCopyMode = "False"
>
>statement should have worked but it didn't do anything from the VFP application. Any ideas or hints (such as the DataFromClip method)?
>
>Stephen

How about:
_cliptext = ""
(in VFP)
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform