Hello Delphinians,
I have a set of programs that need to be updated. In the past I have
used the "am I already running?" -> "rename running" -> "replace
running" -> "restart" method to auto update.
But (there's always a but) My company has invested in terminal servers.
Sooo.. my program i
Hello List.
I have an application with three tButtons. as certain things happen,
the buttons become enabled or disabled. But they are ALLWAYS visible,
The applicatin is a published app on both a Citrix farm and a native MS
Terminal Server. and has worked this way for years.
Recently I was a
That is because MouseOver is activating the form/control. The touch
screen does not know where your finger is until you touch it.
We use touch screens on the shop floor. Use a single form.
Regards - Chris
-Original Message-
From: delphi-boun...@elists.org [mailto:delphi-boun...@elists.
Hello,
Really simple one. Using Delphi 7 I have an app that I send parameters
to. In the development stage, I made many, many changes to the
parameters. Now I have a set of 4 that I wish to use going forward.
My parameter list has ALL of the previous parameters in it. How can I
clear th
Yes
I open Run -> Parameters
In the "Run Parameters" dialog, there is a drop-down list called
Parameters that contains every parameter I have ever created since the
dawn of time. Most useful.
Now I only want to use 4 of those parameters, so I would like VERY MUCH
to please clear that list and sta
@Stephen Posey - thank you.
-Original Message-
From: delphi-boun...@elists.org [mailto:delphi-boun...@elists.org] On
Behalf Of Stephen Posey
Sent: 08 October 2012 16:03
To: Moderated List for the Discussion of Delphi Programming
excludingDatabase-related topics
Subject: RE: Previous Param
Hello List,
I have written a multi-form application that resizes one of its forms
according to the screen size of the computer that it is running on.
In my factory, the program is served via a MS Terminal Server to Wyse
terminals. It appears that the screen resolution is being taken from
t
Quick reports have a gantt chart - works well.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Sid Gudes
> Sent: 15 November 2007 16:43
> To: Borland's Delphi Discussion List
> Subject: Re: Component for Scheduling/Resource Allocation
>
> At 11:0
Hi there,
You need to change the security in IIS (if it is IIS you are using) on
the web server. You need to allow integrated windows authentication.
You need the AUTH_USER server variable
HTH
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of kk a
The username is not in that unique code, you need to set the iis
permissions on the folder that your cgi is in. The server variable you
want is AUTH_USER you cannot parse the password out. You might be able
to sniff it if you used a challenge/response login window.
> -Original Message-
Hello List,
I have an application that uses the PC ID to determine it's function eg
PC1 is input, PC2 is process, PC3 is output. On occasion there may be a
requirement for 4 inputs or 2 processes. The enviroment is dynamic and
a central look-up is used to determine each PC's function.
Now I nee
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Orca skynet
> Sent: 18 February 2008 12:58
> To: Borland's Delphi Discussion List
> Subject: Re: Terminal ID
>
> are they logged on with the same usernames ?
>
> Orca,
> Gent, Belgium
Yes
For exam
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Chris Erdal
> Sent: 18 February 2008 22:33
> To: Borland's Delphi Discussion List
> Subject: Re: Terminal ID
>
> Do Citrix terminals have a network address? Is it fixed or
> DHCP? If DHCP could you
> -Original Message-
> From: [EMAIL PROTECTED]
>
> Does anyone know a way that I can expose the sysem variables
> of a terminal to the Citrix session?
Found it!
If anyone else is interested, a terminal session has a variable called
%CLIENTNAME% this reveals the calling client. You ca
> -Original Message-
> My question is: Is there a way to draw using smoothed lines
> as per the anti-aliasing feature in many simple drawing and
> photo-editing programmes?
>
> I use D6.
>
> --
http://www.efg2.com/Lab/Library/Delphi/Graphics/ImageProcessing.htm
__
Hello List,
I just got my shiny new works computer. With shiny new Vista Business.
Alas, when I try to install my grubby old Delphi 7 it complains that
there known compatibility issues.
Of course it neglects to tell me just exactly what those issues are, or
indeed how I should overcome them.
T
Thanks for all the input guys.
Got it going (no UAC)
Like Rich, I am having a bit of a 'mare (as my kids would say) However I
suspect it's my age (I am officially a GOM), not the OS.
Can't use Ubuntu at work, but I will try virtualisation at home.
Once again, thank you - Chris
Hello list,
Some time ago I wrote a help-desk application that was entirely
web/email based. Now a new manager is on board, and wants "hard copy"
as physical evidence that jobs are being completed. (apparently an
over-stuffed ring binder is more satisfying than tidy electronic
records, meh).
He
> Since it's Web-based, can't you just use the browser's
> built-in print command?
S.. Don't tell the list admin, but the individual comments are
stored as records in a (*gasp*) database.
What my manager wants is to print out all the historical comments in one
go. Easy peasy if they w
>
> You what you're saying is that your current application does
> not already provide any way of viewing all the comments of a
> case, right?
No, What I am saying is, all of the comments and the case details are
held, individualy, as html text. Each case (along with all of the
relevant comme
Please help me with this tab file parsing. I don't create the file, I'm
just supposed to read it. The text is not enclosed in " except where
the text has a ,
MyLine = some^text#some^more^text#99#9999#last^bit^of^text
^ == a space
# == a TAB
My code =
MyNL:=tStringList.Create;
MyNL.De
21 matches
Mail list logo