-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of [EMAIL PROTECTED]
Sent: Friday, October 03, 2003 10:38 AM
To: Multiple recipients of list delphi
Subject: [DUG]: How do I create a Delphi executable which has no GUI?Hi all
I want to call a Delphi executable by shelling out to DOS from a telnet session (in Universe). Since it's a telnet connection, and character based, it won't handle any Windows GUI. I'm wanting to execute a Report Builder report, which normally has the components dropped on a form.
How do I stop a form displaying period - not even for an instant (when executing)? I wonder if a data module would do it? But then Report Builder design is all graphical, with the components on a form...
If any GUI info is received on the Telnet connection, it then just ignores my exe.
Am I trying to accomplish the impossible? (There are good reasons for wanting to run a report this way - i.e. not having to do a ton of coding to move a legacy app into Delphi).
Cheers
Dave Jollie
Developer, TOWER NZ IT
(: 09 368 4259
�: 09 306 6801
*: [EMAIL PROTECTED]
.: 46 Parnell Rd, Parnell, Auckland
Title: How do I create a Delphi executable which has no GUI?
Hi
Dave,
First
thought, just write in a NON-GUI application and use windows message
or TCP/IP, to talk to your Delphi Report application.
Of
course, one side effect is to release two application instead of
one.
Does
that sound easy?
Regards
Leigh
- [DUG]: How do I create a Delphi executable which has no G... Dave . Jollie
- RE: [DUG]: How do I create a Delphi executable which... Leigh Wanstead
- RE: [DUG]: How do I create a Delphi executable which... Nahum.Wild
- RE: [DUG]: How do I create a Delphi executable which... Chris Veale
- RE: [DUG]: How do I create a Delphi executable which... Aaron Place
- [DUG]: Delphi 8? Leigh Wanstead
- RE: [DUG]: Delphi 8? Richard Vowles
- RE: [DUG]: Delphi 8? vss
- RE: [DUG]: Delphi 8? Richard Vowles
- Re: [DUG]: Delphi 8? Phil Middlemiss
- Re: [DUG]: Delphi 8? Tracey Maule
- RE: [DUG]: Delphi 8? Richard Vowles
