RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread Vahan Yoghoudjian
Good morning Now I understand your concept about multiple .exe for one application... in your first post it sounded that there were multiple version of the same .exe each one compiled for a different purpose... Were you able to solve the win98 problem? I suggest you try to debug the

R: [delphi-en] MSDE 2000 Licensing question

2005-06-09 Thread Nicola Biada
Hi Jason, look at this: http://www.microsoft.com/sql/msde/howtobuy/msdeuse.asp from this link: Q. Can I include and redistribute MSDE as part of applications that I develop? A. Yes, you can register http://www.microsoft.com/sql/msde/howtobuy/redistregister.asp to receive free redistribution

[delphi-en] Problem in Report Builder TppReport component

2005-06-09 Thread Vahan Yoghoudjian
I have a TppReport (Report Builder component connected to a TDBPipeLine) that uses a query as a datasource. This query text is composed of 3 parts (2 UNIONS) each one based on a certain condition provided by the user. Let's say if (checkbox1.checked) then // Set first part of the query

[delphi-en] Delphi 7 Registration

2005-06-09 Thread hanneswes
I have Delphi 7 installed and have registered the copy via e-mail with Borland. I now have to format the hard drive and reinstall Delphi on the same machine. I am sure that if I try and register the copy again Borland will say it has already been registered. How do I go about doing this?? - is

Re: [delphi-en] Delphi 7 Registration

2005-06-09 Thread rcjenkins
You will be able to re-register it again through e-mail (the verification numbers will be different this time. hanneswes [EMAIL PROTECTED] wrote on 09.06.2005, 13:55:23: I have Delphi 7 installed and have registered the copy via e-mail with Borland. I now have to format the hard drive and

Re: [delphi-en] Problem in Report Builder TppReport component

2005-06-09 Thread CyberBug
Hi, Try Query.close and than Query.open --- Vahan Yoghoudjian [EMAIL PROTECTED] wrote: I have a TppReport (Report Builder component connected to a TDBPipeLine) that uses a query as a datasource. This query text is composed of 3 parts (2 UNIONS) each one based on a certain condition

RE: [delphi-en] Problem in Report Builder TppReport component

2005-06-09 Thread Vahan Yoghoudjian
I already do that... every time the print button is clicked the whole SQL text of the query is erased and re-assigned again in the way described below... -Original Message- From: delphi-en@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of CyberBug Sent: Thursday, June 09, 2005

RE: [list] [delphi-en] Delphi 5 ActiveForm

2005-06-09 Thread Neil Bullock
Hi, Thanks for the reply. Sorry for the slight delayed response. I'm having trouble getting this to work. I've changed the code so it refers to my activeform, and so on, but when it comes to running it, it doesn't seem to do anything. I put a few checks in around here: if Supports(Form,

RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread Peter Luijer
Hi Warrick and all interested, This is not meant as critisism, merely as a point of discussion. The fact that an Application uses multiple exe's that run successfully for over 3 years, doesn't automatically mean that it's, code-wise, good written software. First let me define the differences

RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread Glenn B. Lawler
- As Applications with Helper utils I define shell-applications that rely on other executables that do all the work and these are mostly driven by using stdin and stdout or by using some sort of (temp-)file to let the external exe work with, which are both very dirty solutions.

RE: RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread horiatu
Yeah – right! But I would call this meta-application, i.e. the gathering of all those EXE – a SYSTEM not an Application! (By the way – that is called Microsoft Office?) The next issue that I would be interested in it – if possible: how these EXEs of yours interact? I can think to many ways:

RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread horiatu
No – both ways are acceptable! Look to some notorious packages: Microsoft Office: you may use Excel in Word, or Word in Excel or both in PowerPoint since all are OLE enabled, but mot people would use them separately or even buy/install them separately. It make sense to be both of them EXE not

=?iso-8859-1?Q?Re:_RE:_RE:_[delphi-en]_Why_are_people_surprised_about_applications_that_use_multiple_exe_files??=

2005-06-09 Thread rcjenkins
I'm not sure if this is directed at me but I will asnwer as if it is... [EMAIL PROTECTED] wrote on 09.06.2005, 18:05:00: Yeah – right! But I would call this meta-application, i.e. the gathering of all those EXE – a SYSTEM not an Application! (By the way – that is called Microsoft

Re: RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread Walter Prins
Hi Peter! - Original Message - From: Peter Luijer [EMAIL PROTECTED] To: delphi-en@yahoogroups.com Sent: Thursday, June 09, 2005 3:20 PM Subject: [list] RE: [delphi-en] Why are people surprised about applications that use multiple exe files? Hi Warrick and all interested, This is

RE: RE: RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread horiatu
Thanks for your replay. My questions were more from a philosophical point of view, probably the new habit I’ve got from my new analyst role. If you don’t mind, I’ll continue to point here and there in the bellow dialog. Horia ___ From: delphi-en@yahoogroups.com