RE: [DUG] Checking bank account numbers

2007-08-06 Thread Myles Penlington
The actual algorithm varies with each bank, so you need to contact all the banks that you intend to support in regards to checkdigit checking. Myles. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Peacocke Sent: Monday, 6 August 2007 05:01 To: NZ

Re: [DUG] Checking bank account numbers

2007-08-06 Thread Brian Wrigley
Hi Sean, That's been discussed here before, a couple of years ago. Search the archives. Regards, Brian - Original Message - From: Sean Cross [EMAIL PROTECTED] To: NZ Borland Developers Group - Delphi List delphi@delphi.org.nz Sent: Monday, August 06, 2007 4:52 PM Subject: [DUG]

RE: [DUG] CodeGear Event on August 16th

2007-08-06 Thread Conor Boyd
Hi Richard, Just saw the ad on dn.codegear.com for this event in Auckland. If it makes a difference, I'd be a starter for attending if you were considering a trip to Chch... C. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Vowles Sent:

RE: [DUG] CodeGear Event on August 16th

2007-08-06 Thread Jeremy Coulter
ditto for CHCH Jeremy -Original Message- From: Conor Boyd [EMAIL PROTECTED] To: NZ Borland Developers Group - Delphi List delphi@delphi.org.nz Date: Tue, 7 Aug 2007 08:40:31 +1200 Subject: RE: [DUG] CodeGear Event on August 16th Hi Richard, Just saw the ad on dn.codegear.com

Re: [DUG] CodeGear Event on August 16th

2007-08-06 Thread Richard Vowles
Jeremy Coulter wrote: ditto for CHCH Jeremy Christchurch is usually a big venue for us, but we aren't sure as to whether the content of the presentation will draw enough people. So Auckland is testing the waters :-) We will be doing some other 1/2 day seminars around and about

[DUG] Delphi Compiler

2007-08-06 Thread Dave O'Brien
I know this has been asked before, is there any talk of a Delphi compiler for Windows Mobile? Regards, Dave. ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi

Re: [DUG] CodeGear Event on August 16th

2007-08-06 Thread Alister Christie
Have booked flights, will see you all there ;-) Alister Christie Computers for People Ph: 04 471 1849 Fax: 04 471 1266 http://www.salespartner.co.nz PO Box 13085 Johnsonville Wellington Richard Vowles wrote: There is an Auckland CodeGear event focused around Highlander on the 16th. If you

Re: [DUG] What is the difference by using following two methods?

2007-08-06 Thread Robert martin
Hi I didn't even know you could do the TObject thing. However it King of makes sense. If you use Error : Tobject you are treating the exception object passed in as a generic TObject (base class), so it would work but you wouldn't have access to TException methods, like e.message. Rob

Re: [DUG] Delphi Compiler

2007-08-06 Thread Robert martin
I don't think so. I believe the argument is that you should use Delphi .Net? Rob Martin Software Engineer phone +64 03 377 0495 fax +64 03 377 0496 web www.chreos.com Wild Software Ltd Dave O'Brien wrote: I know this has been asked before, is there any talk of a Delphi compiler for

Re: [DUG] What is the difference by using following two methods?

2007-08-06 Thread Jeremy North
Why can TObject be an object in try except block? Check out the declaration of Exception in SysUtils.pas Your answer is there. ___ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin:

Re: [DUG] Delphi Compiler

2007-08-06 Thread Alister Christie
Yes, and currently none of it is good. It looks like CodeGear are dropping support for WinForms (but so is M$) and hence future Compact Framework support. http://blogs.codegear.com/NickHodges/archive/2007/07/16/37451.aspx Alister Christie Computers for People Ph: 04 471 1849 Fax: 04 471 1266

Re: [DUG] Delphi Compiler

2007-08-06 Thread Steve Peacocke
Correct - bummer eh? Windows made sure that their Win mobile can only be programmed with .NET, and so far only using their tools. Steve -- Steve Peacocke http://stevepeacocke.blogspot.com/ On 07/08/07, Robert martin [EMAIL PROTECTED] wrote: I don't think so. I believe the argument is that

RE: [DUG] What is the difference by using following two methods?

