Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to simulate a trace window in a edit region?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
How to simulate a trace window in a edit region?
Divers
Thread ID:
00226658
Message ID:
00226658
Vues:
60
Hi all!

I have an edit region in a screen that I want to act as a trace window. I want to add text to the variable used in the edit region and be able to redisplay the end of it while adding text to the variable.

for exemple:
=Trace("Copying file #1")
=Trace("Copying file #2")
=Trace("Copying file #9120")
...

function Trace
	parameters tcTxt
	
	lcTxt = lcTxt + tcTxt + chr(13)
	show get lcTxt
return
My problem is: How to *automaticaly* show the added lines?
Does anyone have an idea on how to do this?

TIA.
François Dagenais
LAGIBERT Informatique
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform