Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to simulate a trace window in a edit region?
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
How to simulate a trace window in a edit region?
Miscellaneous
Thread ID:
00226658
Message ID:
00226658
Views:
61
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
Next
Reply
Map
View

Click here to load this message in the networking platform