2007-08-06 Thread Conor Boyd
I'm not aware of any difference in the real world. From the help on try..except statements (in D7, 'cos I can't bring myself to try looking for it in D2006 Help), here are some relevant snippets: The syntax of a try...except statement is try statements except exceptionBlock

Re: [DUG] TIdPeerThread.BeforeRun

2007-08-06 Thread David Moorhouse
Hi Leigh Post this one to the Indy NG. Remy will have you sorted in short order. Cheers D On Tue, 7 Aug 2007 10:13:50 +1200, you wrote: Good morning, I am using indy 9.0.18 to in a tcp client/server application. Here is the code which I have trouble in IdTCPServer.pas procedure

RE: [DUG] Delphi Compiler

2007-08-06 Thread Tim Jarvis
Let me answer with a question Would a Delphi Compiler that targets ARM (natively) be interesting to you? Regards Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On I know this has been asked before, is there any talk of a Delphi compiler for Windows Mobile?

RE: [DUG] Delphi Compiler

2007-08-06 Thread Simon Garton
Yes, very much so ! Simon (lurking newbie) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Jarvis Sent: Tuesday, 7 August 2007 10:52 a.m. To: NZ Borland Developers Group - Delphi List Subject: RE: [DUG] Delphi Compiler Let me answer with a

RE: [DUG] Delphi Compiler

2007-08-06 Thread Sean Cross
For me, yes. Regards Sean Cross IT Systems Development Manager Catalyst Risk Management PO Box 230 50 Dalton St Napier 4140 DDI: 06-8340362 mobile: 021 270 3466 Visit us at http://www.catalystrisk.co.nz/ Offices in Auckland, Napier, Wellington Christchurch Disclaimer: The information

Re: [DUG] Delphi Compiler

2007-08-06 Thread Steve Peacocke
Yes -- Steve Peacocke http://stevepeacocke.blogspot.com/ On 07/08/07, Tim Jarvis [EMAIL PROTECTED] wrote: Let me answer with a question Would a Delphi Compiler that targets ARM (natively) be interesting to you? Regards Tim -Original Message- From: [EMAIL PROTECTED]

RE: [DUG] TIdPeerThread.BeforeRun

2007-08-06 Thread Leigh Wanstead
Hi David, Thanks Regards Leigh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Moorhouse Sent: Tuesday, August 07, 2007 10:50 AM To: NZ Borland Developers Group - Delphi List Subject: Re: [DUG] TIdPeerThread.BeforeRun Hi Leigh Post this one to the

RE: [DUG] Delphi Compiler

2007-08-06 Thread Leigh Wanstead
Speak for myself, sure, of course. Regards Leigh www.smootharm.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tim Jarvis Sent: Tuesday, August 07, 2007 10:52 AM To: NZ Borland Developers Group - Delphi List Subject: RE: [DUG] Delphi Compiler Let me

Re: [DUG] Delphi Compiler

2007-08-06 Thread Alister Christie
You're just teasing aren't you. Are you? Alister Christie Computers for People Ph: 04 471 1849 Fax: 04 471 1266 http://www.salespartner.co.nz PO Box 13085 Johnsonville Wellington Tim Jarvis wrote: Let me answer with a question Would a Delphi Compiler that targets ARM (natively) be

RE: [DUG] Delphi Compiler

2007-08-06 Thread Dave O'Brien
Definitely... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Jarvis Sent: Tuesday, 7 August 2007 10:52 a.m. To: NZ Borland Developers Group - Delphi List Subject: RE: [DUG] Delphi Compiler Let me answer with a question Would a Delphi Compiler

RE: [DUG] Quality Control

2007-08-06 Thread Tim Jarvis
With Jeds client, absolutely. Get it here http://www.jed-software.com/qc.htm Cheers Tim From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rohit Gupta Sent: Tuesday, 7 August 2007 10:49 AM To: NZ Borland Developers Group - Delphi List

Re: [DUG] Quality Control

2007-08-06 Thread Rohit Gupta
Tim, Its not working for me. I conclude that it is suffering from the same thing as the IE. And I suspect that it is broken java (which I have teh latest of). It connects and shows me stats. But will not open a report, fails at find updates etc. Tim Jarvis wrote: With Jeds client,

Re: [DUG] Quality Control

