RE: [DUG]: Collections and Delphi

1999-10-11 Thread Chris Crowe
I woudl love a copy, I really like the collections, and any enhancements would be cool. Email me at [EMAIL PROTECTED] Chris Crowe Want a free tool to help search the Microsoft KB and Search pages?, goto http://www.adrock.com/msarticle -Original Message- From: [EMAIL PROTECTED] [mailto:[

[DUG]: IE5 and QR

1999-10-11 Thread Tony Blomfield
Hi. I have a certain fairly complex report built by someone else in QR. This reports runs fine on one box with NT4, SP5, IE4, but on a second box with NT4, SP5, IE5, the report crashes totally. Testing on a few other machines, and it seems that this particular report does not like IE5. Can any

RE: [DUG]: Desktop Refresh

1999-10-11 Thread vss
In CODE do you mean ??? Otherwise F5 when everything is minimized on the desktop works...hehehe Jeremy Coulter --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http:

[DUG]: Desktop Refresh

1999-10-11 Thread Rohit Gupta
Is there a quick way to get the desktop to refresh itself ? Rohit == CFL - Computer Fanatics Ltd. 21 Barry's Point Road, AKL, New Zealand PH(649) 489-2280 FX(649) 489-2290 email [EMAIL PROTECTED] or [EMAIL PROTECTED]

RE: [DUG]: BDE Error

1999-10-11 Thread pdunford
Quoting [EMAIL PROTECTED]: > > > Thanks. > > Where did you find that? It's not in the help file? All the BDE stuff is in the BDE32.hlp help file --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]

Re: [DUG]: Custom Actions.

1999-10-11 Thread Kerry Sainsbury
D5 help seems more complete: procedure RegisterActions(const CategoryName: string; const AClasses: array of TBasicActionClass; Resource: TComponentClass); Description RegisterActions enables a class to appear in the action list editor as a selection when you choose New Action. At design-time th

[DUG]: Resource Only DLL's

1999-10-11 Thread Peter G Jones
I'm getting random errors when using a resource only DLL to store a bitmap for button. Is there some trick to doing this? All the bitmaps, waves, avi's etc are in a rc file that I compile and add to th eempty dll. I use LoadFromResourceName to load the bitmaps etc. Everything works fine for

Re: [DUG]: BDE Error

1999-10-11 Thread Kerry Sainsbury
There are many help files. That one is at: Start|Programs|Borland Delphi 5|Help|Borland Database Engine|Borland Database Engine Online Reference (C:\Program Files\Common Files\Borland Shared\BDE\bde32.hlp) Kerry S - Original Message - From: <[EMAIL PROTECTED]> To: Multiple recipients of

[DUG]: Auckland DUG Meeting

1999-10-11 Thread Gary T. Benner
Hi all, For all those coming tomorrow (Wednesday), the following will be important: 1. Venue - OfficeCentral Ltd (Office shared with Babbage Consultants Ltd) 2. Location - cnr Fanshawe and Halsey Sts - opposite the Americas Cup Village. 3. Time: 5pm 4. Parking - please park on Halsey St, or

RE: [DUG]: BDE Error

1999-10-11 Thread phillip . middlemiss
Thanks. Where did you find that? It's not in the help file? Phil. "Patrick Dunford" <[EMAIL PROTECTED]> on 11/10/99 16:24:50 Please respond to [EMAIL PROTECTED] To: Multiple recipients of list delphi <[EMAIL PROTECTED]> cc:(bcc: Phillip Middlemiss/NZ Forest Research Institute/NZ)

Re: [DUG]: Collections and Delphi

1999-10-11 Thread Paul Lowman
Done - Look under DUG\TVision Style Collections --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz

RE: [DUG]: BDE Error

1999-10-11 Thread Patrick Dunford
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, 12 October 1999 13:18 > To: Multiple recipients of list delphi > Subject: RE: [DUG]: BDE Error > > > > > There is no exception raised. As it turnes out I have found th

RE: [DUG]: BDE Error

1999-10-11 Thread phillip . middlemiss
There is no exception raised. As it turnes out I have found the reason the locate method failed - it was because the text I was searching for was misspelt in the database (somehow I missed the spelling error the first 20 times I checked for it :-). However, it's still an interesting question bec

[DUG]: controlling mouse.

1999-10-11 Thread Matthew Comb
Hi guys, I have an app where I don't want any mouse events to be registered after a certain point. This includes all onclick events. Is there a way I can intercept all of these for all controls on the form or simply just shut down the mouse for this app. Other apps will require the mouse to be wor

RE: [DUG]: BDE Error

1999-10-11 Thread Patrick Dunford
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, 12 October 1999 10:27 > To: Multiple recipients of list delphi > Subject: [DUG]: BDE Error > > > Hi, > > A call that I am making to the locate method is failing and I

[DUG]: Custom Actions.

1999-10-11 Thread Myles Penlington
I am writing custom actions. Question: RegisterActions( 'Group', ActionClass, Resource) Anybody know what the Resource is? (It is not mention in the D4 help - actually the D4 help only thinks the call has the first two parameters). I can get them to work okay in the IDE. Myles Searching Delp

Re: [DUG]: Collections and Delphi

1999-10-11 Thread Nic Wise
Feel free to put it up on ftp.delphi.org.nz - just pick a logical place for it :) (eg /DUG) N Paul Lowman wrote: > > The collections in delphi are not the same as the old tvision TCollection > which for some strange reason were dropped with delphi. I have found the old > style collection extrem

Re: [DUG]: Collections and Delphi

1999-10-11 Thread Bob Osborn
TurboPower have a nice containers class in their SysTools library that includes collections. I've used them extensively and found them very reliable. Bob Osborn -Original Message- From: Jeremy Coulter <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: 1

Re: [DUG]: Collections and Delphi

1999-10-11 Thread vss
--- Paul Lowman Wrote -- >Anyone interested is welcome to a copy. Cool, I would like to see it if its pos. Maybe ftp it to the dug ftp site ?? Cheers, Jeremy Coulter (chief software engineer) Visual Software Solutions Christchurch, New Zealand PH 03-3521595 F

[DUG]: BDE Error

1999-10-11 Thread phillip . middlemiss
Hi, A call that I am making to the locate method is failing and I want to get the error code back so I can call DBIError with it. Is there a routine that will return the last error code from the bde? Thanks, Phil. ---

Re: [DUG]: Collections and Delphi

1999-10-11 Thread Paul Lowman
The collections in delphi are not the same as the old tvision TCollection which for some strange reason were dropped with delphi. I have found the old style collection extremely useful over the years and is my container of choice. There are several 32 bit versions available freeware and I have a v

RE: [DUG]: BDE Question

1999-10-11 Thread Grant Black
> I am currently caught between a rock and a hard place! I > have a legacy Delphi 1 16-bit application that needs to talk to a 32-bit > ODBC driver. I couldn't think of any nice solutions but one option (depending on the amount of data) is to use a copy of the database in say Paradox or an olde

RE: [DUG]: Collections and Delphi

1999-10-11 Thread McKenzie, Paul
The TList is very useful Regards Paul [EMAIL PROTECTED] (Wellington - New Zealand) -Original Message- From: Jeremy Coulter [mailto:[EMAIL PROTECTED]] Sent: Monday, 11 October 1999 08:47 PM To: Multiple recipients of list delphi Subject: [DUG]: Collections and Delphi Hi all. One NICE

Re: [DUG]: BDE Question

1999-10-11 Thread Tony Sinclair
"Gary T. Benner" wrote: > [Reply] > > What is the target database? > > Regards > > Gary > Unfortunately the reason I have to use this is that it is a custom ODBC driver supplied by logical methods to read data from their Prophet Accounting package. Apart from export to file, import from file, it

RE: [DUG]: Collections and Delphi

1999-10-11 Thread Chris Crowe
Delphi has had collections since Delphi 2. Very easy to use and implement. Check out TCollectionItem, and TCollection Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Coulter Sent: Monday, 11 October 1999 20:47 To: Multiple recipients

RE: [DUG]: Autostarting NtServices

1999-10-11 Thread Johnson, David
Might also pay to check if the account you are using to start the service has the 'log on as a service' right. You can check this through User Manager, Policies, User rightsjust make sure that you tick the 'Show Advanced User Rights' option first. Regards David Johnson -Original Message