RE: [DUG]: How do I copy the state of one object to another?

2003-08-29 Thread Dave . Jollie
Thanks for the responses. I'm kicking myself for not seeing the simple "assign" concept. Just learning to stop thinking procedurally. Cheers Dave Jollie Developer, TOWER NZ IT (: 09 368 4259 : 09 306 6801 *: [EMAIL PROTECTED] .: 46 Parnell Rd, Parnell, Auckland -Original

RE: [DUG]: Report tools

2003-08-29 Thread Cheng Wei (ASL)
Title: Message Hi, We use FR extensively, it's truly GREAT, support from the author (Alexander Tzyganenko) has beenpretty timely usefultoo. Some features worth highlighting are: 1). User FunctionsandUser Datasets:give you hugeflexibilityin presenting loosely structured information.

RE: [DUG]: Report tools

2003-08-29 Thread Stephen Barker
Title: Message FR PDF Stuff: 1. Install freeware pdf component from www.est.hi-ho.ne.jp/takeshi_kanno/powerpdf 2. some sample code found in newsgroups from Ricardo Cardona Ramirez I turned this into a FR Export component - can send source privately. regards, Steve -Original

RE: [DUG]: 'Connection lost to database' after a trigger fired

2003-08-29 Thread Rohit Gupta
1. What do you mean by large number of records ? 2. Are you sure you dont have any other triggers on either table that are firing as well. To: Multiple recipients of list delphi [EMAIL PROTECTED] Send reply to: [EMAIL PROTECTED] From: Zhi Liu

[DUG]: Button Caption

2003-08-29 Thread Ross Levis
(D5) Is there an easyway to left justifya TButton caption, and notcentre as it does by default. Thanks, Ross Levis Tauranga.

Re: [DUG]: Button Caption

2003-08-29 Thread Rohit Gupta
Ross, I believe that the help on it is very explicit. Use TBitBtn instead Ross Levis wrote: (D5) Is there an easy way to left justify a TButton caption, and not centre as it does by default. Thanks, Ross Levis Tauranga.

Re: [DUG]: Button Caption

2003-08-29 Thread Ross Levis
Hi Rohit Ross, I believe that the help on it is very explicit. Use TBitBtn instead Mmm, yes, except I'm including a WindowsXP manifest and a normal TButton converts nicely to the XP theme but the BitBtn doesn't. I'm using D5. Is there any other way, eg, with Windows API calls? Regards,

Re: [DUG]: Button Caption

2003-08-29 Thread Rohit Gupta
Its possible but will take you hours to find it look at the VCL code for TBitBtn and then try to copy the relevant bits into TButton. Or start with TPanel and make your own button component. Ross Levis wrote: Hi Rohit Ross, I believe that the help on it is very explicit. Use TBitBtn