[DUG]: problem with QR

2003-06-17 Thread John
Hi all, My application uses Quick Report (v3) and worked fine, up to today when my client rang me and told me that an error message popped up Metafile not valid. Any ideas? TIA John. --- New Zealand Delphi Users group

Re: [DUG]: problem with QR

2003-06-17 Thread Craig Goodall
Hi John, Is your client using Win9x? There is a Windows problem with metafiles. See http://support.microsoft.com/support/kb/articles/Q257/5/23.ASP HTH, Craig. John wrote: Hi all, My application uses Quick Report (v3) and worked fine, up to today when my client rang me and told me that an error

[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,

Re: [DUG]: Adding Calculated Field

2003-06-17 Thread Rohit Gupta
Bingo To: Multiple recipients of list delphi [EMAIL PROTECTED] Send reply to: [EMAIL PROTECTED] From: Neven MacEwan [EMAIL PROTECTED] Subject:Re: [DUG]: Adding Calculated Field Date sent: Mon, 16 Jun 2003 15:38:33 +1200

[DUG]: How do I control the task manager from Delphi?

2003-06-17 Thread Dave . Jollie
Our users are on a controlled environment where they can't use ctrl-alt-del and task manager, to kill something that has bombed. Currently they have a script program called Application Killer (written in-house), which gives them limited access to kill certain processes. This program does

RE: [DUG]: How do I control the task manager from Delphi?

2003-06-17 Thread Myles Penlington
Yep, It can all be done in scripting - Assuming you are on Win2K/XP and I think NT4 sp6a . In either case the MSDN stuff on script host has a example that does exactly this. I only looked at it quickly, but it used COM objects to access the task list and kill the process - so of course the