Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Temp files in my recent documents
Message
De
23/02/2004 04:40:39
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Temp files in my recent documents
Divers
Thread ID:
00879840
Message ID:
00879840
Vues:
48
Hi I noticed that when I run the following code:

lcTempFile=GetTmpFile("tmp","rtf")
STRTOFILE(lcText,lcTempFile)
IF FILE(lcTempFile)
APPEND GENERAL &cMemoName FROM (lcTempFile) CLASS "RICHTEXT.RICHTEXTCTRL.1"
DELETE FILE (lcTempFile)
ENDIF

I get the tmp file in "my recent documents" is there any way to prevent this from happening?

BR
Tim
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform