RE: [DUG]: Upgrading D2 to D5

2000-08-02 Thread Patrick Dunford
It depends on which version of QR you are using. The standard version with Delphi 2 was 1.x, with Delphi 3 it is 2.x, with Delphi 4 and above it is 3.x The QR converter from 1.x to 2.x does a very poor job, you will have to lay your reports out again. This is what will happen going from D2 to D3

[DUG]: Deleting components at design time

2000-08-02 Thread bosborn
Can anyone tell me how I can trap deleting a component from a form (from within the component) at design time. It doesn't seem to call the destructor. Bob Osborn --- New Zealand Delphi Users group - Delphi List -

RE: [DUG]: List of OLEVariant

2000-08-02 Thread phillip . middlemiss
Thanks Myles and Carl, I was afraid there wouldn't be a ready made solution. I think I'll go with the array. Cheers, Phil. Carl Reynolds [EMAIL PROTECTED] on 02/08/2000 12:24:37 Please respond to [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] cc:(bcc:

RE: [DUG]: Brsuh default

2000-08-02 Thread Max Renshaw-Fox
Paul I had a problem like this doing some custom components a year ago. As I recall I had to choose where I painted (what canvas) as well as setting the colour to not get this happening. Max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Paul Lowman

[DUG]: Trackbar with Start and End Pointer

2000-08-02 Thread Neven MacEwan
Hi All Has anyone seen/got/used a Trackbar with 2 sliders one for start pos and one for end pos TIA Regards Neven N.K. MacEwan B.E. EE [EMAIL PROTECTED] --- New Zealand Delphi Users group - Delphi List - [EMAIL

Re: [DUG]: Deleting components at design time

2000-08-02 Thread Nello Sestini
I think you are mistaken about the dtor not being called at design time. I've attached a simple component that has Destroy overridden. It is called at design time. (I get the "Being Destroyed" message at designtime if i delete the component from a form - or close the form etc) ns

RE: [DUG]: Generic Printing

2000-08-02 Thread Edward Huang
I found there were some bugs in Printers.pas (Delphi VCL) when printing to Generic / Text only printer. At least they exist in D2-D4, haven't checked D5 yet. I can't remember what exactly, but I believe that will resolve your problem. If you need, I may be able to dig it out for you.

Re: [DUG]: Deleting components at design time

2000-08-02 Thread Nello Sestini
Bob If i had a dollar for every time i've done that very thing i could retire on the south island :-) hth ns -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Date: 03 August 2000 05:18 Subject: Re: [DUG]: Deleting

Re[2]: [DUG]: Deleting components at design time

2000-08-02 Thread Paul_McKenzie
What ... You have done it two or three times ... Woo, wait for the flames !!! Reply Separator Subject: Re: [DUG]: Deleting components at design time Author: [EMAIL PROTECTED] Date: 03/08/2000 13:49 Bob If i had a dollar for

Re: Re[2]: [DUG]: Deleting components at design time

2000-08-02 Thread Nello Sestini
Personally I think "hiding" a virtual function should be disallowed by the language. (Putting on asbestos suit) ns -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Date: 03 August 2000 09:16 Subject: Re[2]: [DUG]: