[DUG]: Anyone using SQL 7 yet.

1999-02-03 Thread Sean Cross

I have a trial version of SQL 7 which I am trying to connect to my existing
app via odbc.

1st problem is that the trial version only seems to allow 1 connection.  as
delphi uses multiple connections this causes a few problems.

2nd problem (may be related to the first) is that my test app (3 tables, 3
datasources, 3 grids, 3 lines of code) crashes without running when compiled
under d3 or d4.  My real app tends to disappear without trace about 10
seconds into execution.

any ideas?

Sean

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



RE: [DUG]: Winframe / Metaframe

1999-04-01 Thread Sean Cross



My (D3) 
application seems to work just fine. Installing IE 4 adds most of the 
missing components.

Sean

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of James 
  Shelton-AgarSent: Wednesday, 31 March 1999 08:59To: 
  Multiple recipients of list delphiSubject: Re: [DUG]: Winframe / 
  Metaframe
  Some components in D4 will not run on Winframe 
  NT 3.51
  
  eg pop up calendars
  QR preview forms
  RTF
  
  We are running a number of 
  apps over Winframe and have used a trial and error approach..
  
  If you require more info contact 
  direct
  
  Cheers
  
  Online Solutions LimitedJames 
  Shelton-AgarDirector
  
-Original Message-From: 
Willie Juson [EMAIL PROTECTED]To: 
Multiple recipients of list delphi [EMAIL PROTECTED]Date: 
Tuesday, 30 March 1999 12:57Subject: [DUG]: A Quick (and 
probably stupid) question
Is NT 3.51 compatible with Delphi 4?, I get 
the impression the answer is no.

Also has anyone run a D4 app (Client/Server) 
over Metaframe? Any problems?


TIA

Willie


RE: [DUG]: Crystal Reports (was: Report Builder Pro)

1999-03-18 Thread Sean Cross

When using record slection formulas
1   Use stored procedures wherever possible.  There is an updated vcl on their
website which allows you to change sp paramaeters.
2   use crystal parameters in your section formula whereever possible.  These
can be set via the vcl as well.  parameters are used in the the sql select
statement (filtered at server = good) whereas formulas are filtered locally
(= v. bad).

Either of these to techniques will make a huge difference to report time.

(on 6.5 at least)

Sean

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Rohit Gupta
 Sent: Wednesday, 17 March 1999 02:15
 To: Multiple recipients of list delphi
 Subject: Re: [DUG]: Crystal Reports (was: Report Builder Pro)


 Hi Steve,

 Its worth mentioning to anyone using Crystal, in case they have not
 realised.  The dratted thing reads every record matching the filter
 of the master table primary index... and all the linked records.  It
 then makes a new master table with everything in it.

 Thats my understanding anyway.  :-)

 On 13 Mar 99 at 17:34, Steve Peacocke wrote:

  Definately. I thought it was a real show stopper in a couple of
 cases. When
  I first reported it to this group, I suggested that an
 unsuspecting report
  can pull the whole server down.
 

 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]
 ==

 --
 -
 New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
   Website: http://www.delphi.org.nz


---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



RE: [DUG]: QUICK REPORTS ONGOING BUGS

1999-05-16 Thread Sean Cross

Does the richedit control support block alignment (this is my main concern
with the standard control).

Regards

Sean

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Aaron Scott-Boddendijk
 Sent: Monday, 17 May 1999 16:59
 To: Multiple recipients of list delphi
 Subject: Re: [DUG]: QUICK REPORTS ONGOING BUGS


 Hmmm, comments like these make me think it's time we moved on as well!
 So whaddaya say, is Report Builder Pro "it"?  What reportwriters do
 people recommend (if any :( ), especially for really complicated
 reports?

 We're using OLE links to Office97 (Word and Excel) to produce
 reoprts.  It's a little
 slow though and we haven't found a nice solution for previewing
 (Since the user really
 shouldn't be clicking directly into Word where they can make a
 change before printing).

 This gives us the advantage of a fileformat, great reporting
 functionality and some limited
 conversation functionality (if you consider Word97s HTML
 generation any good)...

 The other alternative we're looking into is a freeware
 implementation of the later (98) RTF
 dll in a richedit component.  It implements most document
 features like word but would be
 direct driven and therefore considerably faster.  It can churn
 out a formatted database dump
 pretty smartly.  There are some minor glitches however and as
 it's freeware without support
 we're looking at fixing 'em as we go (the author will get a nice
 prezzie if we use it in production).

 --
 Aaron Scott-Boddendijk
 Jump Productions
 (07) 838-3371 Voice
 (07) 838-3372 Fax



 --
 -
 New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
   Website: http://www.delphi.org.nz


---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



[DUG]: Getting the Working directory?

1999-06-09 Thread Sean Cross

Does anyone know how to get the working directory of a application (as
opposed to the application directory)?

thanks

Sean

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



[DUG]: Creating Excel reports

1999-08-16 Thread Sean Cross


Our clients are demanding that we send reports out to them in excel format
rather than on paper.  My existing report writer (Crystal 6) produces
hideous excel files which require manual refomating before distribution.

Is there anything better?

Using Delphi 3 and 4, MS SQL 6.5.

Thanks

Sean

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



RE: [DUG]: [Q] Freeware / Commercial Delphi profilers?

1999-09-09 Thread Sean Cross

Turbopower have just released their Sleuth QA Suite.  My copy arrived today
so I haven't had a chance to play.  Try www.turbopower.com for more info.

Sean

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Donovan J. Edye
 Sent: Thursday, 9 September 1999 19:16
 To: Multiple recipients of list delphi
 Subject: [DUG]: [Q] Freeware / Commercial Delphi profilers?


 G'Day All,

 Can anyone suggest some??

 TIA

 --Donovan
 Donovan J. Edye [www.edye.wattle.id.au]
 Namadgi Systems, Delphi Developer
 Web: www.namsys.com.au
 E-Mail: [EMAIL PROTECTED]
 Voice: +61 2 6285-3460
 Fax: +61 2 6285-3459
 TVisualBasic := Class(None);


 --
 -
 New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
   Website: http://www.delphi.org.nz



---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



RE: [DUG]: Running two versions of Delphi

1999-09-19 Thread Sean Cross

No.  each version of delphi does things in a slighly different way.
converting a D3 program to D4 took asbout 1/2 an hour but converting it back
to D3 took about 1/2 a day.  Things to watch out for are query parameters
(moving back to D3 lost all my parameters and new component properties which
are a pain when reloading back into D3 but cause no actual problems.

Do upgrade on a backup for obvious reasons!

Sean

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Rohit Gupta
 Sent: Monday, 20 September 1999 03:55
 To: Multiple recipients of list delphi
 Subject: Re: [DUG]: Running two versions of Delphi

  If you load an existing project (D3) in D5 and rebuild it,  is
 it certain that
  you will be able (should there be problems) to reload it in D3,
 rebuild it and
  be back to where you were?
 
  Sorry if these questions are a bit basic.
 
  Mark
 
 
 --
 -
  New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
 
 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]
 ==

 --
 -
 New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
   Website: http://www.delphi.org.nz


---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



RE: [DUG]: Sampling sound

1999-09-22 Thread Sean Cross

I am wanting to read spark plug pulses so i can calculate rpm (and then add
in accelration measured by a g sensor).

The easiest way of doing this is via the microphone jack.  Then I can find
the peaks and do something with the information.  I could just record
everything into a buffer and look for the peaks in semi real time but I need
to be able to syncronise the data with other infomation (eg G sensor).

How often I need to sample (and what the best process is) is something that
will require experimentation.

All help gratefully appreciated.

Sean

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Alistair George
 Sent: Thursday, 23 September 1999 08:24
 To: Multiple recipients of list delphi
 Subject: [DUG]: Sampling sound


  does anyone have any ideas/pointers on sampling sound.  I don't want to
  actually record sound, rather I want to get samples 100-200
 times a second
  and then act on them immediately.
 Depends a bit on what you want to do.
 If you want the peaks I think the term is quantasize or similar.
 There is a
 WAV file 'normalizer' which is freeware which works on reducing or
 increasing the overall level of the parsed WAV file for
 consistent recording
 levels. I am seeking the source code for this and if thats what you are
 after let me know off the list.
 Otherwise, if you want to look at millisecond 'frames' thats
 another story.
 There are several audio codes which demonstrate that as in VU
 meters. If you
 need ask me and I will send to you.
 Alistair+

 --
 -
 New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
   Website: http://www.delphi.org.nz


---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



RE: [DUG]: Sampling sound

1999-09-23 Thread Sean Cross

Thanks for all your suggestions.  A few more details would probably help.

I have a G sensor with serial input.  I can read this quite easily.  This
gives me x and y acceleration of the vehicle which can then be integrated to
give speed and distance (approximately).  I have a working program which
does all this.

I want some way to read the rpm at the same time.  A serial port is out, as
this is already in use for the g sensor and my laptop has only one port.
Currently I am thinking of a inductive pickup on the spark plug.  This has
the advantage that it is easy to attach (If you have ever seen under the
bonnet of a WRX, you will understand why this is important).  There are a
few shareware programs on the net which use a inductive pickup wired to a
mic plug to generate a wave file.  This is then analysed to produce a rough
hosepower graph.

My intention is to be able to track vehicle performance: go for a blast on a
flat bit of road and let physics tell me the vehicle horsepower.  I want to
be able to transfer the set-up easily from one vehicle to another (I have a
car I want to play with, my flatmate has several racing motorbikes :-) ).

Measuring this requires a loop reading time, accellration and rpm.  Little
or no display is required during data acquisition and any serious processing
can be left until afterwards.

As an aside, my flatmate wants to build a bike dyno.  That is more straight
forward as you can use a hall sensor on the dyno drum (requiring less in the
way of electronics) and use a desktop computer.  Hopefully anything I can
use for my project will be readily portable to his.

The result of this discussion appear to be that it will be difficult to
impossible to do all this in software.  I can either continue without rpm
info (estinmating rpm from speed, a bit of a dodgy propisition) or build
hardware.  However my electronic skills are limited, so anything complicated
will require assistance.  I am willing to pay for this, but as this is a toy
project, the budget is limited.

If anyone is willing to give me a hand, or has some bright ideas, please let
me know.

Sean


Sean Cross
IT Manager
CRM Group Ltd
PO Box 91-603
126 Vincent St
Auckland
Ph  (9) 309 5959
Fax (9) 309 5939
Mob (25) 270 3466

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



[DUG]: Developer position in Auckland

2000-02-01 Thread Sean Cross


I'm looking for an experienced Delphi programmer to join our Auckland
office.

The main things I'm looking for are:
Delphi experience (obviously) with a fair amount of database programming
C/S experience, pref with MS SQL (I know, everyone here prefers Interbase
but such is life)

Other things that would be useful are:
Crystal reports
Internet programming/web

The role would involve a variety of tasks beyond simply programming.
Maintenance and extension of an existing application (primary task, used
in-house so users are never more than 1 office away).
Development of new applications.
Report writing (crystal/excel at the moment, may move to delphi based report
writer)
Client liaison/training/support (currently fairly minimal as most software
is used in-house).

The job would suit someone who is:
Able to work with minimal supervision.
Interested in doing more than programming.

Salary depends on experience and skills.  I would prefer to pay above
average rates for above average staff.

If you are interested, contact me for further details:

Sean Cross
[EMAIL PROTECTED]
Ph 09 309 5959 or 025 270 3466
Fax 09 309 5939
PO Box 91-603
Auckland

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



RE: [DUG]: Anyone recommend a....

2000-05-02 Thread Sean Cross

If I remember correctly there is a colour memo component on the D5 companion
CD.  The freeware version is a tmemo derivative while the shareware version
includes a data aware version.  I have the shareware version at work, so
email me there (off work with the flu until Thursday thou) if you want more
details.

Sean

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Nic Wise
 Sent: Tuesday, 2 May 2000 17:42
 To: Multiple recipients of list delphi
 Subject: [DUG]: Anyone recommend a



 ... Colour Syntax Highlighting memo. Needs to be able to be
 customizable, as
 I need to highlight JSP, HTML, SQL maybe, Java etc. Or better
 yet, come with
 either templates I can mess with, or some form of templating 'language'.

 Free would be cool - pay-for is OK too, depending on quality. :) This is
 just for a pet project.

 N
 --
 Nic Wise - 021.676.418 / [EMAIL PROTECTED] / Inprise/Borland New Zealand
 Is it not a foolish man, said little Woo, who keeps all his
 chickens in his
 trousers?
 For at best, will he not suffocate his chickens, and, and worst,
 will he not
 disappoint the ladies in the village?  --Alexi Sayle




 --
 -
 New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
   Website: http://www.delphi.org.nz


---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



[DUG]: NZ Delphi Developer needed

2000-08-07 Thread Sean Cross

I need at least 1 experienced delphi developer for a position in Auckland,
New Zealand.

This would be initially for a 6 month contract.  However there would
probably be a permanant position available following the end of the
contract.

The role involves modifying and extending an existing product.  This product
is written in Delphi 5, running against a MS SQL Server 6.5 database (soon
to be upgraded).

The successfull applicant would need good delphi skills, preferably with
experience in a C/S development.
SQL Server experience would be an advantage.

For more information, please contact me.

Sean Cross
IT Manager
CRM Group Ltd
PO Box 91-603
Auckland
New Zealand
Ph 09 309 5959, 021 270 3466
Fax 09 309 5939
[EMAIL PROTECTED]

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz



RE: [DUG]: WYSIWYG HTML editors for delphi

2000-08-29 Thread Sean Cross

WPTools does wysiwyg rtf and html.  Haven't used it much for html myself
though.

Try searching the usual sites for wptools or email me at my work address for
website.

[EMAIL PROTECTED]

Sean




 Hi all, does anyone know of a good delphi control for editing
 html. We allow
 users to store basic tags like B U etc in the database, traditonally
 people just write raw HTML, but it isn't a nice solution. Have tried the
 DHTML component of M$ but can't keep enough control on the types
 of tags etc
 that can be pasted in from other applications like Word etc.

 Nikolai



---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"



RE: [DUG]: Exe Size

2001-06-06 Thread Sean Cross

One thing you can do is build your own run time packages that use only units
of interst to you.  You then compile your app to use this run time package
instead of the standard ones.

Sean

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Steve Peacocke
Sent: Thursday, 7 June 2001 7:59 a.m.
To: Multiple recipients of list delphi
Subject: Re: [DUG]: Exe Size


...

We finally solved the problem by compiling with runtime packages. This
dropped the exe to about 9.5 megs but left us with the problem of now
ensuring that all users also have the BPL files that we excluded.

An interesting side to this is that, without changing code, we have
decreased the EXE but drastically increased the total size of the
distributables in that there is about 4.5 megs of bpl files needed giving a
total of around 14 megs instead of the original 11.2 megs.

...

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of unsubscribe delphi



RE: [DUG]: Rich Edit Controls - Delphi or ActiveX

2001-06-14 Thread Sean Cross

WP tools is a quite good vcl component.

You would need to wrap it in a activex though.

Sean

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Myles Penlington
Sent: Friday, 15 June 2001 3:39 p.m.
To: Multiple recipients of list delphi
Subject: [DUG]: Rich Edit Controls - Delphi or ActiveX


Hi all,

A easy question ...

Anybody know of some Rich edit controls that has a toolbar etc, so you can
change the fonts/styles/colours and then get the RTF text out to store in a
DB - It's preference is for a ActiveX control as it well may end up in a
Access DB form, but then I'm not afraid of making a Delphi control into a
ActiveX control if required (I suspect I should be ...)

Suggestions please.

Regards, 

Myles Penlington 
Advanced Management Systems Ltd 

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of unsubscribe delphi

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of unsubscribe delphi



RE: [DUG]: File Association

2001-08-19 Thread Sean Cross

YOu could look for one of the many components that limit the number of
instance of your app.  Most have the facility to pass the command line onto
the already running instance.

Sean

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Jeremy Coulter
Sent: Monday, 20 August 2001 6:03 p.m.
To: Multiple recipients of list delphi
Subject: RE: [DUG]: File Association


yip home nowcan do a search.

Thanks, Jeremy

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Myles Penlington
Sent: Monday, 20 August 2001 17:54
To: Multiple recipients of list delphi
Subject: RE: [DUG]: File Association


Sorry - out of luck, not any more - used to have one.
Suggest have a look on DSP etc for something. Maybe the gexperts stuff has
an example.
Myles.


-Original Message-
From: vss [mailto:[EMAIL PROTECTED]]
Sent: Monday, 20 August 2001 4:42 p.m.
To: Multiple recipients of list delphi
Subject: RE: [DUG]: File Association


ah...you got an example ? :)

Jeremy

-Original Message-
From: Myles Penlington [EMAIL PROTECTED]
To: Multiple recipients of list delphi [EMAIL PROTECTED]
Date: Mon, 20 Aug 2001 15:35:01 +1200
Subject: RE: [DUG]:  File Association

 There are 2 ways.
 1. DDE
 2. Create a OS Event/Mutex/Semaphore and some Shared memory, when the
 second
 version starts, get the file name, fire the event and place the file
 name in
 the shared memory for the first instance of your application to read.
 Your
 main app then reads then responds to the event and reads the shared
 memory.

 Myles.


 -Original Message-
 From: vss [mailto:[EMAIL PROTECTED]]
 Sent: Monday, 20 August 2001 3:33 p.m.
 To: Multiple recipients of list delphi
 Subject: [DUG]: File Association


 Hi all. I have made it so an application that can open files that I
 have
 assoiated to it via explorer etc. The problem IS, that if I open one,
 thats fine, BUT if I open another, it opens another instance of my app.
 when I really only want it to open the next file in the same instance
 of
 the currently open app..if you get what I mean.

 Anyone know how I can fix this ?

 Cheers, Jeremy COulter


 ---
 
 New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
   Website: http://www.delphi.org.nz
 To UnSub, send email to: [EMAIL PROTECTED]
 with body of unsubscribe delphi
 Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
 ---
 
 New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
   Website: http://www.delphi.org.nz
 To UnSub, send email to: [EMAIL PROTECTED]
 with body of unsubscribe delphi
 Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/


---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/


---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/



[DUG]: Midas - datasnap licensing

2001-09-10 Thread Sean Cross

What is the ost of midas/datasnap licensing?

And how to I get a user group reg so I can save $50 on borcon?

Sean
---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/



RE: [DUG]: Interbase X SQL Server

2001-09-13 Thread Sean Cross


The hstmt error is endemic to odbc.  It is caused by having more than one
active query at a time (an active query is one which has not retrieved all
it's rows).

To mitigate this try the following:
For queries, do a FetchAll in the OnOpen event.

Use multiple database components.

Use multiple sessions.

Use ttables rather than queries (I know) as ttables create their own
connections.

Use native drivers.

Use ado

Use interbase.

Hope this helps.

REgards

Sean

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Paul Mostek
Sent: Thursday, 13 September 2001 9:24 a.m.
To: Multiple recipients of list delphi
Subject: [DUG]: Interbase X SQL Server


Hello all,
   This is my debut in [EMAIL PROTECTED] !
   Although the yesterday disaster, I have to work...
   And unfortunately I have a very serious problem on
my work:

   I work maintaining and raising a big system
developed in Delphi 4 Client/Server.
This system was made by another person to work with an
Interbase 5.1.1 Server.
With Interbase, the system works superbly. But due to
politics reasons, my boss is demanding me
to use MS SQL Server 7...
   My problem begins at this point. The system was
designed with several TQueries with the
RequestLive property set to TRUE.
   There are numerous TQueries e DBGrids attached to
those TQueries. The data handling is made
entirely through the DBGrids (insertion, deletion,
update).
   When the system is running over MS SQL Server 7 the
following error happens :
  Key Violation
   General SQL error.
   [Microsoft][ODBC SQL Server Driver] Connection
is busy with results for another hstmt.
   This error is intermittent: sometimes happens,
sometimes doesn4t happens.

   I4ve searched for this error message in the
Microsoft TechNet and found a brief explanation in
http://support.microsoft.com/support/kb/articles/Q143/0/32.asp.
They say, the following:
 After you execute an asynchronous query you
cannot access the recordset or execute another
asynchronous query on the same RdoConnection until the
StillExecuting property of the recordset
is False. This behavior is by design.
 Well, Microsoft obviously is referring to a
Visual Basic point of view when talk about
StillExecuting. And I4m absolutely sure that there are
not concurrent queries being executed in
the system.
 Surely the error happens when opening a query
with RequestLive=True. Then me and my
development team are transforming drastically the
system to eliminate the use of
RequestLive=True.
 But, as the system is very huge, the amount of
effort is enormous. Then I4ve tried to access
the MS SQL Server 7 through a MSSQL native driver in
BDE, instead of use ODBC. Unexpectedly
another kind of error happens:
General SQL error.
 Syntax error converting datetime from
character string.
 The most weird thing is that this error happens
even when I am altering data on the SQL
Explorer 4.
 Then I4ve only changed from an error to
another...
 I4ve sent the command SET DATEFORMAT DMY do MS
SQL Server, but the problem continues.


 Do you have some idea to solve this problem ?
 Do you have some alternative to avoid the hard
task of modifing the whole system ?

 Thanks a lot.
 Forgive-me whether I was very prolix...

Paul Mostek



---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/



RE: [DUG]: Borland RAD Seminars - Ak, Wgtn, ChCh

2001-10-02 Thread Sean Cross

What was the url again?


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Nic Wise
Sent: Tuesday, 2 October 2001 3:59 p.m.
To: Multiple recipients of list delphi
Subject: Re: [DUG]: Borland RAD Seminars - Ak, Wgtn, ChCh


People,

I'll try and fill you in tommorow - doing training today, so I'm rather
flatout. Bottom line is, its Richard and my show, so its mostly going to be
more technical and less marketing driven, BUT: we are a commercial entity
with budgets to meet, so the end purpose is to sell more Delphi 6
enterprise.

The plan - subject to change, natch - is to take an existing (UGLY as hell)
paradox app, port it to IB, port that (well, some of it) to DataSNAP, add a
web layer (for entry of data), and add a SOAP interface (WebServices) for
rich gui data entry over the net. Richard is doing the talking (ie, what the
technology is, how it related to other things, why its cool, why you wanna
use it) and I'm doing the demo's in between.

As I said, subject to change, but thats the idea at the moment. Think stuff
like Richard's Java tut's this and last year, but for Delphi 6 Enterprise.

Nic.

---
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of unsubscribe delphi
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/



RE: [DUG] Delphi 2007

2007-04-09 Thread Sean Cross
Not really.  It will download a setup exe that will then download everything 
that you need (to C:\ProgramData\{AB3EC276-D261-4943-A921-1CC1C6799AED}).  You 
can then copy those files (and the setup) onto a DVD.  On you next computer, 
copy the files back to C:\ProgramData\{AB3EC276-D261-4943-A921-1CC1C6799AED} 
and then run the setup again.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Coulter
Sent: Tuesday, 10 April 2007 11:40 a.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: [DUG] Delphi 2007

Hi All.
Got my download instructions etc. for Delphi 2007.
Can anyone tell me, does it download a setup that I can burn to CD?

Jeremy


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.26/748 - Release Date: 05/04/2007 
15:33
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

RE: [DUG] Delphi 2007

2007-04-09 Thread Sean Cross
If you copy the c:\programdata\... files to the new computer, it won't bother 
downloading them again.

What you get depends on what you purchased and who from.  I think Richard 
converted Media purchases to ESD + Media kit.  If you are on SA, I think you 
get a dvd but don't quote me on that.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Coulter
Sent: Tuesday, 10 April 2007 3:19 p.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: RE: [DUG] Delphi 2007

So when/if I need to go to another PC, and do the below, I dont have to 
actually download all the files again tho eh?

Are we not getting media with the setup on it? I cant actually figure this 
whole process out.

Basically all want to know is, will we receive a CD with the setup on it?  (if 
we are on software assurance etc)


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Cross
Sent: 10 April 2007 14:50
To: NZ Borland Developers Group - Delphi List
Subject: RE: [DUG] Delphi 2007
Not really.  It will download a setup exe that will then download everything 
that you need (to C:\ProgramData\{AB3EC276-D261-4943-A921-1CC1C6799AED}).  You 
can then copy those files (and the setup) onto a DVD.  On you next computer, 
copy the files back to C:\ProgramData\{AB3EC276-D261-4943-A921-1CC1C6799AED} 
and then run the setup again.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Coulter
Sent: Tuesday, 10 April 2007 11:40 a.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: [DUG] Delphi 2007

Hi All.
Got my download instructions etc. for Delphi 2007.
Can anyone tell me, does it download a setup that I can burn to CD?

Jeremy


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.26/748 - Release Date: 05/04/2007 
15:33


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.26/748 - Release Date: 05/04/2007 
15:33


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.26/748 - Release Date: 05/04/2007 
15:33
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

[DUG] Test

2007-04-11 Thread Sean Cross
Why can't I post?

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Test

2007-04-11 Thread Sean Cross
All my DUG emails yesterday disappeared into the ether :(.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Stacey Verner
 Sent: Thursday, 12 April 2007 11:43 a.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: RE: [DUG] Test

 Why can't I reply? :)

 Stacey

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED]
 On Behalf Of Sean Cross
 Sent: Thursday, 12 April 2007 09:07
 To: NZ Borland Developers Group - Delphi List
 Subject: [DUG] Test

 Why can't I post?

 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 contained in this document is confidential to the
 addressee(s) and may be legally privileged. Any view or opinions
 expressed are those of the author and may not be those of Catalyst Risk
 Management. No guarantee or representation is made that this
 communication is free of errors, viruses or interference. If you have
 received this e-mail message in error please delete it and notify me.
 Thank you.

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject:
 unsubscribe

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Quick reports into Delphi 2007

2007-04-11 Thread Sean Cross
You could just go to http://registered.borland.com/default.aspx?productid=8202 
to downlaod.  It didn't ask me for any registered user info.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Tim Jarvis
 Sent: Thursday, 12 April 2007 2:55 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: RE: [DUG] Quick reports into Delphi 2007

 Yeah, I would have no problems with that.
 Cheers Tim
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED]
 On Behalf Of Robert martin
 Sent: Thursday, 12 April 2007 12:53 PM
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] Quick reports into Delphi 2007

 Thanks Tim.

 Does that mean that if someone else who was a registered D 2006 user
 wanted to send me the stuff, that would be ok?

 Rob Martin
 Software Engineer

 phone +64 03 377 0495
 fax   +64 03 377 0496
 web www.chreos.com

 Wild Software Ltd



 Tim Jarvis wrote:
  Hi Guys,
  Here is a further update.
  The good news is that we have examined our license with QBS and it
  appears that we can offer Quick Reports to registered users of
 versions
   D2006 as well (note the D2006 components will install to Delphi
 2007,
  though we are working on a D2007 specific set)
  We are just waiting on the trigger being pulled on this, I will send
 a
  nag email right now, to the Product Management team to get it out.
  Regards Tim.
 
  -Original Message-
  From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
  On Behalf Of Tim Jarvis
  Sent: Wednesday, 4 April 2007 7:22 AM
  To: NZ Borland Developers Group - Delphi List
  Subject: RE: [DUG] Quick reports into Delphi 2007
 
  Hi All,
  Here is the update on this, as I write this I am on the weekly Delphi
 /
  C++ product management call and I just raised the question of
  availability of Quick reports for Delphi 2007.
  The issue is one of licensing, it's a little unclear in the license
 that
  we negotiated as to whether or not it's available to Delphi 2007
 users,
  we now have an action point to go back to the vendor in the next day
 or
  2 to clarify the terms. So our intention is to make it available, it
 may
  be possible under the current terms, but barring any completely
  unreasonable terms we will make it happen. It will be a few days
 before
  we have a final answer. I'll keep you updated.
  Regards Tim.
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Robert martin
  Sent: Tuesday, 3 April 2007 2:09 PM
  To: NZ Borland Developers Group - Delphi List
  Subject: Re: [DUG] Quick reports into Delphi 2007
 
  Wow.  Good support Tim !
 
  Rob Martin
  Software Engineer
 
  phone +64 03 377 0495
  fax   +64 03 377 0496
  web www.chreos.com
 
  Wild Software Ltd
 
 
 
  Tim Jarvis wrote:
 
  We are in fact working on this as we speak. I'll update the list as
 
  soon
 
  as I have an answer. (It'll be soon)
  Cheers Tim.
 
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject:
  unsubscribe
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe
 
 
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject:
 unsubscribe

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Quick reports into Delphi 2007

2007-04-11 Thread Sean Cross
I will if you haven't got it already.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Robert martin
 Sent: Thursday, 12 April 2007 3:13 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] Quick reports into Delphi 2007

 Thanks Tim

 Ok.  So my question is, does anybody out there have D2006 and wants to
 send me the Quick reports components ?

 :)

 Rob Martin
 Software Engineer

 phone +64 03 377 0495
 fax   +64 03 377 0496
 web www.chreos.com

 Wild Software Ltd



 Tim Jarvis wrote:
  Yeah, I would have no problems with that.
  Cheers Tim
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED]
  On Behalf Of Robert martin
  Sent: Thursday, 12 April 2007 12:53 PM
  To: NZ Borland Developers Group - Delphi List
  Subject: Re: [DUG] Quick reports into Delphi 2007
 
  Thanks Tim.
 
  Does that mean that if someone else who was a registered D 2006 user
  wanted to send me the stuff, that would be ok?
 
  Rob Martin
  Software Engineer
 
  phone +64 03 377 0495
  fax   +64 03 377 0496
  web www.chreos.com
 
  Wild Software Ltd
 
 
 
  Tim Jarvis wrote:
 
  Hi Guys,
  Here is a further update.
  The good news is that we have examined our license with QBS and it
  appears that we can offer Quick Reports to registered users of
 
  versions
 
   D2006 as well (note the D2006 components will install to Delphi
 
  2007,
 
  though we are working on a D2007 specific set)
  We are just waiting on the trigger being pulled on this, I will send
 a
  nag email right now, to the Product Management team to get it out.
  Regards Tim.
 
  -Original Message-
  From: [EMAIL PROTECTED]
 
  [mailto:[EMAIL PROTECTED]
 
  On Behalf Of Tim Jarvis
  Sent: Wednesday, 4 April 2007 7:22 AM
  To: NZ Borland Developers Group - Delphi List
  Subject: RE: [DUG] Quick reports into Delphi 2007
 
  Hi All,
  Here is the update on this, as I write this I am on the weekly
 Delphi
 
  /
 
  C++ product management call and I just raised the question of
  availability of Quick reports for Delphi 2007.
  The issue is one of licensing, it's a little unclear in the license
 
  that
 
  we negotiated as to whether or not it's available to Delphi 2007
 
  users,
 
  we now have an action point to go back to the vendor in the next day
 
  or
 
  2 to clarify the terms. So our intention is to make it available, it
 
  may
 
  be possible under the current terms, but barring any completely
  unreasonable terms we will make it happen. It will be a few days
 
  before
 
  we have a final answer. I'll keep you updated.
  Regards Tim.
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Robert martin
  Sent: Tuesday, 3 April 2007 2:09 PM
  To: NZ Borland Developers Group - Delphi List
  Subject: Re: [DUG] Quick reports into Delphi 2007
 
  Wow.  Good support Tim !
 
  Rob Martin
  Software Engineer
 
  phone +64 03 377 0495
  fax   +64 03 377 0496
  web www.chreos.com
 
  Wild Software Ltd
 
 
 
  Tim Jarvis wrote:
 
 
  We are in fact working on this as we speak. I'll update the list as
 
 
  soon
 
 
  as I have an answer. (It'll be soon)
  Cheers Tim.
 
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
 
  Subject:
 
  unsubscribe
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
 
  Subject: unsubscribe
 
 
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject:
  unsubscribe
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

RE: [DUG] Quick reports into Delphi 2007

2007-04-11 Thread Sean Cross
I have sent it to rob @ wildsoft . co . nz.  Let me know if it doesn't get 
through and I will work on plan B.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Robert martin
 Sent: Thursday, 12 April 2007 3:42 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] Quick reports into Delphi 2007

 Yes please !!

 Rob Martin
 Software Engineer

 phone +64 03 377 0495
 fax   +64 03 377 0496
 web www.chreos.com

 Wild Software Ltd



 Sean Cross wrote:
  I will if you haven't got it already.
 
  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 contained in this document is confidential to the
 addressee(s) and may be legally privileged. Any view or opinions
 expressed are those of the author and may not be those of Catalyst Risk
 Management. No guarantee or representation is made that this
 communication is free of errors, viruses or interference. If you have
 received this e-mail message in error please delete it and notify me.
 Thank you.
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:delphi-
  [EMAIL PROTECTED] On Behalf Of Robert martin
  Sent: Thursday, 12 April 2007 3:13 p.m.
  To: NZ Borland Developers Group - Delphi List
  Subject: Re: [DUG] Quick reports into Delphi 2007
 
  Thanks Tim
 
  Ok.  So my question is, does anybody out there have D2006 and wants
 to
  send me the Quick reports components ?
 
  :)
 
  Rob Martin
  Software Engineer
 
  phone +64 03 377 0495
  fax   +64 03 377 0496
  web www.chreos.com
 
  Wild Software Ltd
 
 
 
  Tim Jarvis wrote:
 
  Yeah, I would have no problems with that.
  Cheers Tim
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:delphi-
 
  [EMAIL PROTECTED]
 
  On Behalf Of Robert martin
  Sent: Thursday, 12 April 2007 12:53 PM
  To: NZ Borland Developers Group - Delphi List
  Subject: Re: [DUG] Quick reports into Delphi 2007
 
  Thanks Tim.
 
  Does that mean that if someone else who was a registered D 2006
 user
  wanted to send me the stuff, that would be ok?
 
  Rob Martin
  Software Engineer
 
  phone +64 03 377 0495
  fax   +64 03 377 0496
  web www.chreos.com
 
  Wild Software Ltd
 
 
 
  Tim Jarvis wrote:
 
 
  Hi Guys,
  Here is a further update.
  The good news is that we have examined our license with QBS and it
  appears that we can offer Quick Reports to registered users of
 
 
  versions
 
 
   D2006 as well (note the D2006 components will install to Delphi
 
 
  2007,
 
 
  though we are working on a D2007 specific set)
  We are just waiting on the trigger being pulled on this, I will
 send
 
  a
 
  nag email right now, to the Product Management team to get it out.
  Regards Tim.
 
  -Original Message-
  From: [EMAIL PROTECTED]
 
 
  [mailto:[EMAIL PROTECTED]
 
 
  On Behalf Of Tim Jarvis
  Sent: Wednesday, 4 April 2007 7:22 AM
  To: NZ Borland Developers Group - Delphi List
  Subject: RE: [DUG] Quick reports into Delphi 2007
 
  Hi All,
  Here is the update on this, as I write this I am on the weekly
 
  Delphi
 
  /
 
 
  C++ product management call and I just raised the question of
  availability of Quick reports for Delphi 2007.
  The issue is one of licensing, it's a little unclear in the
 license
 
 
  that
 
 
  we negotiated as to whether or not it's available to Delphi 2007
 
 
  users,
 
 
  we now have an action point to go back to the vendor in the next
 day
 
 
  or
 
 
  2 to clarify the terms. So our intention is to make it available,
 it
 
 
  may
 
 
  be possible under the current terms, but barring any completely
  unreasonable terms we will make it happen. It will be a few days
 
 
  before
 
 
  we have a final answer. I'll keep you updated.
  Regards Tim.
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Robert martin
  Sent: Tuesday, 3 April 2007 2:09 PM
  To: NZ Borland Developers Group - Delphi List
  Subject: Re: [DUG] Quick reports into Delphi 2007
 
  Wow.  Good support Tim !
 
  Rob Martin
  Software Engineer
 
  phone +64 03 377 0495

RE: [DUG] TAnimtate

2007-04-16 Thread Sean Cross
http://glyfx.com/products/animations.html

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Dumb Friday Question

2007-05-03 Thread Sean Cross


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Neven MacEwan
 Sent: Friday, 4 May 2007 2:45 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] Dumb Friday Question

 You guys don't consider a constructor a function then?

 I think its totally stylistic, if you want to have functions returning
 objects fine, just make it plain that they do,

 IMHO


