Re: [twsocket] TnEmulVT: How to assign the FLogFileName dynamically or from object

2010-01-30 Thread Angus Robertson - Magenta Systems Ltd
 How do I accomplish this? The line below appears to override 
 attempts to  set the property at run time.
 
 FLogFileName := 'EMULVT.LOG'; // angus V6.01

That line simple sets the default file name, which can then be changed by
the LogFileName property, before calling the Log property to start
logging.

What is your actual problem?

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] TnEmulVT: How to assign the FLogFileName dynamically or from object property

2010-01-29 Thread wayne . belshaw

Hello,

This is probably a question for Angus?... 8:)

I see that in ICS (v7), I'm able to successfully log telnet sessions within  
the TnEmulVT module if I enable the Log property on the object. I would  
like to be able to also use the LogFileName property in the EmulVT object  
to uniquely assign FLogFileName instead of the hard-coded EMULVT.LOG (see  
below).


How do I accomplish this? The line below appears to override attempts to  
set the property at run time.


FLogFileName := 'EMULVT.LOG'; // angus V6.01

Thank you.
Wayne Belshaw
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be