2007-08-06 Thread Jeremy North
Rohit, Contact me off list. I just tried and can login to QualityCentral and open reports. Which reports are you trying to open? I can also give you a link to a much newer version to try. cheers, Jeremy Its not working for me. I conclude that it is suffering from the same thing as the IE.

Re: [DUG] D2007 Cmd Line Compiler

2007-08-06 Thread Rohit Gupta
Is there a way to remove unwanted stuff from D2007 such as Together. I expecially do not need more mouse droppings ie files *.tg*, I get pissed off enough with *.ddp -- *Rohit Gupta* * B.E. Elec. M.E. Mem IEEEAssociate IEE* *Technical Manager* *Computer Fanatics Limited* **

Re: [DUG] Quality Control

2007-08-06 Thread Jeremy North
FEI (for everyones information) - The version available for download does not work under Vista. Sorry but when that version was built, Vista wasn't out. cheers, Jeremy On 8/7/07, Jeremy North [EMAIL PROTECTED] wrote: Rohit, Contact me off list. I just tried and can login to QualityCentral

Re: [DUG] Debugger Options in D2007

2007-08-06 Thread Steve Peacocke
Not really sure if I get you Rohit. The various debugger options can be placed in the toolbar as always. What is it that you are trying to do? Which options? Steve -- Steve Peacocke http://stevepeacocke.blogspot.com/ On 07/08/07, Rohit Gupta [EMAIL PROTECTED] wrote: Is there a way to get to

Re: [DUG] Debugger Options in D2007

2007-08-06 Thread Rohit Gupta
Steve, I am not referring to the ones that I know the keystrokes from TP3 days. What I want to get to is Tools Options Debugger Options CodeGear Debuggers Language Exceptions Notify on Language Exceptions. I flick it on and off multiple times a

Re: [DUG] Debugger Options in D2007

2007-08-06 Thread Rohit Gupta
Found it under Run, only because I decided to look every single one. :-) Steve Peacocke wrote: Not really sure if I get you Rohit. The various debugger options can be placed in the toolbar as always. What is it that you are trying to do? Which options? Steve -- *Rohit Gupta* * B.E. Elec.

Re: [DUG] for..loop

2007-08-06 Thread Steve Peacocke
Break? Steve -- Steve Peacocke http://stevepeacocke.blogspot.com/ On 07/08/07, Ross Levis [EMAIL PROTECTED] wrote: Why does the Delphi help say that a For loop variable has an undefined value after the loop finishes it's iterations? Surely the variable is always 1 greater than the maximum

RE: [DUG] for..loop

2007-08-06 Thread Ross Levis
I use Break if something is found, otherwise let it run to the end. It's very convenient to test i maxvalue at the end to know if a break occurred or not. So as long as I don't play with compiler switches or upgrade my version of Delphi, I should be ok? Ross. -Original Message- From:

RE: [DUG] for..loop

2007-08-06 Thread Sean Cross
Never rely on this. With optimisations on, for loops often start at the high number and work down. The variable can also be stuck in a register, which can be trashed on leaving the loop. In short, it is undefined. Regards Sean Cross IT Systems Development Manager Catalyst Risk Management

Re: [DUG] for..loop

2007-08-06 Thread Robert martin
Hi Like others have said, it could change at any time. If I need to nkow if something was found there is usually another variable asside from the counter that can be checked. I almost always use while loops when searching for items as you can easily exit them without using 'Break' (which I

Re: [DUG] for..loop

2007-08-06 Thread Robert martin
Hi Like others have said, it could change at any time. If I need to know if something was found there is usually another variable asside from the counter that can be checked. I almost always use while loops when searching for items as you can easily exit them without using 'Break' (which I

RE: [DUG] for..loop

2007-08-06 Thread Conor Boyd
Maybe. But I would suggest that if the doco says it's undefined, then you'd be far safer writing the extra bit of code required to give you complete safety. C. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Levis I use Break if something is

RE: [DUG] for..loop

2007-08-06 Thread Sean Cross
-Original Message- From: [EMAIL PROTECTED] [mailto:delphi- [EMAIL PROTECTED] On Behalf Of Ross Levis I use Break if something is found, otherwise let it run to the end. It's very convenient to test i maxvalue at the end to know if a break occurred or not. So as long as I don't