The whole point of the 'pass in the complex object' convention is to make it 
obvious who the object owner is.  That is not a problem with a constructor.

In this case, Delphi convention is to pass in the object.

If you are passing around your own objects, you can also solve the problem by 
using an interface

Function GetMyObject: IMyObject;
Begin
  Result:= TMyObject.Create;
...
End;

Interfaces are reference counted and will be freed when ref count = 0.


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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Why use a set when a string will work OK (and less code)?

2007-05-09 Thread Sean Cross
Because then you are forever checking status with code like


If Status = 'Active' then  ..
Else if Status = 'Pending'...

So you end up using consts.  And you still have the problem that your Status 
may end up as '' or 'Ative' or 'as323'

And you can't use case statements.

If status is purely informational, then using a string is fine.  Once you start 
checking it and acting on it, then string based code becomes increasingly ugly.

What I do is something like:

TMyStatus = (Active, Pending, Ended, Paused, Deleted, Suspended);
StatusMeanings = array[TMyStatus] of string = ('Active', 'Pending', 'Ended', 
'Paused', 'Deleted', 'Suspended');
...
ShowMessage(StatusMeanings[Status]);

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Nick
 Sent: Thursday, 10 May 2007 10:49 a.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: [DUG] Why use a set when a string will work OK (and less
 code)?

 Why use a set when string work ok? (and I think it's a set)
 Question: I have seen this quite a bit and apparently it's good
 practice however to me it seems like more work.
 Example

 Whats the point in doing this
 MyStatus = (Active, Pending, Ended, Paused, Deleted, Suspended););
 type
   Something = class
   name : string;
   status : MyStatus;
 end;

 then example on create or something
   status := Active;

 (yes, missed out lots of steps :P)
 and now if I want to show the status, I have to do something like..
 If status = MyStatus(Active) then showmessage('Active');
 If status = MyStatus(Pending) then showmessage('Pending');  etc

 Why go though all that hassle when just doing this is fine
  status : string;
  status := 'Active'
  showmessage(status);

 so instead of using MyStatus types I just use a string - this means
 when I want to output the status to the user I don't have to try and
 convert it to string first.
 So, why do it?

 H
 Nick
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Why use a set when a string will work OK (and less code)?

2007-05-09 Thread Sean Cross
Q.  What is the function to return the enum name?
A.  See http://www.techtricks.com/delphi/enumname.php


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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Myles Penlington
 Sent: Thursday, 10 May 2007 11:18 a.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: RE: [DUG] Why use a set when a string will work OK (and less
 code)?

 The advantage of enumerated types is strong compiler type checking. Ie
 no spelling/keying mistakes.
 If you use the normal convention for enumerated types, .e.g

 MyStayus = (msActive, msPending, msEnded ) etc

 Then you can use a function and RTTI to convert the enumerated type
 name
 into a string for display. There is a RTTI function that returns the
 name of an enumerated type e.g. msActive, and then your function can
 strip off the leading lowercase characters.

 Myles.



___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


[DUG] D2007 - Property TextHeight does not exist.

2007-05-20 Thread Sean Cross
I have a D7 project that I have upgraded to D2007.  When I run it, it gives
the following error:

---
Application Error
---
Exception EReadError in module PPrint4.exe at 00460737.

Error reading frmBase.TextHeight: Property TextHeight does not exist.


---
OK   
---

If I alter the dfm to remove the TextHeight property, or if I create things
in a different order, I get other similar errors.  Ed datamodule property
height does not exist, DesignSize etc.

This doesn't happen with other projects, just with this one.  Any ideas
where to start looking?

Regards

Sean
---
Sean Cross
mailto:[EMAIL PROTECTED]

Pics Print - The photo printing solution for Windows. 
http://www.picsprint.com

Rental Property Manager - Rental management made easy
http://www.sourceitsoftware.com

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] D2007 - Property TextHeight does not exist.

2007-05-20 Thread Sean Cross
The class's descend from TForm, and they are TForm properties.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Stacey Verner
 Sent: Monday, 21 May 2007 8:46 a.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: RE: [DUG] D2007 - Property TextHeight does not exist.

 Could be something to do with your uses clause. Whatever class is
 supposed to have these properties may be declared twice (different
 version, or completely different classes with the same name) in
 different units, and in this case it is using the wrong one and
 therefore stuffing up.

 Stacey

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED]
 On Behalf Of Sean Cross
 Sent: Sunday, 20 May 2007 19:18
 To: 'NZ Borland Developers Group - Delphi List'
 Subject: [DUG] D2007 - Property TextHeight does not exist.

 I have a D7 project that I have upgraded to D2007.  When I run it, it
 gives
 the following error:

 ---
 Application Error
 ---
 Exception EReadError in module PPrint4.exe at 00460737.

 Error reading frmBase.TextHeight: Property TextHeight does not exist.


 ---
 OK
 ---

 If I alter the dfm to remove the TextHeight property, or if I create
 things
 in a different order, I get other similar errors.  Ed datamodule
 property
 height does not exist, DesignSize etc.

 This doesn't happen with other projects, just with this one.  Any ideas
 where to start looking?

 Regards

 Sean
 ---
 Sean Cross
 mailto:[EMAIL PROTECTED]

 Pics Print - The photo printing solution for Windows.
 http://www.picsprint.com

 Rental Property Manager - Rental management made easy
 http://www.sourceitsoftware.com

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject:
 unsubscribe

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] D2007 - Property TextHeight does not exist.

2007-05-20 Thread Sean Cross
I will give that a try.  However I am getting the error showing up on an empty 
form with no changes.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Edward Koryagin
 Sent: Monday, 21 May 2007 9:27 a.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] D2007 - Property TextHeight does not exist.

 This happened to me when I had  Quick Report without
 the form.
 Create new Form, select all in old form and paste on
 new form. Change calls.
 --- Sean Cross [EMAIL PROTECTED] wrote:

  I have a D7 project that I have upgraded to D2007.
  When I run it, it gives
  the following error:
 
  ---
  Application Error
  ---
  Exception EReadError in module PPrint4.exe at
  00460737.
 
  Error reading frmBase.TextHeight: Property
  TextHeight does not exist.
 
 
  ---
  OK
  ---
 
  If I alter the dfm to remove the TextHeight
  property, or if I create things
  in a different order, I get other similar errors.
  Ed datamodule property
  height does not exist, DesignSize etc.
 
  This doesn't happen with other projects, just with
  this one.  Any ideas
  where to start looking?
 
  Regards
 
  Sean
  ---
  Sean Cross
  mailto:[EMAIL PROTECTED]
 
  Pics Print - The photo printing solution for
  Windows.
  http://www.picsprint.com
 
  Rental Property Manager - Rental management made
  easy
  http://www.sourceitsoftware.com
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to
  [EMAIL PROTECTED] with Subject:
  unsubscribe
 


 Edward Koryagin

 Send instant messages to your online friends
 http://au.messenger.yahoo.com
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


[DUG] Using mdi forms in dunit test

2007-05-20 Thread Sean Cross
Has anyone managed to use mdi forms in a unit test?   I keep getting the error 
Cannot create form.  NO MDI forms are currently active.

I have tried creating and showing an mdi form first without any luck.  I have 
also tried creating an inherited child form with a formstyle of fsnormal but 
that didn't work either.

Any ideas?

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.



___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Using mdi forms in dunit test

2007-05-20 Thread Sean Cross
Yes.  I am doing this

procedure TestTfrmOrders.SetUp;
begin
...

  FmdiParent:= TformMdiParent.Create(Application);
  FmdiParent.Show;
  Application.ProcessMessages;

  FfrmOrders := TfrmOrders.Create(Application);
end;


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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Todd Martin
 Sent: Monday, 21 May 2007 2:01 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] Using mdi forms in dunit test

 Did you create a parent MDI form first?

 On Mon, 21 May 2007 11:47, Sean Cross wrote:
  Has anyone managed to use mdi forms in a unit test?   I keep getting
 the
  error Cannot create form.  NO MDI forms are currently active.
 
  I have tried creating and showing an mdi form first without any luck.
 I
  have also tried creating an inherited child form with a formstyle of
  fsnormal but that didn't work either.
 
  Any ideas?
 
  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 contained in this document is confidential to the
  addressee(s) and may be legally privileged. Any view or opinions
 expressed
  are those of the author and may not be those of Catalyst Risk
 Management.
  No guarantee or representation is made that this communication is
 free of
  errors, viruses or interference. If you have received this e-mail
 message
  in error please delete it and notify me. Thank you.
 
 
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject:
  unsubscribe
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] DBGrid Replacement

2007-05-22 Thread Sean Cross
DevExpress (big size footprint) or TmsSoftware.com advanced grid.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Alister Christie
 Sent: Wednesday, 23 May 2007 1:17 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: [DUG] DBGrid Replacement

 I'm wanting to know what people are using for a DBGrid Replacement, I
 currently have my eye on the ExpressQuantumGrid Suite v6 from
 DevExpress
 - any other suggestions or recommendations?

 --
 Alister Christie
 Computers for People
 Ph: 04 471 1849 Fax: 04 471 1266
 http://www.salespartner.co.nz
 PO Box 13085
 Johnsonville
 Wellington
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Simple VCL for web application

2007-06-08 Thread Sean Cross
Let's see it my emails get through now.

...

Try searching for MastApp.  The location changes if you have update 1, and 
depending on how you install it.  For me (update 1), it's at 
C:\Users\Public\Documents\RAD Studio\5.0\Demos  on Vista.  Before update 1, it 
was at C:\Users\Public\Documents\RAD Studio\Demos

I like intraweb. I use RemObjects to communicate with the db server over the 
internet and also have a soap server that connects to the db server.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.



___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Update 1

2007-06-11 Thread Sean Cross
I have upgraded without any real problems.  Only minor issue is that the demo 
folder moved.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

RE: [DUG] Anyone need XP Pro?

2007-06-17 Thread Sean Cross
Because it is shithouse.  The entire operating system locks up for minutes at a 
time, reboots take 5-10 minutes, all the shortcuts and control panel options 
have moved, applications lock up and stop responding (inc office 2007)...

It is just good enough that I haven't take the day or 2 to upgrade back to xp.

If you want Vista, get it on a new machine.  Don't bother installing it on an 
existing machine.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Leigh Wanstead
 Sent: Monday, 18 June 2007 1:38 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: RE: [DUG] Anyone need XP Pro?

 May I ask why not?

 TIA

 Regards
 Leigh
 www.smootharm.com

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Conor Boyd
 Sent: Monday, June 18, 2007 1:22 PM
 To: NZ Borland Developers Group - Delphi List
 Subject: RE: [DUG] Anyone need XP Pro?


 I'd have to agree with you on that one. ;-)

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED]
 On Behalf Of Richard Vowles

 ... given there is simply no reason to move to Vista whatsoever).

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject:
 unsubscribe


 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Anyone need XP Pro?

2007-06-17 Thread Sean Cross
If you are writing applications for Vista users, leave UAC on, at least for the 
machine/vm that you test on.  Otherwise your app may mysteriously fail to work 
when run on someone else's machine because e.g. you are trying to write to 
\program files\.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Levis
Sent: Monday, 18 June 2007 2:47 p.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: RE: [DUG] Anyone need XP Pro?


I'll try that URL again in HTML format.  Otherwise copy/paste the full URL.



http://blogs.msdn.com/tims/archive/2006/09/20/windows-vista-secret-4-disabling-uac.aspx



-Original Message-

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Levis

Sent: Monday, 18 June 2007 14:41

To: [EMAIL PROTECTED]; 'NZ Borland Developers Group - Delphi List'

Subject: RE: [DUG] Anyone need XP Pro?



There are ways to disable the annoying prompts.  I suggest the 2nd approach

in this article...



http://blogs.msdn.com/tims/archive/2006/09/20/windows-vista-secret-4-disabli

ng-uac.aspx



Ross.



-Original Message-

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Behalf Of Jeremy Coulter

Sent: Monday, 18 June 2007 14:26

To: 'NZ Borland Developers Group - Delphi List'

Subject: RE: [DUG] Anyone need XP Pro?



I have a positive story about Vista.All MY apps. I have written work on

it with no issues :-)

But like the rest, I have vistal (Ultimate) installed both at home and work

(diff. license incase you license police wanted to make something of it

..hehehe) but only as a dual boot.

I like what MS have done with vista, but just hate the whole thing about

autherising stuff to run. THAT annyoes me !



Jeremy



___

NZ Borland Developers Group - Delphi mailing list

Post: delphi@delphi.org.nz

Admin: http://delphi.org.nz/mailman/listinfo/delphi

Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

RE: [DUG] Anyone need XP Pro?

2007-06-18 Thread Sean Cross

 I remember once coming across a Delphi unit that can return all the
 Windows
 folder settings for almost everything (temp files, program files,
 Windows
 folder, Start menu user, Start menu all users, etc etc).  Can't find
 it!
 Does anyone know of a version that gives the locations for all common
 versions (98, 2000, XP and Vista)?  That would be an excellent level of
 abstraction to add to any program.
 
 Anyone have or know of such a unit/utility/component?
 
 John
 
 

http://17slon.com/gp/gp/dsiwin32.htm

 
Regards

Sean
---
Sean Cross
mailto:[EMAIL PROTECTED]

Pics Print - The photo printing solution for Windows. 
http://www.picsprint.com

Rental Property Manager - Rental management made easy
http://www.sourceitsoftware.com

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Setting the Version Number on a DLL/exe

2007-06-18 Thread Sean Cross
Project menu - Options - Version Info.

Are you an old Waipuk boy?

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Saggers
Sent: Tuesday, 19 June 2007 8:42 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] Setting the Version Number on a DLL/exe

I guess it just one of those mornings.

I need to be able to set the versioning on a project, and cant find where to 
actually define this

Using BDS 2007.

Thanks in advance for any help

Jason Saggers
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

RE: [DUG] Setting the Version Number on a DLL/exe

2007-06-18 Thread Sean Cross
Ok.  I went to school with a Jason Saggers many years ago in Waipukurau.  Must 
be more than one of you then.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Saggers
Sent: Tuesday, 19 June 2007 9:22 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: RE: [DUG] Setting the Version Number on a DLL/exe


Are you an old Waipuk boy?

Not that I am aware of .

Jason Saggers


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

RE: [DUG] Graphical User Interface Design

2007-06-28 Thread Sean Cross
Step 1:  Get high quality bitmaps for your buttons etc.  Don't use old or nasty 
images.
Step 2:  Big buttons with big images AND text.  Le the users remove the text 
once they are experienced.
Step 3:  Profit

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Nick
 Sent: Thursday, 28 June 2007 10:07 a.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: [DUG] Graphical User Interface Design

 Hey guys,

 Just about to update one of our main apps and thinking about just
 rebuilding it from the ground up, especially the gui side of it. The
 original one wasn't to bad, but looking at other programs there is some
 very nice looking applications out there. Now I have the TMS component
 set and there are some very nice graphical components in there - but I
 don't want the program to be overwhelming (picture someone that finds
 the transitions in a slide show app for the first time!) but also don't
 want it to look like something from windows 3.1

 End of the day it comes down to the usability for the user and making
 everything as easy and logical for them to use, but also want it to
 look
 appealing.

 So what steps, guidelines, approach do you take when designing an
 application.

 :-)
 Cheers
 Nick

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Graphical User Interface Design

2007-06-28 Thread Sean Cross
I use http://glyfx.com/.  They have 35% off sale on at the moment.  The only 
drawback with them is that they are Aussies!

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Nick
 Sent: Friday, 29 June 2007 10:29 a.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] Graphical User Interface Design

 Sean,

 Got a place where said buttons can be purchased from? :-)

 Thanks!

 Sean Cross wrote:
  Step 1:  Get high quality bitmaps for your buttons etc.  Don't use
 old or nasty images.
  Step 2:  Big buttons with big images AND text.  Le the users remove
 the text once they are experienced.
  Step 3:  Profit
 
  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 contained in this document is confidential to the
 addressee(s) and may be legally privileged. Any view or opinions
 expressed are those of the author and may not be those of Catalyst Risk
 Management. No guarantee or representation is made that this
 communication is free of errors, viruses or interference. If you have
 received this e-mail message in error please delete it and notify me.
 Thank you.
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:delphi-
  [EMAIL PROTECTED] On Behalf Of Nick
  Sent: Thursday, 28 June 2007 10:07 a.m.
  To: NZ Borland Developers Group - Delphi List
  Subject: [DUG] Graphical User Interface Design
 
  Hey guys,
 
  Just about to update one of our main apps and thinking about just
  rebuilding it from the ground up, especially the gui side of it. The
  original one wasn't to bad, but looking at other programs there is
 some
  very nice looking applications out there. Now I have the TMS
 component
  set and there are some very nice graphical components in there - but
 I
  don't want the program to be overwhelming (picture someone that
 finds
  the transitions in a slide show app for the first time!) but also
 don't
  want it to look like something from windows 3.1
 
  End of the day it comes down to the usability for the user and
 making
  everything as easy and logical for them to use, but also want it to
  look
  appealing.
 
  So what steps, guidelines, approach do you take when designing an
  application.
 
  :-)
  Cheers
  Nick
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
  Subject: unsubscribe
 
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe
 
 
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Graphical User Interface Design

2007-06-28 Thread Sean Cross
I don't think you can use png's in an image list though.  An image list makes 
it much easier to freshen your look (just replace the images) or change the 
image size.  Glyfx supply bmp and png though.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Alister Christie
 Sent: Friday, 29 June 2007 10:38 a.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] Graphical User Interface Design

 I'd avoid using BMPs for images on buttons and use PNGs instead.  You
 wont be able to use the standard TBitBtn or TSpeedButton however.  You
 could try
 http://www.thany.org/article/32/PngComponents
 which are free buttons that support PNGs is you don't already have a
 set
 (and are small of wallet).

 Alister Christie
 Computers for People
 Ph: 04 471 1849 Fax: 04 471 1266
 http://www.salespartner.co.nz
 PO Box 13085
 Johnsonville
 Wellington



 Sean Cross wrote:
  Step 1:  Get high quality bitmaps for your buttons etc.  Don't use
 old or nasty images.
  Step 2:  Big buttons with big images AND text.  Le the users remove
 the text once they are experienced.
  Step 3:  Profit
 
  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 contained in this document is confidential to the
 addressee(s) and may be legally privileged. Any view or opinions
 expressed are those of the author and may not be those of Catalyst Risk
 Management. No guarantee or representation is made that this
 communication is free of errors, viruses or interference. If you have
 received this e-mail message in error please delete it and notify me.
 Thank you.
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:delphi-
  [EMAIL PROTECTED] On Behalf Of Nick
  Sent: Thursday, 28 June 2007 10:07 a.m.
  To: NZ Borland Developers Group - Delphi List
  Subject: [DUG] Graphical User Interface Design
 
  Hey guys,
 
  Just about to update one of our main apps and thinking about just
  rebuilding it from the ground up, especially the gui side of it. The
  original one wasn't to bad, but looking at other programs there is
 some
  very nice looking applications out there. Now I have the TMS
 component
  set and there are some very nice graphical components in there - but
 I
  don't want the program to be overwhelming (picture someone that
 finds
  the transitions in a slide show app for the first time!) but also
 don't
  want it to look like something from windows 3.1
 
  End of the day it comes down to the usability for the user and
 making
  everything as easy and logical for them to use, but also want it to
  look
  appealing.
 
  So what steps, guidelines, approach do you take when designing an
  application.
 
  :-)
  Cheers
  Nick
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
  Subject: unsubscribe
 
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe
 
 
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Databases with Delphi

2007-07-02 Thread Sean Cross
I like sqlite.  Small, fast and single file.  The db engine comes in a single 
dll.  Not very good for multi-user though.  I use the Aducom components, but 
there are others.

http://www.aducom.com


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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Nick
 Sent: Tuesday, 3 July 2007 9:24 a.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: [DUG] Datebases with Delphi

 Hi there :-)
 When I create a database application, usually I create a MDB file with
 Access (create my tables etc) and then interact with the database in
 Delphi using TAdoConnection and TAdoQuery.

 What other standalone database's can I use with Delphi2006 Ent which, I
 can ship to the customer without them having to install anything
 special.

 Just like to see what else is out there which simple to get up and
 running. (usually one of my databases contains 2-3 tables etc)

 Cheers
 Nick
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Databases with Delphi

2007-07-02 Thread Sean Cross
I have one at home, but not here so I am not sure what the name is.

Check http://sqlite.org/ and 
http://www.sqlite.org/cvstrac/wiki?p=ManagementTools

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Nick
 Sent: Tuesday, 3 July 2007 10:10 a.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] Databases with Delphi

 Sean,

 Looks pretty good.
 Is there some gui out there where I can quickly add/edit/delete
 databases without using the command line that would be great.
 (im searching but if you know one)

 Cheers


 Sean Cross wrote:
  I like sqlite.  Small, fast and single file.  The db engine comes in
 a single dll.  Not very good for multi-user though.  I use the Aducom
 components, but there are others.
 
  http://www.aducom.com
 
 
  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 contained in this document is confidential to the
 addressee(s) and may be legally privileged. Any view or opinions
 expressed are those of the author and may not be those of Catalyst Risk
 Management. No guarantee or representation is made that this
 communication is free of errors, viruses or interference. If you have
 received this e-mail message in error please delete it and notify me.
 Thank you.
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:delphi-
  [EMAIL PROTECTED] On Behalf Of Nick
  Sent: Tuesday, 3 July 2007 9:24 a.m.
  To: NZ Borland Developers Group - Delphi List
  Subject: [DUG] Datebases with Delphi
 
  Hi there :-)
  When I create a database application, usually I create a MDB file
 with
  Access (create my tables etc) and then interact with the database in
  Delphi using TAdoConnection and TAdoQuery.
 
  What other standalone database's can I use with Delphi2006 Ent
 which, I
  can ship to the customer without them having to install anything
  special.
 
  Just like to see what else is out there which simple to get up and
  running. (usually one of my databases contains 2-3 tables etc)
 
  Cheers
  Nick
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
  Subject: unsubscribe
 
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe
 
 
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Databases with Delphi

2007-07-02 Thread Sean Cross
With Sqlite, you can stick the dll in your app directory, or you can embed it 
in your app.  In either case you are fine.

If you stick the dll in a shared directory, then you might be in trouble.

Don't know about firebird, but you should be ok with the dlls in the app 
directory.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of John Bird
 Sent: Tuesday, 3 July 2007 3:24 p.m.
 To: 'NZ Borland Developers Group - Delphi List'
 Subject: Re: [DUG] Databases with Delphi

 Question: Do any of these databases embedded in products have any
 issues if
 there is already the same database installed in another product?

 For instance the coming Firefox Version 3 comes with a SQLite back end
 (to
 manage bookmarks etc).   If someone also wants to use say SQLite on the
 same
 PC are there any issues to be aware of?


 John


 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Databases with Delphi

2007-07-02 Thread Sean Cross
There are bindings for everything.  Sqlite is one of the most popular, 
invisible, databases out there.

See http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers

It is already bundled with Php 5.


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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Windows Media Player Replacement

2007-07-17 Thread Sean Cross
KM Player?  It's written in Delphi so it must be good.  I use it.  Get the 
beta, not the stable version.

http://www.kmplayer.com/forums/index.php

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Windows Media Player Replacement

2007-07-17 Thread Sean Cross
Ignore my last email, I missed the VCL requirement.  Still a good player though.


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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Windows Media Player Replacement

2007-07-17 Thread Sean Cross
The site is up for me.  Go to http://www.kmplayer.com/forums/index.php, not 
http://www.kmplayer.com/ unless you have good Korean language skilss.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Steve Peacocke
 Sent: Wednesday, 18 July 2007 11:36 a.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] Windows Media Player Replacement

 I'll still take a look at it - when that site is back up (I can't seem
 to be able to load it as yet).

 Thanks.

 Steve

 On 18/07/07, Sean Cross [EMAIL PROTECTED] wrote:
  Ignore my last email, I missed the VCL requirement.  Still a good
 player though.
 
 
  Regards
 
  Sean Cross
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] basic question

2007-07-25 Thread Sean Cross
Class methods have been around for years, explicitly.  As in
TMyClass.DoSomething, no nil instances required.
 have just looked it up in my Using Delphi 3 (pub 1997) book that I keep
lying around for no apparent reason, so it's been at least a decade.

Class variables etc are newer

 
Regards

Sean
---
Sean Cross
mailto:[EMAIL PROTECTED]

Pics Print - The photo printing solution for Windows. 
http://www.picsprint.com

Rental Property Manager - Rental management made easy
http://www.sourceitsoftware.com
 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Neven MacEwan
 Sent: Wednesday, 25 July 2007 8:19 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] basic question
 
 Dennis
 
  Class methods have been around since Delphi 2.  Where have you been
  all these years?
 Not explicitly, as I said, you cannot for example call them on the
 class, you call them on a nil instance
 which is hardly elegant php for example you would call a class method
 by
 TClass::Method()
 
 To reinforce this, why did they introduce a 'class' keyword if they
 were
 already there?
 
 N
 
  Class types, consts and vars came in D2006, I think, or might be in
  D2005.
 
  - Original Message - From: Neven MacEwan [EMAIL PROTECTED]
  To: NZ Borland Developers Group - Delphi List
 delphi@delphi.org.nz
  Sent: Wednesday, July 25, 2007 7:25 PM
  Subject: Re: [DUG] basic question
 
 
  J
 
  My point is Delphi (generic) does not have Class Methods/Vars or
  are you saying that 'Delphi' only applies to D2005+
 
  As for sarcasm, its a matter of opinion I found his response smug.
 
  N
 
  I'll answer for Chee Wee (not Chee - common mistake)
 
  These articles were by Nick about changes since Delphi 7.
  http://dn.codegear.com/article/34325 (VCL)
  http://dn.codegear.com/article/34323 (IDE)
  http://dn.codegear.com/article/34324 (Language)
 
  I don't think his original reply was sarcastic either. Why would he
  need to clarify something, you're the one that didn't do any
 research
  before saying something. Especially when coming from a version that
 is
  like 6 years old
  (http://delphi.wikia.com/wiki/Borland_Compiler_Release_Dates).
 
  Even if you don't run the latest version, it is hardly a great
 effort
  to subscribe to some blogs (www.delphifeeds.com).
 
  As for when they came in, they are a by product of Delphi.NET. So
  codegear doing .NET was good for something! So they came into the
  win32 around D2005 and have become less buggy each release since.
 
  cheers,
  Jeremy
 
  Chee
 
  When did they sneak in?, Before you get all sarcastic I'd suggest
 you
  clarify things,
  Some of us are using older versions (D6 in my case)
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
  Subject: unsubscribe
 
 
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
  Subject: unsubscribe
 
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
  Subject: unsubscribe
 
 
 
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] basic question

2007-07-25 Thread Sean Cross
 Which leads me to another point, It would be nice (and maybe Delphi
 does) have class variables reintroduced in subclasses ie

 TSingleton = class
   public
 class var Instance;
  end;

 TSingletonA = class(TSingleton)

 )

 TSingletonB = class(TSingleton)

 )

 do a  B 'share' Instance?

 Neven


They do.  See 
http://hallvards.blogspot.com/2007/05/hack17-virtual-class-variables-part-i.html

Sean

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


[DUG] Checking bank account numbers

2007-08-05 Thread Sean Cross
Does anyone know how to determine if a bank account number is correct?  I 
assume it has a checksum or hash in it somewhere. But I know not where.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.



___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [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 that targets ARM (natively) be interesting to
 you?
 Regards Tim

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED]
 On

 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
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


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
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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Ross Levis
 Sent: Tuesday, 7 August 2007 3:22 p.m.
 To: 'NZ Borland Developers Group - Delphi List'
 Subject: [DUG] for..loop

 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 To value.  That is what appears to happen in
 all
 situations I've tested.  I often use this test after a For loop to tell
 if
 something was not found.  What would cause a different result than
 this?

 Cheers,
 Ross.

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


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 play with compiler switches or upgrade my version
 of Delphi, I should be ok?

 Ross.


NO!
NO!
NO!

IT'S UNDEFINED!

Sean

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Indy Smtp and XTRA

2007-08-26 Thread Sean Cross
I recommend xnet.co.nz.  If you do any volume, their adsl package is way 
cheaper than xtra (I save about $30 per month), doesn't require tolls and 
doesn't slow down at the end of the month.  See http://xnet.co.nz/hsi/.

If anyone wants to go with xnet, let me know and I will provide a referal code.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
 Sent: Monday, 27 August 2007 10:03 a.m.
 To: 'NZ Borland Developers Group - Delphi List'
 Subject: RE: [DUG] Indy Smtp and XTRA

 As well as changing to port 465 and using SSL, you also need to change
 your
 outbound server from smtp.xtra.co.nz to send.xtra.co.nz.

 If you don't switch servers, some of the email you send will never
 arrive -
 I can confirm this. A bit like the way some email sent to you isn't
 arriving
 now due to the new spam filters. Like my Borland activation key.
 Incidently
 that must be what happened to the messages they sent out warning of the
 upgrade because none of us here received any.

 Any recommendations for other ISPs? I intend to ditch Xtra this week.

 Cheers,
 Carl

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On
 Behalf Of Tracey
 Sent: Monday, 27 August 2007 9:39 a.m.
 To: 'NZ Borland Developers Group - Delphi List'
 Subject: RE: [DUG] Indy Smtp and XTRA

 I had to change my friend's setup over the weekend.  Some clients wont
 work
 unless you set them to use sll  port 465, some they recommend stay on
 port
 25.

 I don't understand their reasoning but it IS Xtra we are talking about.

 What sort of wers change their smtp server address out of the blue
 and
 leave unskilled users out in the cold??


 Xtra



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On
 Behalf Of Bevan Edwards
 Sent: Sunday, 26 August 2007 5:39 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: Re: [DUG] Indy Smtp and XTRA

 Hi Sandeep,

 We don't use Indy, but we have had few problems connecting to Xtra
 since
 the change.  But what are you talking about with port 465?  SMTP uses
 port 25.

 Regards,

 Bevan


 Sandeep Chandra wrote:
  Hi
 
  I am having difficulty connecting to xtra smtp server after they
 changed
 their smtp server to point to send.xtra.co.nz and port to 465.
 
  Has anyone managed to send emails using xtra after this change and if
 so
 could anyone please give an example of what needs to be done in order
 for
 this to work.
 
  Regards
 
  Sandeep
 
 
 
 
 
 ___
 _
 
  Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s
 user
 panel and lay it on us.
 http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
 
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject:
 unsubscribe
 
 

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject:
 unsubscribe


 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject:
 unsubscribe

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Indy Smtp and XTRA

2007-08-26 Thread Sean Cross
Looking at world-net, it is cheaper in some cases, but not in all.  Xnet is pay 
for what you use, if you don't use all 30gb, you don't get charged for it.  If 
you have Full speed up and down, xnet will usually be cheaper.

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Ross Levis
 Sent: Monday, 27 August 2007 12:08 p.m.
 To: 'NZ Borland Developers Group - Delphi List'
 Subject: RE: [DUG] Indy Smtp and XTRA

 Xnet is very good if you have mostly national traffic.  I use
 www.world-net.co.nz with a 30GB plan which works out $5 cheaper than
 Xnet,
 but most of my traffic is international.

 Ross.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On
 Behalf Of Sean Cross
 Sent: Monday, 27 August 2007 11:35
 To: NZ Borland Developers Group - Delphi List
 Subject: RE: [DUG] Indy Smtp and XTRA

 I recommend xnet.co.nz.  If you do any volume, their adsl package is
 way
 cheaper than xtra (I save about $30 per month), doesn't require tolls
 and
 doesn't slow down at the end of the month.  See http://xnet.co.nz/hsi/.

 If anyone wants to go with xnet, let me know and I will provide a
 referal
 code.

 Regards

 Sean Cross
 IT Systems Development Manager

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Anyone else installed Delphi Update 3 yet?

2007-09-12 Thread Sean Cross
Yes.  I got errors loading IndySystem100.bpl and RemObjects_Indy.bpl.  I don't 
actually use either so it's not a show stopper.

Regards

Sean Cross
Chief Information Officer

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Alister Christie
 Sent: Thursday, 13 September 2007 12:08 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: [DUG] Anyone else installed Delphi Update 3 yet?

 I've just installed Update 3 with out problems and it seems to run,
 anyone else taken the plunge?

 --
 Alister Christie
 Computers for People
 Ph: 04 471 1849 Fax: 04 471 1266
 http://www.salespartner.co.nz
 PO Box 13085
 Johnsonville
 Wellington
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] SA customers

2007-09-12 Thread Sean Cross
Any idea when we will be able to download it?

Regards

Sean Cross
Chief Information Officer

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 contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Richard Vowles
 Sent: Thursday, 13 September 2007 1:28 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: [DUG] SA customers

 For customers with SA for Delphi, I have the media for RAD Studio 2007
 and will be posting (post, not courier) it out over the next few days.

 For those who have Delphi for PHP, remember there is an update
 available now!

 Richard

 --
 Richard Vowles, Product Evangelist
 Developers Inc Ltd (for Delphi, C++ Builder, JBuilder, InterBase) web.
 http://www.developers-inc.co.nz ph. +64-9-3600231, mob. +64-275-467747,
 fax. +64-9-3600384, skype. callto:rvowles/, LinkedIn,
 http://twitter.com/RichardVowles currently working on: Delphi2007,
 Rails, PHP, Air


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Anyone in the Hawkes Bay Area needing work?

2007-12-11 Thread Sean Cross
Gary,

I am in Hawkes Bay (Napier, Hastings).  I can't do full time work, but I might 
be able to do part time.

Regards

Sean Cross
Chief Information Officer

Catalyst Risk Management Ltd
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  Queenstown

Disclaimer:
The information contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management Ltd. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gary T. Benner
Sent: Monday, 10 December 2007 10:53 a.m.
To: delphi@delphi.org.nz
Subject: [DUG] Anyone in the Hawkes Bay Area needing work?

HI all,

If there is anyone in the Hawkes Bay are needing work, please get back to me ( 
off list please ).

kr

Gary







Gary Benner

e-Engineer, Lecturer, and Software Developer



Gary Benner  Associateshttp://www.benner.co.nz



123 Internet Limitedhttp://www.123.net.nz



Waiariki Institute of Technologyhttp://www.waiariki.ac.nz



Mob: 021 966 992



Skype: garybenner



Email: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED]






Ref#: 41006
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Recall: [DUG] Anyone in the Hawkes Bay Area needing work?

2007-12-11 Thread Sean Cross
Sean Cross would like to recall the message, [DUG] Anyone in the Hawkes Bay 
Area needing work?.

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Developers not upgrading

2008-05-12 Thread Sean Cross
 So in my case dont think i have scope to upgrade to Delphi 2007:(
 By the way anyone tried the intraweb feature in delphi latest version.
Since i am new to this particual functionalty?
 regards
 
 Vik

I have used Intraweb in a couple of projects with success.  I probably
wouldn't start a clean sheet project in it, but for using existing Delphi
code it is hard to beat.


Regards

Sean
---
Sean Cross
mailto:[EMAIL PROTECTED]

Pics Print - The photo printing solution for Windows.
http://www.picsprint.com

Rental Property Manager - Rental management made easy
http://www.sourceitsoftware.com
  
Blog
http://sourceitsoftware.blogspot.com/


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


RE: [DUG] Delphi 3 Upgrade

2008-05-27 Thread Sean Cross
Leap into the 21st century.  You can get a free turbo edition of Delphi 2006
from http://www.turboexplorer.com/

 

Regards

Sean
---
Sean Cross
 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

Pics Print - The photo printing solution for Windows.
 http://www.picsprint.com http://www.picsprint.com

Rental Property Manager - Rental management made easy
 http://www.sourceitsoftware.com http://www.sourceitsoftware.com
  

Blog

 http://sourceitsoftware.blogspot.com/
http://sourceitsoftware.blogspot.com/ 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Colin/Mina
Sent: Tuesday, 27 May 2008 9:44 a.m.
To: DUG, - Delphi
Subject: [DUG] Delphi 3 Upgrade

 

Hi,

 

  I have to do some maintenance on an application that was created using
Delphi 3. I need to add some functionality that I can only do using Delphi 5
which was my latest upgrade. 

 

  On the other hand, for some unknown reason  I've just realised that my
Delphi 5 is missing the Data Aware components, equivalent to those that were
installed into Delphi 3, from file dcld30.dpl and of course needed to do the
work.

 

Where can I obtain the D5 equivalent presumably dcld50.dpl, but not found in
a web search?

 

Cheers

 

Colin

 

 

 

 

 

 

 

  

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Re: [DUG] OO Programming

2008-07-29 Thread Sean Cross
My older code is RAD style.  I have a 14 year old application with 500k+
lines of code that I still maintain and extend without too much pain.

All my newer stuff uses the ti object persistence framework (tiopf.com).  it
takes a bit more work to get started but results in better code.

Regards

Sean
---
Sean Cross
mailto:[EMAIL PROTECTED]

Pics Print - The photo printing solution for Windows.
http://www.picsprint.com

Rental Property Manager - Rental management made easy
http://www.sourceitsoftware.com
  
Blog
http://sourceitsoftware.blogspot.com/ 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:delphi-
 [EMAIL PROTECTED] On Behalf Of Alister Christie
 Sent: Tuesday, 29 July 2008 5:08 p.m.
 To: NZ Borland Developers Group - Delphi List
 Subject: [DUG] OO Programming
 
 Do people on this list put in the effort to write proper object
 oriented
 code, or write mostly RAD style code, using datasets with data-aware
 controls and stuff - operating on a customer dataset, rather than the
 somewhat more abstract instances of TCustomer for example?  (does this
 question make sense?)
 
 --
 Alister Christie
 Computers for People
 Ph: 04 471 1849 Fax: 04 471 1266
 http://www.salespartner.co.nz
 PO Box 13085
 Johnsonville
 Wellington
 
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with
 Subject: unsubscribe


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


Re: [DUG] Hosting

2008-08-20 Thread Sean Cross
We use OpenHost.  No problems to report.  It costs about $250 per quarter for 
the package we have (Windows Server virtual machine running IIS 6).  I run our 
website (www.crm.co.nz) and some Intraweb applications on it.


Regards

Sean Cross
CIO
Catalyst Risk Management

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alister Christie
Sent: Wednesday, 20 August 2008 3:11 p.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: [DUG] Hosting

What are people doing about web-hosting these days.  We need a virtual
server (NZ based), and we've been recommended WebFarm
http://www.webfarm.co.nz/products_vps/
OpenHost look quite good and inexpensive
http://www.openhost.co.nz/page/144
I have no experience with either

--
Alister Christie
Computers for People
Ph: 04 471 1849 Fax: 04 471 1266
http://www.salespartner.co.nz
PO Box 13085
Johnsonville
Wellington

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


[DUG] Anyone going to TechEd?

2008-08-20 Thread Sean Cross


Regards

Sean Cross
CIO
Catalyst Risk Management

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


Re: [DUG] Anyone going to TechEd?

2008-08-21 Thread Sean Cross
Yep.  If you have to ask, you are probably not going:)

Regards

Sean Cross
CIO
Catalyst Risk Management

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick
Sent: Friday, 22 August 2008 8:27 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Anyone going to TechEd?

This
http://www.microsoft.com/nz/teched08/index.aspx
?



Richard Vowles wrote:
 We'll be there - we have a booth. Come get a free coke on us (or two) :-)

 And yes, we will be promoting Delphi!

 2008/8/21 Edward Huang [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]

 Well, I and 2 other Delphi developers are going.  Not much about
 Delphi
 though, being Microsoft.

 --
 ---
 Richard Vowles, Technical Advisor
 Developers Inc Ltd
 web. http://www.developers-inc.co.nz
 ph. +64-9-3600231, mob. +64-275-467747, fax. +64-9-3600384
 skype. rvowles, LinkedIn, Twitter


 No virus found in this incoming message.
 Checked by AVG - http://www.avg.com
 Version: 8.0.138 / Virus Database: 270.6.6/1623 - Release Date: 8/20/2008 
 8:12 AM

 

 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


[DUG] Any good IT recruitment agencies?

2008-10-02 Thread Sean Cross
Any good IT recruitment agencies out there for Delphi developers?

Regards

Sean Cross
CIO

Catalyst Risk Management
PO Box 230
Napier 4140
DDI: 06-8340362
Mobile: 021270 3466

Visit us at http://www.catalystrisk.co.nzhttp://www.catalystrisk.co.nz/

Offices in Auckland, Napier, Wellington  Christchurch

Disclaimer:
The information contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Re: [DUG] Any good IT recruitment agencies?

2008-10-02 Thread Sean Cross
I don't want one atm.  It's for succession planning for when I get hit by a 
bus.  There are plenty of Delphi programmers that aren't on here.

Regards

Sean Cross
CIO
Catalyst Risk Management

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leigh Wanstead
Sent: Friday, 3 October 2008 1:39 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Any good IT recruitment agencies?

Why not just say here you want one? ;-)

I am sure this list is very popular in New Zealand for Delphi programmer.

Have a nice day

Regards
Leigh
www.smootharm.comhttp://www.smootharm.com

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Sean Cross
Sent: Friday, 3 October 2008 1:11 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] Any good IT recruitment agencies?
Any good IT recruitment agencies out there for Delphi developers?

Regards

Sean Cross
CIO

Catalyst Risk Management
PO Box 230
Napier 4140
DDI: 06-8340362
Mobile: 021270 3466

Visit us at http://www.catalystrisk.co.nzhttp://www.catalystrisk.co.nz/

Offices in Auckland, Napier, Wellington  Christchurch

Disclaimer:
The information contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Re: [DUG] Any good IT recruitment agencies?

2008-10-02 Thread Sean Cross
My wife did :(

Regards

Sean Cross
CIO
Catalyst Risk Management

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyley Harris
Sent: Friday, 3 October 2008 3:00 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Any good IT recruitment agencies?

You seem overly interested in succession planning for being hit by a bus 
recently. Did you take out a large life insurance policy? ;)
On Fri, Oct 3, 2008 at 3:29 PM, Sean Cross [EMAIL PROTECTED]mailto:[EMAIL 
PROTECTED] wrote:

I don't want one atm.  It's for succession planning for when I get hit by a 
bus.  There are plenty of Delphi programmers that aren't on here.



Regards



Sean Cross
CIO

Catalyst Risk Management



From: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] [mailto:[EMAIL 
PROTECTED]mailto:[EMAIL PROTECTED]] On Behalf Of Leigh Wanstead
Sent: Friday, 3 October 2008 1:39 p.m.

To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Any good IT recruitment agencies?



Why not just say here you want one? ;-)



I am sure this list is very popular in New Zealand for Delphi programmer.



Have a nice day



Regards

Leigh

www.smootharm.comhttp://www.smootharm.com



-Original Message-
From: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] [mailto:[EMAIL 
PROTECTED]mailto:[EMAIL PROTECTED]]On Behalf Of Sean Cross
Sent: Friday, 3 October 2008 1:11 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] Any good IT recruitment agencies?

Any good IT recruitment agencies out there for Delphi developers?



Regards



Sean Cross
CIO



Catalyst Risk Management
PO Box 230
Napier 4140
DDI: 06-8340362
Mobile: 021270 3466



Visit us at http://www.catalystrisk.co.nzhttp://www.catalystrisk.co.nz/



Offices in Auckland, Napier, Wellington  Christchurch



Disclaimer:
The information contained in this document is confidential to the addressee(s) 
and may be legally privileged. Any view or opinions expressed are those of the 
author and may not be those of Catalyst Risk Management. No guarantee or 
representation is made that this communication is free of errors, viruses or 
interference. If you have received this e-mail message in error please delete 
it and notify me. Thank you.



___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nzmailto:delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] with 
Subject: unsubscribe



--
Kyley Harris
Harris Software
+64-21-671-821
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Re: [DUG] Call C# code from Delphi 7

2008-10-14 Thread Sean Cross
You might want to have a look at Hydra from remobjects.

http://www.remobjects.com/product/?id={B6BD1030-F630-4DA8-9018-73C03265A0EF}


Regards

Sean Cross
CIO
Catalyst Risk Management


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leigh Wanstead
Sent: Wednesday, 15 October 2008 2:41 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] Call C# code from Delphi 7

Good afternoon,

May I ask how to write Delphi code in Delphi 7 to call C# dot net assembly
code i.e. dll/exe?

TIA

Regards
Leigh


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


Re: [DUG] Borland Newgroups

2008-12-17 Thread Sean Cross
If you are looking at Borland newsgroups, you will have problems...

Newsgroups are at forums.codegear.com, and they all start with embarcadero

Embarcadero.public.general.interbase works fine for me.

Regards
 
Sean Cross
CIO
Catalyst Risk Management

-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Willie Juson
Sent: Thursday, 18 December 2008 2:46 p.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: Re: [DUG] Borland Newgroups

Hi,

I've been trying to access the Interbase newsgroups for a few days now and
just get an NNTP timeout error, I thought it might just be our flash new
internet security at work but my home PC has the same issue. I can access
other groups no worries like Woll2Woll or Reportbuilder.

Has anyone else got this issue, if not has anyone played with Journaling in
Interbase2007 and can they point me at any good info about getting it up and
running please?

Regards and merry xmas yada yada.


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


Re: [DUG] Delphi 7 to Delphi 2009

2009-02-19 Thread Sean Cross
I have converted 2 programs over.  If you have updated all your 3rd party 
components, and you don't do anything funny with strings then it is quite 
straight forward.  If you do anything strange with strings, it can be a pain in 
the arse.

One program took about 2 hours to convert, the other took about 20.

Regards
 
Sean Cross
CIO
Catalyst Risk Management


-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Laurence Bevan
Sent: Thursday, 19 February 2009 4:47 p.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: [DUG] Delphi 7 to Delphi 2009

I'm one of those procrastinators who have bought Delphi 2009 but haven't
installed it. I guess Delphi 7 is fast, I know it back to front and it
handles almost everything I need, and the help system seemed to go down the
toilet from D5 onwards.

I keep hearing about the amount of code conversion required to move D7
projects to D2009. Really, how bad is it? Can anyone who has migrated from
D7 to D2009 give a rundown on what's required.


Regards,
Laurence Bevan


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


Re: [DUG] There is going to be a big event on March 31

2009-03-16 Thread Sean Cross
Can we have some more details.  Ie time, and contents. I need to go to my boss 
for permission.  Typically I need to give a months notice so 2 weeks is pushing 
it.

Regards

Sean Cross
CIO
Catalyst Risk Management

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Richard Vowles
Sent: Monday, 16 March 2009 9:27 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] There is going to be a big event on March 31

In Auckland - David I and Malcolm Groves are coming, there is lots of stuff to 
talk about but watch this space and I will be putting up the registration 
details for it.

Those of you outside Auckland, consider making plans to come - it should be 
pretty awesome!

Richard

--
---
Richard Vowles, Technical Advisor
Developers Inc Ltd
web. http://www.developers-inc.co.nz
ph. +64-9-3600231, mob. +64-275-467747, fax. +64-9-3600384
skype. rvowles, LinkedIn, Twitter

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] Fwd: David I in Special Auckland Delphi Code Camp - Register Now!

2009-03-18 Thread Sean Cross
The registration link wasn't visible in Richard's email.  For those that want 
to register, go to 
http://www.embarcaderopresents.com/edm/sem_devprod0309/nz.html


Regards

Sean Cross
CIO
Catalyst Risk Management

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Richard Vowles
Sent: Wednesday, 18 March 2009 3:18 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: [DUG] Fwd: David I in Special Auckland Delphi Code Camp - Register Now!



If you cannot see this email please click 
herehttp://emcubed.crewmark.com.au/ch/1gvtscq/679463/92810vb8t.html to view 
online

Error! Filename not specified.

Error! Filename not specified.

Error! Filename not specified.

Error! Filename not 
specified.http://emcubed.crewmark.com.au/ch/1gvtscq/679464/92810127th.html

Error! Filename not specified.

Error! Filename not specified.

Error! Filename not specified.

Error! Filename not specified.

Error! Filename not specified.

Error! Filename not specified.


David Intersimone (David I) invites you to a special Code Camp in Auckland. 
David I is stopping off before his guest speaker spot at the Australian Delphi 
User Group Symposium. He comes to town with a wide selection of topics 
including Delphi Productivity, Applications of Unicode in real life, and news 
of the real impact the Embarcadero database tools are having with customers 
worldwide.

The event is a full three hours and David will cover these subject areas:

 *   Delphi 2009 and Unicode - in most cases, reservations about the amount of 
work and difficulty in moving to Unicode are unfounded. David can talk the 
wheres and whyfores, when you do it and when it can trip you up.
 *   Delphi productivity: Live Templates, Refactoring, Generics, Customisable 
toolbars, Customisable Desktops, The Visual Component Library, Tips and Tricks 
and more...
 *   What's Cooking in the Labs - David will give you a sneak peak at What's 
Cooking in the Labs and some of the new initiatives coming our way...

Peter Joint will also be on hand to share information on how local customers 
are using the database tools and just how useful Embarcadero Database tools 
(such as ER/Studio and Change Manager) are for developers, including the new 
All-Access licensing model that delivers real tools to developers for a 
fraction of the cost.

Speakers:

Error! Filename not specified.


Date and Venue:

AUCKLAND
Tuesday 31 March
SKYCITY
Auckland Convention Centre
Epsom room 2
88 Federal St
Auckland

Agenda:
8:30 am

Registration with tea and coffee served on arrival

10:30am

Morning Tea

12:00

Close


Error! Filename not 
specified.http://emcubed.crewmark.com.au/ch/1gvtscq/679464/92810127th.html

Error! Filename not specified.



David Intersimone, Chief Evangelist, CodeGear Products
David Intersimone (known to many as David I.) is a passionate and innovative 
software industry veteran-often referred to as a developer icon-who extols and 
educates the world on Embarcadero developer programs and runs the rampant 
online developer community. He shares his visions as an active member of the 
industry speaking circuit and is tapped as an expert source by the media. He is 
a long-standing champion of software developers and works to ensure that their 
needs are folded into Embarcadero's strategic product plans.
Before Embarcadero, David spent more than 20 years with Borland in various 
evangelism, engineering, and development capacities, including creating the 
company's develop relations program. He previously served as Director of 
Product Services for Softsel Computer Products Inc. (now Merisel). David holds 
a bachelor's degree in computer science from California Polytechnic State 
University at San Luis Obispo, California.

Peter Joint, Senior Software Consultant, Asia Pacific and New Zealand Territory 
Manager
Peter has twenty years of IT experience and prior to joining Embarcadero, Peter 
was the Chief Executive Officer of a successful CRM and System Integration 
company. He has managed several large banking and government accounts in 
Australia and across Asia and has delivered seminars on behalf of Microsoft in 
CRM implementation strategies across Asia. His collaborative consulting 
experience is a key reason for his success as a senior software consultant, and 
New Zealand territory manager at Embarcadero.




Error! Filename not specified.


If you do not wish to receive further communications from Embarcadero, you can 
unsubscribe below.
Copyright (c) 2009 Embarcadero Technologies, Inc. 100 California Street, 12th 
Floor, San Francisco, CA 94111 USA.All rights reserved.




--
---
Richard Vowles, Technical Advisor
Developers Inc Ltd
web. http://www.developers-inc.co.nz
ph. +64-9-3600231, mob. +64-275-467747, fax. +64-9-3600384
skype. rvowles, LinkedIn, Twitter

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi

Re: [DUG] [OFF TOPIC] Internet connection is not stable

2009-04-06 Thread Sean Cross
Check here: http://www.telecom.co.nz/adsltwoplus


Regards
 
Sean Cross
CIO
Catalyst Risk Management


-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Leigh Wanstead
Sent: Tuesday, 7 April 2009 2:04 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] [OFF TOPIC] Internet connection is not stable

Hi Alister,

Thanks for the information

May I ask how to check the line is ADSL2 without buying a ADSL2 router?

TIA

Have a nice day

Regards
Leigh

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


[DUG] [OFF TOPIC] Who is a good internet provider for ADSL2?

2009-04-06 Thread Sean Cross
I am currently with xnet but they don't support adsl2 speeds unless you change 
to a digital phone line product. Xtra have a 40gb plan at $80.  Orcon are no 
use.  Anyone else I should consider?  I really don't want to go back to Telstra 
as they were the most incompetent bunch of idiots I have ever dealt with in the 
area.

Regards

Sean Cross
CIO
Catalyst Risk Management
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] Future of us Delphi programmer in New Zealand?

2009-04-08 Thread Sean Cross
I got a .net job without having any c# experience.  I spent 3 years as a C#/c++ 
programmer before I came back to Delphi.  Now I am learning python.  Knowing 
only one language is not enough in this day and age.

C# is reasonably easy to learn, the syntax is a bit strange and case 
sensitivity is a major pain in the arse but it has a number of Delphiisms.  The 
framework though is enormous.  Anything you want to do is probably in there, 
you just need to find it

Regards

Sean Cross
CIO
Catalyst Risk Management

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Jeremy Coulter
Sent: Thursday, 9 April 2009 12:44 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Future of us Delphi programmer in New Zealand?

I am in that boat at the moment.
We have not moved from Delphi because not of all our customers have a machine 
that could run .Net, and despite trying, they didnt want to upgrade.
That has changed a bit over recent years, but we have not had the time to look 
at C#. I have had a quick look at Prisim but once again no real oportunities 
you use it.
I WANT to leave my current job. I have been here for 8.5 years and NEED a 
change, but I stuck because our organsiation had not moved with this times and 
I cant really apply for a .net role.
We did do a  vb.nethttp://vb.net training course 5 years agonever used it 
!

I must admit too, that .Net had not really spun my wheels becasue I really 
dont like the whole .net overhead and having to deal with .net installations as 
part of an installation process.
Delphi is just one exe and windows, simple. (well thats a bit general, but you 
get my point)

I have heard too that C# is meant to be easy-ish if you come from a Delphi back 
ground. I that a true statement?

Jeremy

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] Future of us Delphi programmer in New Zealand?

2009-04-08 Thread Sean Cross
C# has a number of things I like (garbage collection, good libraries, big 
community) and a number of things I dislike (case sensitivity, c based syntax, 
large runtimes...).  If it compiled to native code, or if the runtime library 
was smaller then it would be my goto language for desktop dev.  As it is, I 
still use Delphi.

For web dev, I prefer c# to Delphi but my existing code is all Delphi so ...  


I haven't used c# for 4 years now, but if I was starting afresh I would go the 
.net way for the in-house dev I do. 

Regards
 
Sean Cross
CIO
Catalyst Risk Management

-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of John Bird
Sent: Thursday, 9 April 2009 4:12 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Future of us Delphi programmer in New Zealand?

Any more comments from those who have used C# for serious work how they rate 
its strengths and weaknesses against Delphi? Delphi  IDE vs VS?   C# vs 
Java?  (just small questions eh..)

After they both have the same author (Anders Hejlsberg).  Is C# Delphi done 
right?  or is it Delphi done big the MS way?  Can it be used for mobile 
devices?

How much is it just a product that MS sells and how much is it a serious 
tool they themsleves use? (for Windows and Office)

[I am much more relaxed about merits of languages than most here, as the 
language I programmed in for over 20 years, and still keep a fondness for, 
doesn't even rate in the top 100 of computer languages I think...Dibol/DBL, 
so stepping into Delphi was  a big step into the mainstream for me]

John

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


Re: [DUG] [OFF-TOPIC] memory issues

2009-04-16 Thread Sean Cross
If you want two monitors on a laptop, look at 
http://www.matrox.com/graphics/en/products/gxm/dh2go/

Personally I don't think I will go back to using a desktop any time soon.  My 
combination of 24 monitor and 17 laptop works fine.  Big screen for dev, 
small screen for email, word etc,

Regards
 
Sean Cross
CIO
Catalyst Risk Management


-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Alister Christie
Sent: Friday, 17 April 2009 10:20 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] [OFF-TOPIC] memory issues

I'd like to plug 2 monitors into my laptop, but not supported - a 30 
inch screen would be good to - but a bit expensive at the moment, plus 
it requires dual dvi (as far as I understand).  I think I'll get a 
desktop for my next dev machine for just this reason.

Alister Christie
Computers for People
Ph: 04 471 1849 Fax: 04 471 1266
http://www.salespartner.co.nz
PO Box 13085
Johnsonville
Wellington 

t...@delphi.org.nz with Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


Re: [DUG] Windows 7

2009-05-06 Thread Sean Cross
I have been running W7 on my main computer for some time now.  I like it better 
than Vista or OSX.  I have a few blue screens in the beta but the rtm seems 
fine.

Regards

Sean Cross
CIO
Catalyst Risk Management

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Jeremy Coulter
Sent: Thursday, 7 May 2009 3:52 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Elevating Delphi code in Vista


On that not, anyone tried Windows 7 yet? I am liking it so far.

Jeremy

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] [Off topic] Senior developer

2009-05-12 Thread Sean Cross
Don't forget CIO, for when you are too old to be a senior developer.

Regards

Sean Cross
CIO
Catalyst Risk Management

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of John Bird
Sent: Wednesday, 13 May 2009 4:07 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] [Off topic] Senior developer

From what I have seen its when programmers decide to become politicans in 
their own realm and promote or market  themselves.

You can be any of

Programmer
Programmer/Analyst
Busines software solutions
System programmer
Senior programmer
Senior Developer
Senior Systems Developer
Systems Architect
Software Architect
Senior Software Architect

and the list goes on.

I worked in an office a few years ago where all the programmers had given 
themselves titles like the last few.

I am personally unsure of the merit of self appointed titles - it does however 
raise the programmers dilemma:

Is it better to rate oneself or be rated by management people above who have 
usually only a vague and inaccurate idea of how good someone really is?

Both have to be risky ventures with unpredictable accuracy.

Personally I have always been happy to called myself a (lowly) 
Programmer/Support person because a good half of the best ideas I have had for 
software have come when I actually do face to face support for real users, 
watching them break or stress or show the bottlenecks in the stuff I have 
written.

John
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] Delphi 2007 Question

2009-06-09 Thread Sean Cross
The events are now added alphabetically.  This works fine while the existing 
methods are in order but seems to become somewhat random once the methods get 
out of order.

Regards

Sean Cross
CIO
Catalyst Risk Management

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Jeremy Coulter
Sent: Wednesday, 10 June 2009 1:26 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Delphi 2007 Question

yeah thats all and well and I do use them, but personally - I dont like new 
way the code is added. I dont see any advantage in it. But there maybe a 
logical reason for it. Maybe someone knows the answer.

Jeremy

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] Embarcadero article

2009-06-15 Thread Sean Cross
You can't single source a gui unless it is very basic.  OSX has a completely
different look and feel than Windows that goes deeper than just different
shaped widgets and button ordering.  Even if you can get a vcl set that
works on both, you are still faced with different user expectation on how
things work.  That translates into different form layouts possibly different
component choices and occasionally different application layouts.  Once you
finally get a form that works on windows, osx and linux, you are still stuck
when it comes to the iPhone apps.

If you are doing a remotely sophisticated app, you are going to have to
rewrite a large amount of the gui.  There is no easy way around it.

I've spent most of the night looking at python ides.  Most are non native,
probably java based.  Even the good ones feel a bit strange and the bad ones
are just horrid.

Sean

-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On
Behalf Of David Brennan
Sent: 15 June 2009 6:03 p.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: Re: [DUG] Embarcadero article

I just don't see it working unless it is possible to take sophisticated
applications using the current VCL (ie VCL32) and with some effort but not a
complete rewrite (ie NOT replacing the entire component library!) modify the
code using ifdefs etc so that you have single source that can compile to
either platform. Similarly third party providers (eg DevExpress) need to be
able to produce single source versions of their libraries fairly easily.

As far as I can tell they are producing a completely new VCL for the Mac
just like CLX was for Kylix... if so then that means they are only targeting
new applications which is a fatal mistake IMO. 

Of course doing what I suggest (making the new Mac VCL compatible with the
existing VCL32 BUT still making it appear native on other targets) is
probably at least an order of magnitude harder than what they are trying...
but if they don't then I don't really see the point.

Interested to hear what others think.

Cheers,
David.



___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


[DUG] Another Embarcadero article

2009-06-15 Thread Sean Cross
http://www.itjoblog.co.uk/2009/06/native-codes.html

Regards
 
Sean Cross
CIO
Catalyst Risk Management


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


Re: [DUG] Embarcadero article

2009-06-16 Thread Sean Cross
+1 to productivity enhancements.  

I don't care about 64 bit (yet), and linux/mac support is interesting but not 
essential (smart phone support I would kill for).

