Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Two things...
Message
De
09/11/1999 08:09:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00288933
Message ID:
00288944
Vues:
15
Que tal vale como estas...???
Mira yo hasta ahora no conozco nigún control que pueda hacer eso, sin embargo se ocurre esto.
Una vez que tengas creado el archivo.
Lo lees...
if select("textfile") = 0
create cursor textfile (filename c(60),mem m) &&Crea un cursor "textfile"
append blank &&Prepara para la insercion
endif
replace textfile.filename with getfile("TXT")
if empty(textfile.filename)
return
endif
select textfile
append memo mem from (textfile.filename) overwrite
thisform.edttext.controlsource = "textfile.mem"
thisform.edttext.enabled = .t.
thisform.refresh
Este proceso es lo que más se acerca a lo que tú quieres.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform