Re: [DUG]: Interbase Error : What am I missing here??? (Interbase Newbie)

2000-02-02 Thread Tony Blomfield
You are wrong here Nic. I regularly make changes to both Live and Dev Databases with no loss of data and No Corruption. It is possible (but not common) to screw a database with accidental stupidity, (I know) but with a little care, you can change Meta data quite safely. You do it like this. Dro

Fw: [DUG]: Interbase Error : What am I missing here??? (Interbase Newbie)

2000-02-01 Thread Tony Blomfield
file://Some Stuff because the Mailer doesn't like a first word of Set -Original Message- From: Tony Blomfield <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, 2 February 2000 4:43 PM Subject: Re: [DUG]: Interbase Error : What am I missing h

Re: [DUG]: Interbase Error : What am I missing here??? (Interbase Newbie)

2000-02-01 Thread Tony Blomfield
I only check my mail every few hours so please excuse Delayed Response. If you suspect your DB is suffering some problems possibly due to your experiments, then Simply Back it up, then Restore it and that will fix everything. Incidently, when restoring, the usual best page size is 8192. SQL7 S

Re: [DUG]: Error-level - A Newbie Question

2000-02-01 Thread Tony Blomfield
Willie, I think I modified this wrapper in the last year to give back an error code. I'l send you the code privately. -Original Message- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 2 February 2000 3:20 PM Subject:

Re: [DUG]: Input devices

2000-02-01 Thread Tony Blomfield
best product range and quality IMO of course, is Symbol from Computer Enhancements - Grant Dockery. Now owned by Advantage. Cheers... -Original Message- From: Kerry Sainsbury <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 2 February 2000 3

Re: [DUG]: Interbase Error : What am I missing here??? (Interbase Newbie)

2000-02-01 Thread Tony Blomfield
For a start, it appears like you need to know about Generators?. The essential elements are: Create Generator GenSomeGenerator Set SomeGenerator to 999 Update SomeTable set SOmeIntegerOutoIncColumn to gen_ID(genSomeGenerator, 1) Insert into SomeTable (Columns Roster) Values(Gen_ID(GenSomeGene

Re: [DUG]: Quick Report Preview

2000-02-01 Thread Tony Blomfield
Just to clarify. QRV3 swarms with AV's in the QR Preview. - I gave up trying to fix them. QR2 is OK, but is very leaky. So if you are using QR2 for your current Code, then it should Preview without AV's. Good Luck, Tony. -Original Message- From: Mark Howard <[EMAIL PROTECTED]> To

Re: [DUG]: Data aware controls [was: ADO access]

2000-02-01 Thread Tony Blomfield
Yes, but I dont think this has happened yet. this was mentioned on the Midas Chat the other day. Actually I had forgotten about the mention it got at the conferance! Cheers, Tony. -Original Message- From: Stephen Barker <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL

Re: [DUG]: Data aware controls [was: ADO access]

2000-01-31 Thread Tony Blomfield
>>Surely you must be joking! CachedUpdates? That creates paradox files all >>over the show! Its a nightmare - the ultimate in fat client technology! >>Just imagine, *WHEN* your program crashes, it leaves these MB files in the >>client's hard disk - it soon fills up. > >Shurely?! :) I don't

Re: [DUG]: Quick Report Preview

2000-01-29 Thread Tony Blomfield
d everyone associated with its release including B should be utterly ashamed. Good luck, Tony. -Original Message- From: Mark Howard <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Saturday, 29 January 2000 16:30 Subject: Re: [DUG]: Quick Repo

Re: Re:[DUG]: MIDAS - Here we go again....

2000-01-28 Thread Tony Blomfield
-Original Message- From: Nic Wise <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Saturday, 29 January 2000 00:28 Subject: Re:[DUG]: MIDAS - Here we go again >* Using MIDAS >* 3 Tier Model (Presentation, Application, Back End) >* One "Master" Da

Re: [DUG]: Quick Report Preview

2000-01-28 Thread Tony Blomfield
Mark, I presume this is QR3 or later? If so then go back to QR2. Tony. -Original Message- From: Patrick Dunford <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Friday, 28 January 2000 21:41 Subject: RE: [DUG]: Quick Report Preview > -Original M

Re: [DUG]: Thin Client

2000-01-27 Thread Tony Blomfield
Maybe we should call your definition Ultra thin Denis? Really I want to bail from this thread, but its Friday so... About DA Controls, yes I agree there are occasions where they are inappropriate, but remember your original statement was "Who needs em?" In Midas stuff we are using, the client q

Re: [DUG]: ADO access

2000-01-26 Thread Tony Blomfield
wan B.E. E&E - Original Message - From: Tony Blomfield <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Sent: Thursday, 27 January 2000 12:11 Subject: Re: [DUG]: ADO access > Interesting Comments Denis. > > Actually, where I am rig

Re: [DUG]: ADO access

2000-01-26 Thread Tony Blomfield
Interesting Comments Denis. Actually, where I am right now, we have someone specializing in using ADO, and this person has been spending more than 12 hours so far trying to install ADO (without installing Delphi!) onto a Clients machine. Right now he is looking pretty pissed with ADO! Personally

Re: [DUG]: ADO access

2000-01-25 Thread Tony Blomfield
You need iether ADO OR BDE/SQL Links. Take your pick - they are both available in D5 Enterprise for royalty free use. You dont need both. No doubt your Email will start yet another war aimed at both techniques on the list. Fact is both work well. Just start using them. Both are fat solutions. Wi

Re: [DUG]: Computer Names On Network....

2000-01-19 Thread Tony Blomfield
Here is a quick hack. function SelectDirectoryEx(HWND: HWND; Title: string; Flags: DWORD): string; var IDL: PItemIDList; bi: TBrowseInfo; DN: array[0..MAX_PATH] of Char; M: IMalloc; begin Result := ''; Fillchar(bi, SizeOf(bi), #0); with bi do begin hwndOwner := HWND; pszDisp

Re: [DUG]: That famed Interbase Admin GUI...... (Att: Nic)

2000-01-18 Thread Tony Blomfield
Ah Denis - Predictable responses from A Web Man V a Midas Man. Midas is pretty cool - dont knock it until you try it! But then have you tried IB lately? Cheers, Tony. -Original Message- From: Dennis Chuah <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Dat

Re: [DUG]: That famed Interbase Admin GUI...... (Att: Nic)

2000-01-18 Thread Tony Blomfield
IMO there is no question that IB Server Manager is inadequate. It does the bare minimum of admin, and is not at all usefull as a developers right hand tool for developing and tuning SQL. nor is it in any way usefull for designing and maintaining a database model. However, there are numerous excel

Re: Re:[DUG]: Interbase Issues & Questions.....

2000-01-18 Thread Tony Blomfield
And if you want an even more extreme point of view on the topic than Nic's yes its possible) then talk to me. I did a thorough review of SQL Server just 3 months ago including lengthy discussion with MS Guru's on the subject. In Summary dont waste time - go straight away to Interbase - a porpper

Re: [DUG]: Personal peeve

2000-01-18 Thread Tony Blomfield
I would appreciate if all messages sent to me were in plain text only, without attachments unless requested, and definatly did not have digital signature. During the working day I have a VERY slow phone connection and all this bloat is very difficult for me, wastes time, and sometimes locks up my

[DUG]: D5 - Midas 3 and IBX.

1999-12-22 Thread Tony Blomfield
To anybody contemplating using this combination in an Appserver, Make sure you down load the latest version of IBX from the Interbase site. The D5 out of the box IBX components do NOT work with MIDAS. On quick appraisal, the latest IBX components appear fine. Cheers, Tony. -

[DUG]: Interbase with Midas and IBX

1999-12-21 Thread Tony Blomfield
. Tony Blomfield --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz

Re: [DUG]: Fw: The next step

1999-12-21 Thread Tony Blomfield
Neven, this is NOT A JOKE. Solids are hitting the ventilations system hard and fast, with huge amounts of traffic on this subject on the Interbase list. Reading between the lines, I suppose the M$ "Get your free database here" policy is at least part of the cause. Cheers, Tony. -Original Mes

[DUG]: Fw: The next step

1999-12-21 Thread Tony Blomfield
-Original Message- From: Paul Reeves <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, 22 December 1999 01:15 Subject: The next step > >A brief recap: > >Last Friday several top managers of resigned from InterBase because they finally >accepted that they did

Re: [DUG]: Date/Time calculations

1999-12-19 Thread Tony Blomfield
yea, and if you take a look at Sysutils and Examples/Calculator.pas you will find everything you could possibly need to assist this. -Original Message- From: Neven MacEwan <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Monday, 20 December 1999 9:55 AM

Re: [DUG]: Databases....

1999-12-18 Thread Tony Blomfield
Correct on the 10 user count -Original Message- From: Peter J <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Sunday, 19 December 1999 08:50 Subject: Re: [DUG]: Databases I would need to check this but I think you will find that WKS has a 10 user

Re: [DUG]: Databases....

1999-12-18 Thread Tony Blomfield
g the license fee. It's not as easy as the demos and documentation (HA! What documentation) make out. - Original Message - From: Tony Blomfield <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 1999 8:48 AM Subje

Re: [DUG]: I've had it up to here with TEdit descendants

1999-12-17 Thread Tony Blomfield
Have you checked out Orpheus from Turbopower? Or did that piss you off also? I haven't used it since Delphi1, but it was pretty damned impressive then. If you haven't tried it, then suggest you download the demo from www.turbopower.com. I'm Interested to here what you settle on eventually. Cheers

Re: [DUG]: Date/Time calculations

1999-12-17 Thread Tony Blomfield
I would suggest that the people interested in this Age thing spend 1 hour reading SysUtils.Pas, then if there are any questions left, read the old example 16 bit Calendar component code still resident in Delphi. If there are still questions, then try a VB solution. -Original Message- Fro

Re: [DUG]: Imput formatter

1999-12-15 Thread Tony Blomfield
Where you been hiding the last week? - Life was nice and quiet! The best set of Edit Controls I have seen is Orpheus by Turbopower. Wade has some components he made that provide an adequate solution also. I use Wades - Thinner than Orpheus. Cheers... -Original Message- From: Neven MacEwa

Re: [DUG]: Databases....

1999-12-14 Thread Tony Blomfield
-Original Message- From: Donovan J. Edye <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 15 December 1999 8:42 AM Subject: RE: [DUG]: Databases P, Thanks for that.. #1 - I have the 2 years MS-SQL wise. #2 - Seems to be the go

Re: [DUG]: Databases....

1999-12-14 Thread Tony Blomfield
I missed the original thread for this, but using Midas assists designing an application architecture offering multi DB platform support. Its still hard work, but is possible without a total re write. Midas is a star in the Client Server development arena. Tony. -Original Message- From: P

[DUG]: TEST Pllease ignore.

1999-12-13 Thread Tony Blomfield
TEST --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz

Re: [DUG]: Adding of database fields

1999-12-07 Thread Tony Blomfield
In your TDatabase Parameters set Enable BCD = True If you are using a BDE Alias (yuk) then use the BDE administrator to do this in your alias. -Original Message- From: Paul Heinz <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 8 December 19

Re: [DUG]: InstallShield

1999-12-06 Thread Tony Blomfield
I use Wise Install Builder 7.x, and am reasonably happy with it. Tony. -Original Message- From: Max Nilson <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Tuesday, 7 December 1999 17:44 Subject: RE: [DUG]: InstallShield Patrick Dunford asked of me:

Re: [DUG]: TStrings.Objects

1999-12-01 Thread Tony Blomfield
-Original Message- From: Dennis Chuah <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Thursday, 2 December 1999 9:10 AM Subject: RE: [DUG]: TStrings.Objects > > How do I use an Object property (declared as TObject) to do > this? Do I > > create my o

[DUG]: IB Express Components

1999-12-01 Thread Tony Blomfield
Does anybody know of any documentation/examples or have any working knowledge of these components? There seems to be an absence of any usefull information except for the Mast App example in D5 which is somewhat trivial. Thanks, Tony.

Re: [DUG]: DCOM problems with Delphi Forms.

1999-11-30 Thread Tony Blomfield
You can solve it by setting the Identity of the server to Interactive User. You can set this by using DCOMCNFG.EXE. Once you want to release, the best setting is "This User", but that means no visual interaction with the app server. -Original Message- From: Julien Thomas <[EMAIL PROTECTE

Re: [DUG]: TDBLookupCombobox

1999-11-29 Thread Tony Blomfield
I'd like to take a look at that thanks Neven, T -Original Message- From: Neven MacEwan <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Tuesday, 30 November 1999 11:57 AM Subject: Re: [DUG]: TDBLookupCombobox Eion I use the Softtouch combo for this r

Re: [DUG]: TDBLookupCombobox

1999-11-29 Thread Tony Blomfield
You aren't going to like this! Is your database Client Server??? or local. If Cs, then you SHOULD_NOT_USE this control. It is very inneficient. In general (even for local database) you are better to manuallt populate a standard TCombo - you can use the TStrings.Objects to store the ID, and the ite

Re: [DUG]: Printerindex Property

1999-11-23 Thread Tony Blomfield
These two lines may be usefull to you - using a combo for the printer selection... {Populate Combo} FComboPrinter.Items.Assign(Printer.Printers); {getting it back} Index := FComboPrinter.Items.IndexOf(Printer.Printers[Printer.PrinterIndex]) -Original Message- From: Alistair George <[

Re: [DUG]: how do you remove a paradox record lock

1999-11-23 Thread Tony Blomfield
You need to delete the .lck file, and probably the .net file, but this can be hard because often Delphi retains a phantom connection - so you are probably faced with carrying on as you are, and avoid Program Reset if you can. -Original Message- From: Leo Ramakers <[EMAIL PROTECTED]> To: M

[DUG]: Fw: IB Express

1999-11-22 Thread Tony Blomfield
-Original Message- From: Tony Blomfield <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Tuesday, 23 November 1999 11:22 AM Subject: IB Express >Hi. > >Has anybody noticed that with a DBGrid when you change from a BDE Dataset to >an IBDatas

Re: [DUG]: C:\CoolProgs\Pretty Park.exe

1999-11-21 Thread Tony Blomfield
These things happen from time to time on all lists. The IB list is pretty good at this + the odd bit of Sex trade as well. Ya cant go along for ever expecting everybody else to protect you. Learn to live with it. Nics got better things to do. -Original Message- From: Nic Wise <[EMAIL PR

Re: [DUG]: IDE

1999-11-17 Thread Tony Blomfield
-Original Message- From: Neven MacEwan <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Thursday, 18 November 1999 2:40 PM Subject: [DUG]: IDE Hiya All When Opening a Project is there any way to Autoload datamodules I dont think so...but you should

Re: [DUG]: NT Workstation and Delphi 4

1999-11-11 Thread Tony Blomfield
Log on as Administrator, Use Reg edit to export the Borland Hive from the Software registry. Do this for both Local_Users and CUrrent_USers, and in both cases save the registry export soemwhere that you have acces from your other local account logon   Log off from admin, and log back on as Lo

Re: [DUG]: Distributing Delphi Applications

1999-11-10 Thread Tony Blomfield
He sure is worked up! For a start, he says he dont have the stuff for data pump, then says he deploys CS applications using SQL Links. If he does in fact use SQL links, then he must have the enterprise version and that means the datapump stuff...but thats an aside anyway. I use Wise 7 with no pr

Re: Re: [DUG]: ADO Query Question

1999-11-10 Thread Tony Blomfield
-Original Message- From: Rohit Gupta <[EMAIL PROTECTED]> >What springs to mind is "Much ado about nothing" :-) > > Thanks. Thats a usefull response. --- New Zealand Delphi Users group - Delphi List - [EMAIL P

Re: [DUG]: ADO Query Question

1999-11-10 Thread Tony Blomfield
atch updates Max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tony Blomfield Sent: Wednesday, 10 November 1999 14:47 To: Multiple recipients of list delphi Subject: [DUG]: ADO Query Question HI. Heres the problem. Imagine a query like thi

[DUG]: ADO Query Question

1999-11-09 Thread Tony Blomfield
HI. Heres the problem. Imagine a query like this Select 'T', Description from Sometable The reason for the pseudo first column in this case is simply so we can set a checkbox in a DB grid. The user can walk up and down the grid checking or unchecking items, then when he clicks OK, processing t

Re: [DUG]: Freeing forms..... Confusion....

1999-11-09 Thread Tony Blomfield
-Original Message- From: Donovan J. Edye <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 10 November 1999 10:49 AM Subject: [DUG]: Freeing forms. Confusion Try something like this implementation uses Unit2; procedure Blah... var

Re: [DUG]: TADOQuery

1999-11-08 Thread Tony Blomfield
I have found the same thing in a Union Query where the same parameter name is used each side of the Union TADOQuery creates 2 parameters with the same name. Further, I find that if I populate the query statically at design time, the Q performs as expected BUT If I populate the SQL text at run tim

Re: [DUG]: TADOQuery

1999-11-08 Thread Tony Blomfield
I have my own set of problems... I have a union query which definitely does not produce duplicates. when connected at Design time, it gives a good result in a dbgrid. However at run time every row is duplicated, in a way that sugests the union query is actually producing duplicate rows, but only

Re: [DUG]: Generators - Sequences, and Identities

1999-11-03 Thread Tony Blomfield
OLLBACK --Random pause END COMMIT RETURN(@SurrogateKey) This is off the top of my head but hope it helps Regards Neven N.K. MacEwan B.E. E&E - Original Message - From: Tony Blomfield To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Sent: Thursday, 4 November 1999

Re: [DUG]: quick report incompatibility with ie5

1999-11-03 Thread Tony Blomfield
I also experienced this problem and was unwilling to waste time resolving it. It was better to abandon QR in favor of another report builder.Which version of QR and Delphi are you using? I was using Delphi4 with QR2. -Original Message- From: Ebling <[EMAIL PROTECTED]> To: Multiple recipie

Re: [DUG]: Generators - Sequences, and Identities

1999-11-03 Thread Tony Blomfield
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tony Blomfield Sent: Wednesday, November 03, 1999 3:47 PM To: Multiple recipients of list delphi Subject: [DUG]: Generators - Sequences, and Identities Unless I have missunderstood, SQL7 has no equivolent of Interbases generators

Re: [DUG]: ADO V BDE and Identity Columns

1999-11-03 Thread Tony Blomfield
OK. All accepted, and I dont want to embark on a religious conversion... I accept there are 2 schools on this subject...and I belong to the surrogate school. To me it goes like this... You have only 1 column involved in the PK Its allways as fast or faster - never slower Its a hell of a lot eas

Re: [DUG]: Generators - Sequences, and Identities

1999-11-02 Thread Tony Blomfield
: Generators - Sequences, and Identities >We use a separate table to maintain the nextID for all the tables. > >> -Original Message- >> From: Tony Blomfield [SMTP:[EMAIL PROTECTED]] >> Sent: Wednesday, November 03, 1999 3:47 PM >> To: Multiple recipients of

[DUG]: Generators - Sequences, and Identities

1999-11-02 Thread Tony Blomfield
Unless I have missunderstood, SQL7 has no equivolent of Interbases generators, or Oracles Sequences? Instead it has the identity data type which is akin to Access or paradox Autoincrement columns. The only time you seem to be able to see what your identity value was/is is immediatly following a i

Re: [DUG]: Editor Macros

1999-11-02 Thread Tony Blomfield
Are you feeling allright? Only an Informix neandothil could say that with sincerity!-Original Message- From: Greg Amer <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 3 November 1999 2:40 PM Subject: Re: [DUG]: Editor Macros Ever heard of v

Re: [DUG]: ADO V BDE

1999-11-02 Thread Tony Blomfield
Thanks for the Feedback. On the surface it doesn't seem like a hell of a lot of strong reasons to change technology from the dog ya know to the one ya dont.. I'd really like to hear some compelling reasons to do it. On the surface so far, It looks like ADO just does what the BDE does - no more

Re: [DUG]: Editor Macros

1999-11-02 Thread Tony Blomfield
QEdit is/was terrific! -Original Message- From: Nahum Wild <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 3 November 1999 2:20 PM Subject: RE: [DUG]: Editor Macros >I think that I found out about the record/playback in D3 because of some >

Re: [DUG]: Editor Macros

1999-11-02 Thread Tony Blomfield
ummm... about 3 years ago or perhaps more!! -Original Message- From: Mark Derricutt <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 3 November 1999 1:29 PM Subject: [DUG]: Editor Macros >Excuse me Mr Borland, but WHEN exactly did you add ed

[DUG]: ADO V BDE

1999-11-02 Thread Tony Blomfield
Hi. What are the complications of changing from using BDE to using ADO? 1. Are there Deployment issues? Can we expect to find ADO is just "There" or do we need to go off at a tangent regarding deployment issues, and become devoted upgrade trackers?. 2. Does it offer better performance and great

Re: [DUG]: Upgrade of BDE

1999-10-22 Thread Tony Blomfield
You are probably right. Iether way, it doesnt worry me. A few megs is niether here nor there . IMO the BDE install from Borland does not appear to be compressed (oddly enough) --- New Zealand Delphi Users group - Delphi

Re: [DUG]: Requirements for application upgrade D3 to D5

1999-10-22 Thread Tony Blomfield
The 5.01 Update is very handy. Basically it takes a look at what ever BDE is installed, and does the neccesary parts correctly. So it covers every possible situation. You dont have to worry what you are upgrading from. Take note that it only upgrades and does not add or remove any BDE components,

Re: [DUG]: Requirements for application upgrade D3 to D5

1999-10-21 Thread Tony Blomfield
-Original Message- From: Mark Howard <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Friday, 22 October 1999 11:49 AM Subject: Re: [DUG]: Requirements for application upgrade D3 to D5 from > Borland and apply that at every site. The 5.01 Update wor

Re: [DUG]: Requirements for application upgrade D3 to D5

1999-10-21 Thread Tony Blomfield
-Original Message- From: Mark Howard <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Thursday, 21 October 1999 21:35 Subject: [DUG]: Requirements for application upgrade D3 to D5 Hi guys OK - a more carefully considered question! This is the first

[DUG]: Brisbane Conferance Share Room

1999-10-17 Thread Tony Blomfield
Hi. Anybody looking to share room costs for nights of 13th 14th 15th October please call me Cellphone 025 881 657 TIA Tony. --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website

[DUG]: PE Compact - Off topic

1999-10-14 Thread Tony Blomfield
To those who use V 6.X version 7 is out and is MUCH faster - minutes instead of hours. Cheers, Tony. --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.

[DUG]: IE5 and QR

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

Re: [DUG]: Mapping and GPS

1999-10-05 Thread Tony Blomfield
produced a 32-bit OCX version for VB4/VB5. Can't remember the name of the company - I haven't worked with VB for a long time now. Dennis. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Tony Blomfield > Sent: Tuesday, 5 Octob

Re: [DUG]: Mapping and GPS

1999-10-05 Thread Tony Blomfield
Phew. Yes I had a suspician it would not be easy - or small. If I get into this, then for the moment my GPOS is not differential, but that doesn't matter for the development. There are some Diff sites up here I could access though. (America cup ra ra ra does have some benifits) I already have the

[DUG]: Mapping and GPS

1999-10-05 Thread Tony Blomfield
HI. I have an urge to write my own GPS plotter software. This is purely a hobby. I am interested in taking a paper map, and scanning it in, then writing some picture clean up and documenting stuff. I also need to figure out how to map the lat long coordinates on to the image, which map projection

Re: [DUG]: ANN: Delphi 5 shipping in NZ

1999-09-21 Thread Tony Blomfield
PROTECTED]> Date: Tuesday, 21 September 1999 10:57 PM Subject: Re: [DUG]: ANN: Delphi 5 shipping in NZ Tony Blomfield wrote: > > Vis Studio comes with Rational Rose. Have you _used_ Rational Rose?? I was exceptionally unimpressed. The method is OK, the tool is crap. Not that the ot

Re: [DUG]: ANN: Delphi 5 shipping in NZ

1999-09-21 Thread Tony Blomfield
gt; To: Multiple recipients of list DELphi > Subject: Re: [DUG]: ANN: Delphi 5 shipping in NZ > > > > > Tony Blomfield wrote: > > > > Vis Studio comes with Rational Rose. > > Have you _used_ Rational Rose?? I was exceptionally unimpressed. The > method is O

Re: [DUG]: Printing problems

1999-09-21 Thread Tony Blomfield
Sorry to But in Mark, I haven't been following this thread iether but perhaps the following procedure has something in it to help you. It selects the printer Index for a given printer name... Perhaps it is usefull to you, else sorry for wasting space. procedure SelectPrinter(PrinterName: string;

Re: [DUG]: ANN: Delphi 5 shipping in NZ

1999-09-21 Thread Tony Blomfield
, though they are supposedly keeping Visio as a subsidiary - like Lotus at IBM - h. Max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tony Blomfield Sent: Tuesday, 21 September 1999 08:19 To: Multiple recipients of list DELphi Subject: Re: [DUG]: ANN

Re: [DUG]: ANN: Delphi 5 shipping in NZ

1999-09-20 Thread Tony Blomfield
Ah Max, but in my position, would you feel so compelled to spend 3.5K only one year later to go from D4 to D5.? Really, I think its up to Borland to try and sell me on this one. I just dont see the pay back is there. Is Corba fully implemented in D4? Or do we have to buy extra stuff to do the m

Re: [DUG]: ShellExecute

1999-09-17 Thread Tony Blomfield
Use CreateProcess -Original Message- From: Rohit Gupta <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Friday, 17 September 1999 4:01 PM Subject: [DUG]: ShellExecute >ShellExecute returns an instancehandle. WHat use is this ? Is there >someway I can

Re: [DUG]: PRINTER - Setting Page Length

1999-09-16 Thread Tony Blomfield
I use Report Builder Pro to do Barcode labels on a variety of stock with success. Typical time to implement a new label design is ten minutes. Think I'm slow though. I really should implement the end user designer so the customer can do this. This is for a specialised barcode printer. Dunno if th

Re: [DUG]: ANN: Delphi 5 shipping in NZ

1999-09-15 Thread Tony Blomfield
a price! Guesse I'l sit this one out. -Original Message- From: Nic Wise <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Thursday, 16 September 1999 7:38 AM Subject: Re: [DUG]: ANN: Delphi 5 shipping in NZ Tony Blomfield wrote: &g

Re: [DUG]: ANN: Delphi 5 shipping in NZ

1999-09-15 Thread Tony Blomfield
What is current price from SC for upgrade D4CS to D5 Enterprise please. Perhaps a general review of all pricing on the list might be usefull with realistic delivery times for each. Is this possible? When will SP1 be out? -Original Message- From: Mark Derricutt <[EMAIL PROTECTED]> To: Mu

Re: [DUG]: Informix

1999-09-15 Thread Tony Blomfield
Has this anything at all to do with Delphi? -Original Message- From: Colin W Black <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Wednesday, 15 September 1999 9:02 PM Subject: [DUG]: Informix Hi Anyone had experience logging into an Access Db via In

Re: [DUG]: Save IB

1999-09-12 Thread Tony Blomfield
Save IB I am trying to organise a VAR program, along with some other programs but they may take a few months. If there is anyone else supporting Tony's view, then emailing Annie (GM of Inprise NZ) is a good idea - [EMAIL PROTECTED] - and tell her you think an Inprise InterBase VAR program would b

Re: [DUG]: Save IB

1999-09-10 Thread Tony Blomfield
Na... I doubt that little IB is a target for MS marketing strategy. Anyway, deep down in the heart of matters SQL Server is still just crappy old Sybase DB Lib with heeps of glossy bloat BS over the top. If you want a cool small SQL database, then IB is where its at. Free doesnt mean good. Undern

Re: CORBA (was Re: [DUG]: Thin Database Components.)

1999-09-06 Thread Tony Blomfield
Count me in. TonyB Definitely... Cost will however be an issue to those with the pursestrings... I'm very keen... The centralised processing and interface independance have too many customers interested to ignore this technology... -- Aaron Scott-Boddendijk Jump Productions (07) 838-3371 Voice

Re: CORBA (was Re: [DUG]: Thin Database Components.)

1999-09-06 Thread Tony Blomfield
I completely agree with this part. >If you want to make stuff really thin, then you must at some stage cache >data on the users (client) PC and only update it when there is a change in >the same data on the server - this can be very effective for all those >lookup tables that don't change very of

Re: [DUG]: Thin Database Components.

1999-09-06 Thread Tony Blomfield
x27;t see how you can avoid moving the data that you need the user to see anyway. Max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tony Blomfield Sent: Thursday, 2 September 1999 20:16 To: Multiple recipients of list delphi Subject: Re: [DUG]: Thin Data

Re: [DUG]: Thin Database Components.

1999-09-03 Thread Tony Blomfield
OK. Well Thanks for all the points of view. As I am just starting a new project from the design up, it is a greate time to review my "favoured archetecture" and decide on a new approach or not. Its a hard decision to make because, there are several favoured strategies out being used by very exper

Re: CORBA (was Re: [DUG]: Thin Database Components.)

1999-09-03 Thread Tony Blomfield
There seemws to be very little mileage in going this way. 1. Is this really "Thin" technology is per my earlier goal statement. 2. Financially the only winners in this race are Borland. From what I read there is absolutely NO financial incentive for me to go down this road. Loosly put, anybody i

Re: [DUG]: Thin Database Components.

1999-09-02 Thread Tony Blomfield
Thanks. I'l check it out. -Original Message-From: Xander van der Merwe <[EMAIL PROTECTED]>To: Multiple recipients of list delphi <[EMAIL PROTECTED]>Date: Thursday, 2 September 1999 9:28 PMSubject: Re: [DUG]: Thin Database Components. Here are three URLs that I picked up

Re: [DUG]: Thin Database Components.

1999-09-02 Thread Tony Blomfield
sbury <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Date: Thursday, 2 September 1999 9:40 PM Subject: Re: [DUG]: Thin Database Components. On 2/09/99 at 20:16 Tony Blomfield wrote: > By "Thin" I am referring >to designing applications

Re: [DUG]: Thin Database Components.

1999-09-02 Thread Tony Blomfield
Thanks for the replies. Bypassing the BDE is not an objective in itself. By "Thin" I am referring to designing applications in such a way as to minimise the network traffic, the objective being to make the app run as fast as poss over a narrow pipe. (56K Modem) Take a look at a telnet session in

[DUG]: Thin Database Components.

1999-09-01 Thread Tony Blomfield
1. For Interbase we have FIB and IBO   2. For Oracle we have ODA ?? Components.   Does anybody know of similar components for working with the Database API for SQL Server 7, and Informix?   TIA,   Tony.

Re: [DUG]: borland.com gets a face lift.

1999-07-20 Thread Tony Blomfield
Will the bugs be migrated successfully to D5??? After all, D4 was never finished was it. How about a report generator that works.??? Add on the cost of a report generator, and Install builder kit, and D5 upgrade is not looking all that affordable. ---

Re: [DUG]: Connection to Oracle 8 through BDE

1999-07-19 Thread Tony Blomfield
Hi Yanbo. Yep, the O8 client was fully installed with every option, and SQL*Plus appeared to work fine. The only thing I have to go on is the fact that the BDE VendorInit seems to ignore its own settings and go for the Borland default file. I expected the BDE alias to be very simple.. but not so

Re: [DUG]: Connection to Oracle 8 through BDE

1999-07-19 Thread Tony Blomfield
there are a zillion options ] *** REPLY SEPARATOR *** On 19/07/1999 at 16:43 Tony Goodrich wrote: >I have heard that you can connect directly to Oracle without using the >BDE using something with a name like Direct to Oracle Access (DOA). > >> -Original Message

Re: [DUG]: Connection to Oracle 8 through BDE

1999-07-19 Thread Tony Blomfield
>BDE using something with a name like Direct to Oracle Access (DOA). > >> -Original Message- >> From: Tony Blomfield [SMTP:[EMAIL PROTECTED]] >> Sent: Saturday, 17 July 1999 10:18 >> To: Multiple recipients of list delphi >> Subject: [DUG]: Connection to Or

  1   2   >