Garbage collection is what I really want, but it's a long way down the list of 
what will ever get added to Delphi :(

Regards
 
Sean Cross
CIO
Catalyst Risk Management


-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Alister Christie
Sent: Wednesday, 17 June 2009 11:55 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Embarcadero article

Personally I don't care much about 64 bit.  Cross platform would be 
nice, but realistically we have 1 or 2 inquiries out of hundreds 
regarding support for mac or linux - no one has ever asked me about when 
we are going to support 64 bit.  What I want to see in future versions 
of Delphi is stuff that increases my productivity.

Alister Christie
Computers for People
Ph: 04 471 1849 Fax: 04 471 1266
http://www.salespartner.co.nz
PO Box 13085
Johnsonville
Wellington 

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


Re: [DUG] Embarcadero article

2009-06-16 Thread Sean Cross
I do use C# where it makes sense.  It just doesn't make sense for the sort of 
shareware and desktop apps I mostly do.  

I have never understood the fanatical hatred of garbage collection that some 
Delphi developers have (not aimed at anyone in particular but if you either try 
discussing gc in non-technical, you will get a large amount of vitriol heading 
your way).  It makes some things much easier, and some things harder.  Optional 
GC such as in D seems reasonable to me, but apparently not to everyone.

Regards
 
Sean Cross
CIO
Catalyst Risk Management


-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Phil Scadden
Sent: Wednesday, 17 June 2009 1:33 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Embarcadero article


 Garbage collection is what I really want, but it's a long way down the list 
 of what will ever get added to Delphi :(
   
Then use C#. I want Delphi as a C++ replacement with as few  compromises 
as possible, not C#. That said, the C# programming model has things I 
wouldnt mind in the language - data bound objects, decent object 
inspector and the dynamic interface thingies. Of course, if you are 
doing 64 bit, would MPI support be too much to ask as well?

-- 
Phil Scadden, Senior Scientist GNS Science Ltd 764 Cumberland St, 
Private Bag 1930, Dunedin, New Zealand Ph +64 3 4799663, fax +64 3 477 5232

Notice: This email and any attachments are confidential. If received in error 
please destroy and immediately notify us. Do not copy or disclose the contents.

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


Re: [DUG] Embarcadero article

2009-06-16 Thread Sean Cross
I don't want to get to deep into a discussion of this, the last time I got into 
a discussion on GC in non technical, I lost days of my life.  However:
 - Suggesting that I move to prism to get a gc makes as much sense as 
suggesting that you move to c++ to get a 64 bit compiler
 - As Phil said It's horse for courses.  In the areas you work in, gc is 
obviously of no use.  In the areas I mostly work in, it would make my life much 
easier.
 - Personally I get tired of the GC = laziness argument.  It's dismissive 
without any real thought.
 - I do know how to use reference counted interfaces and smart pointers.  I use 
them for some things.  However reference counting doesn't work for circular 
references without a lot of additional work.  Adding to the opf I use would 
take more time than it would save.

Regards
 
Sean Cross
CIO
Catalyst Risk Management


-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Jolyon Smith
Sent: Wednesday, 17 June 2009 2:28 p.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: Re: [DUG] Embarcadero article

I think the vitriol stems from the idea that people believe (and I think
rightly) that the sort of garbage collection that people are asking for is
largely an all or nothing affair.

i.e. if it's added to the language to please those who want GC (but who -
for some reason - aren't inclined to simply use a runtime environment
provides exactly what they say they want) then that this necessarily
pollutes the language for those who feel that Garbage Collection comes at
too high a price and is just pandering to the inherent laziness in all of us
(myself included - I'd love to be able to think less, but I know that I'd
make more mistakes if I did, not less).

The distrust of GC as a technology amongst experienced practitioners (as it
typically is) of the black arts of software development stems from:

 - less efficient use of memory (*)
 - unpredictably distributed performance across application usage (*)
 - loss of determinism (debugging complexity)

(*) GC assumes a vast over supply of RAM and an availability of application
idle cycles in which to recover wastefully over-allocated RAM.


The beauty of the GC framework (ref counted lifetime managed via interfaces)
that Delphi ALREADY OFFERS (!) is that:

 - as you say with 'D', it's optional  :)
 - it remains deterministic


So don't you already have what you want?
All you have to do now is use it.  :)

--
 Smile, they said.  it could be worse!
 So I did.  And it was.


-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On
Behalf Of Sean Cross
Sent: Wednesday, 17 June 2009 14:02
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Embarcadero article

I do use C# where it makes sense.  It just doesn't make sense for the sort
of shareware and desktop apps I mostly do.  

I have never understood the fanatical hatred of garbage collection that some
Delphi developers have (not aimed at anyone in particular but if you either
try discussing gc in non-technical, you will get a large amount of vitriol
heading your way).  It makes some things much easier, and some things
harder.  Optional GC such as in D seems reasonable to me, but apparently not
to everyone.

Regards
 
Sean Cross
CIO
Catalyst Risk Management


-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On
Behalf Of Phil Scadden
Sent: Wednesday, 17 June 2009 1:33 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Embarcadero article


 Garbage collection is what I really want, but it's a long way down the
list of what will ever get added to Delphi :(
   
Then use C#. I want Delphi as a C++ replacement with as few  compromises 
as possible, not C#. That said, the C# programming model has things I 
wouldnt mind in the language - data bound objects, decent object 
inspector and the dynamic interface thingies. Of course, if you are 
doing 64 bit, would MPI support be too much to ask as well?

-- 
Phil Scadden, Senior Scientist GNS Science Ltd 764 Cumberland St, 
Private Bag 1930, Dunedin, New Zealand Ph +64 3 4799663, fax +64 3 477 5232

Notice: This email and any attachments are confidential. If received in
error please destroy and immediately notify us. Do not copy or disclose the
contents.

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject:
unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject:
unsubscribe



___
NZ Borland Developers Group

Re: [DUG] to Vista 64bit or not?

2009-08-06 Thread Sean Cross
Windows 7 is out, I'm downloading it now.  If your computer supports 64, then 
install vista 64.  There is no good reason to be using Vista 32.  I have been 
using Vista 64 for over a year, and Win 7 64 since beta.  Neither has had a 64 
related problem and I get the use of all my memory.

Regards

Sean Cross
CIO
Catalyst Risk Management

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Jeremy Coulter
Sent: Friday, 7 August 2009 9:11 a.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: [DUG] to Vista 64bit or not?

Hi Guys.
I am building my new machine today...YAYand sinces I am getting a pretty 
res. machine (quad core with 4 gig) which is replacing my VERY faithful, but 
increasingly unreliable Pent 4 3GB, I am trying to decide wether or not to 
install Vista 64bit since I have a copy of it.
The only reason I was thinking of it was that I can utilise the memory so I can 
use Virtual machines etc.
I was thinking of Windows 7, but since its still pretty much beta, I dont want 
to have to reinstall everthing again when it comes out.

Anyone got any ideas? Should I infact get say fedora 64bit (if there is one) 
and install VMware etc?

Jeremy
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] to Vista 64bit or not?

2009-08-06 Thread Sean Cross
Stick Delphi in a VM.  Solves all number of problems.

Regards

Sean Cross
CIO
Catalyst Risk Management

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Jason Coley
Sent: Friday, 7 August 2009 9:56 a.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] to Vista 64bit or not?

I fully recommend installing Win7, I know this shouldn't be said but there are 
plenty of torrents for the RTM build, when you can finally purchase the RTM (or 
get it through other MS channels), just enter your product key. You can re-arm 
it when necessary (up to 120 days I think) so the RTM version will be in shops 
by then.

Honestly, I ran Vista 64bit for a few years, and to be honest I never had many 
issues with it, but Win7 is really that much better.

The only think you need to be wary about is Win7 64bit and Delphi 2007  2009 
(not sure if older versions have any hassles), but there is a small change that 
needs to be made to a Delphi file for debugging, as an error appears when 
closing a debug session (and multi threads are used), that kills Delphi. I am 
hoping Embarcadero fix this, as the problem is there in final RTM version of 
Win7.

Anyway, just my 5 cents, I know I'll never go back from Win7!

Regards from New Zealand (GMT+12)

Jason Coley
Software Solutions



From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Jeremy Coulter
Sent: Friday, 7 August 2009 9:35 a.m.
To: Jason
Subject: [DUG] to Vista 64bit or not?

Hi Guys.
I am building my new machine today...YAYand sinces I am getting a pretty 
res. machine (quad core with 4 gig) which is replacing my VERY faithful, but 
increasingly unreliable Pent 4 3GB, I am trying to decide wether or not to 
install Vista 64bit since I have a copy of it.
The only reason I was thinking of it was that I can utilise the memory so I can 
use Virtual machines etc.
I was thinking of Windows 7, but since its still pretty much beta, I dont want 
to have to reinstall everthing again when it comes out.

Anyone got any ideas? Should I infact get say fedora 64bit (if there is one) 
and install VMware etc?

Jeremy
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] to Vista 64bit or not?

2009-08-06 Thread Sean Cross
Vista 32 will never see all 4 gb due to mapping issues with the video card etc. 
 Under Vista 32, I got between 3 and 3.5 gb available on my laptops.  Vista 64 
got the lot.  How much you lose depends on your video card memory.

Regards

Sean Cross
CIO
Catalyst Risk Management

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Jolyon Smith
Sent: Friday, 7 August 2009 10:01 a.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: Re: [DUG] to Vista 64bit or not?

aiui if you've only got 4GB of RAM then I don't think 64-bit is going to make 
that much of a difference.  Of course, if you have the capacity to go beyond 
4GB of physical RAM and the intention to do so, then 64-bit might be worthwhile.

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] to Vista 64bit or not?

2009-08-06 Thread Sean Cross
The W7 32 bit sees more than Vista 32 but nowhere near all of it.  W7 64 sees 
all of it, as does Vista 64

Regards

Sean Cross
CIO
Catalyst Risk Management

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Jeremy Coulter
Sent: Friday, 7 August 2009 10:29 a.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: Re: [DUG] to Vista 64bit or not?

does windows 7 see all the RAM?

Jeremy

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] to Vista 64bit or not?

2009-08-06 Thread Sean Cross
In my case, the difference between 3 and 4 gb is huge.  All my development is 
in vms, so it makes a big difference in how much memory I can allocate to a vm, 
and how may I can have running.  I am using laptops, so much as I would like 
8gb, it is non trivial to arrange.  Ymmv.

For the general public, 80% won't notice a difference between 32 and 64.  
However as developers, we use more processor and memory than most (except for 
gamers and video editors).  If you are planning on upgrading your memory in the 
near future, 64 is probably a good idea.  IMHO 64 bit should be the default 
choice unless you have a compelling reason to stay with 32.

Regards

Sean Cross
CIO
Catalyst Risk Management

From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Jolyon Smith
Sent: Friday, 7 August 2009 10:27 a.m.
To: 'NZ Borland Developers Group - Delphi List'
Subject: Re: [DUG] to Vista 64bit or not?

The real question though is how much benefit you actually got from that extra 
0.5 - 1GB ?

I'm guessing not much.  Not really.  But if you've got a system equipped with 
6GB or 8GB... at that point 64-bit makes perfect sense (and if you're the sort 
of user that is loading a 4GB system so heavily that the extra 0.5-1GB *does* 
make a difference, you're probably the sort of user that would like 6-8GB of 
RAM anyway and you've already long since moved on to 64-bit).

But at 4GB I really don't think there's much in it, so whilst there may not be 
a specific reason to use 32-bit, there's also no great compelling reason to use 
64-bit either, and a few *potential* reasons not to (lack of 64-bit support for 
XYZ, where XYZ varies from individual to individual) potential complications 
when running (some) 32-bit software etc etc.

+0.02
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Re: [DUG] to Vista 64bit or not?

2009-08-06 Thread Sean Cross
I dual boot into OSX for iphone development.  I much prefer windows 7.  And I 
hate objective c.

Regards
 
Sean Cross
CIO
Catalyst Risk Management


-Original Message-
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On 
Behalf Of Jeremy North
Sent: Friday, 7 August 2009 12:45 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] to Vista 64bit or not?

On Fri, Aug 7, 2009 at 10:36 AM, John Birdjohnkb...@paradise.net.nz wrote:
 Why do you prefer Vista (apart from the task bar?)

That is basically it. Although I will switch to Win7 for new hardware
purchases. The start menu in Win7 has a nice feature where individual
apps have their own recent document lists.

I haven't played around too much with the taskbar settings but I
believe you can basically get the old one back in Win7 anyway.

I purchased a macbook pro the other week. That has been an interesting
experience. Anyone that says they prefer the macOS after using windows
for a long time is fibbing :-). It feels horribly limiting and this
one menu bar for all applications is just dumb.

Got Lazarus up and running (doubt I'll really use it though) as well
as XCode for doing some iphone development (the reason i got it).
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe


Re: [DUG] Making apps look fancy

2009-08-12 Thread Sean Cross
I use mustang peak http://www.mustangpeak.net/ drop down forms for this.
 
I (conceptually) set a timer when the user starts typing.  Every xxx ms, I
run a query and populate a component on the drop down form.
 
Depending on where I using it, and how slow the search is, I run the search
is in the main thread or a background thread.
 
In my main app, I just run refresh a stored proc component when the user
stops typing for a brief time, and do it in the main thread.  That is plenty
quick enough.  In other apps though, I have run searches in a background
thread and only done the vcl update in the main thread.
 
Sean
 
From: delphi-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On
Behalf Of John Bird
Sent: 12 August 2009 5:39 p.m.
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Making apps look fancy
 
One thing I would like to be able to do more is the live search boxes, like
the Vista start menu/Firefox Address bar/latest Google search results/etc
which populate the lists as you type.
 
What is others opinion on the best way to do these in Delphi?  (especially
using standard VCL and non-data aware controls).
 
I see Delphi 2010 brings in such a feature to the IDE, it does a simple
non-indexed search behind the scenes apparently.
 
John
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

  1   2   >