[DUG]: Terminal Server Identification

2003-06-17 Thread Rohit Gupta
Is there a way for an app to figure out that it is running as a Terminal Server app ? --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub,

[DUG]: Terminal Server

2003-01-22 Thread Rohit Gupta
Has anyone used Terminal Server for their Delphi apps ? Have you any experience to share ? Any pitfalls to watch out for ? Regards Rohit == CFL - Computer Fanatics Ltd. 21 Barry's Point Road, AKL, New Zealand PH(649)

RE: [DUG]: Terminal Server

2003-01-22 Thread Max Nilson
Rohit Gupta asks: Has anyone used Terminal Server for their Delphi apps ? Have you any experience to share ? Any pitfalls to watch out for ? Yes, we have a fairly large number of clients using our applications via Terminal Server these days. There are two warnings I can provide that may be

Re: [DUG]: Terminal Server

2003-01-22 Thread Neven MacEwan
delphi [EMAIL PROTECTED] Sent: Thursday, January 23, 2003 2:27 PM Subject: RE: [DUG]: Terminal Server Rohit Gupta asks: Has anyone used Terminal Server for their Delphi apps ? Have you any experience to share ? Any pitfalls to watch out for ? Yes, we have a fairly large number of clients

Re: [DUG]: Terminal Server

2003-01-22 Thread John Bird
At 02:28 PM 15/01/03 +1200, you wrote: I need a reliable way of recognising the session, the user name and pc name on a mixed setup ie Terminal Server and normal lan logins. session - process_id if other two can be unique username - windows network and TS both allow more than one login with the

[DUG]: Terminal Server

2003-01-14 Thread Rohit Gupta
I need a reliable way of recognising the session, the user name and pc name on a mixed setup ie Terminal Server and normal lan logins. session - process_id if other two can be unique username - windows network and TS both allow more than one login with the same user name. pcname - ditto, on a

[DUG]: Terminal Server

2002-11-25 Thread Paul Mckenzie
G'Day, We are having problems trying to get our Application (Client + Appserver) to work on Citrix Terminal Server. We have a Client App that connectsto an AppServer (DCOM via TCP/IP) - The AppServer then talks to IB6, but this doesn't appear to be the problem. The problem we get is that

RE: [DUG]: Terminal Server

2002-11-25 Thread Paul Eggleton
Paul Mckenzie wrote on Tuesday, 26 November 2002 1:17 p.m.: The problem we get is that when the site has approx 4+ clients connecting (it is not consistant) they lock up Are you able to debug the application in Delphi? I imagine you don't have Delphi installed on the server at the moment, but

Re: RE: [DUG]: Terminal Server

2002-11-25 Thread Chris Reynolds
Are you able to debug the application in Delphi? I imagine you don't have Delphi installed on the server at the moment, but you could. Then you'd hopefully be able to see what was going on before the app locks up. Much better to compile with debugging info and use the remote debugger.

Re: RE: [DUG]: Terminal Server

2002-11-25 Thread vss
of list delphi [EMAIL PROTECTED] Date: Tue, 26 Nov 2002 13:34:38 +1300 Subject: Re: RE: [DUG]: Terminal Server Are you able to debug the application in Delphi? I imagine you don't have Delphi installed on the server at the moment, but you could. Then you'd hopefully be able to see what was going

Re: [DUG]: Terminal Server

2002-11-25 Thread Paul Mckenzie
- From: Paul Eggleton [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 1:29 PM Subject: RE: [DUG]: Terminal Server Paul Mckenzie wrote on Tuesday, 26 November 2002 1:17 p.m.: The problem we get is that when the site has approx 4+ clients

Re: RE: [DUG]: Terminal Server

2002-11-25 Thread Paul Mckenzie
] To: Multiple recipients of list delphi [EMAIL PROTECTED] Date: Tue, 26 Nov 2002 13:34:38 +1300 Subject: Re: RE: [DUG]: Terminal Server Are you able to debug the application in Delphi? I imagine you don't have Delphi installed on the server at the moment, but you could. Then you'd hopefully be able

Re: [DUG]: Terminal Server

2002-11-25 Thread Neven MacEwan
, 2002 1:16 PM Subject: [DUG]: Terminal Server G'Day, We are having problems trying to get our Application (Client + Appserver) to work on Citrix Terminal Server. We have a Client App that connects to an AppServer (DCOM via TCP/IP) - The AppServer then talks to IB6, but this doesn't appear