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

2000-05-02 Thread Antony Gardiner
By memo do you mean an Editor? If so UltraEdit has a very good configartion for keyword highlighting. You can high light what you want. It's shareware. I have t configured to highlight Java, PL/SQL, Pascal, C/C++, REXX (OS/2), HTML, JSP, VB,. Ant -Original Message- From: Nic Wise

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

2000-05-02 Thread Mark Derricutt
On Tue, 2 May 2000, Nic Wise wrote: ... 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'. Theres TSyntaxMemo at

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

2000-05-02 Thread Nic Wise
yeah, but I was more meaning a TMemo derivative (ie, one can put in an APP via Delphi :) ) Ta for the tip tho. 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

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

2000-05-02 Thread Mark Derricutt
On Tue, 2 May 2000, Sean Cross wrote: email me there (off work with the flu until Thursday thou) if you want You two? I took yesterday/today off, bah :( still feel like crap thou, should go in tomorrow... but grr :) ---

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

Re: [DUG]: Hint Window (for Jerememy)

2000-05-02 Thread Paul Lowman
I have seen 'cvs' mentioned a couple of times now - what is it ? Just grabbed my code from cvs, I do the following. The variable hwin is defined as a THintWindow and created in my constructor. Paul Lowman --- New

Re: [DUG]: Hint Window (for Jerememy)

2000-05-02 Thread Leigh Wanstead
I have seen 'cvs' mentioned a couple of times now - what is it ? It is a version control system. Like Microsoft Visual SourceSafe. Best Regards leigh From: "Paul Lowman" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Subject: Re: [DUG]:

Re: [DUG]: what is cvs

2000-05-02 Thread james
The Concurrent Versions System (CVS) provides network-transparent source control for groups of developers. Features: maintains a history of all changes made to each directory tree it manages provides hooks to support process control and change control provides reliable access to its

[DUG]: What do I do about this

2000-05-02 Thread Eamon Reyn
I got the following message, when I looked at the help for itthe recommendation was contact Inprise if you get this error. it appearsto be a linker error [Error] WARNING. Duplicate resource(s): [Error] Type 10 (RCDATA), ID TFRMTRANV: [Error] File C:\PayGlobal\Payroll\TranVFrm.DFM resource

Re: [DUG]: What do I do about this

2000-05-02 Thread Rohit Gupta
Its as it says... a duplicate resource. You have two resources with teh same name... probably the same form name To: Multiple recipients of list delphi [EMAIL PROTECTED] Send reply to: [EMAIL PROTECTED] From: "Eamon Reyn" [EMAIL PROTECTED]

[DUG]: Fonts...

2000-05-02 Thread Donovan J. Edye
G'Day All, I apologise, this is not directly a Delphi question, but I was hoping that someone has come across this in their travels. Can anyone point me to a FAQ or some other information that tells me what fonts are standard to each of the following OS platforms? ie Windows, Mac, Linux?

RE: [DUG]: What do I do about this

2000-05-02 Thread Carl Reynolds
You'll have done something like this: snip implementation {$R *.DFM}{$R *.DFM} // Oops! end. And the compile error: [Error] WARNING. Duplicate resource(s):[Error] Type 10 (RCDATA), ID TFORM1:[Error] File C:\Program Files\Borland\Delphi5\Bin\Unit1.DFM resource kept; file C:\Program

Re: [DUG]: What do I do about this

2000-05-02 Thread Eamon Reyn
Thanks muchly that would be it. Eamon. - Original Message - From: Carl Reynolds To: Multiple recipients of list delphi Sent: Wednesday, May 03, 2000 11:29 AM Subject: RE: [DUG]: What do I do about this You'll have done something like this: snip

[DUG]: ODBCExpress and Interbase

2000-05-02 Thread Scott Cree
I'm using Delphi 5 with version 5.06 of ODBCExpress, and am having a problem accessing date fields from an Interbase database. If I open a query with a date field in it I get the following error message: [INTERSOLV][ODBC InterBase driver]Unable to convert column 2. Cannot convert from SQL type

[DUG]: Interbase Queries

2000-05-02 Thread Tony Sinclair
Hi all, In various other databases, you can do a SELECT MyFieldName AS "New MyFieldName". Is there as equvalent for Interbase? many thanks Tony Sinclair Holliday Group Limited Christchurch New Zealand --- New Zealand

[DUG]: BorCon Tutorials Revisited

2000-05-02 Thread Nic Wise
[forwarded/paraphrased from Alice [EMAIL PROTECTED]] Just thought I would send you a quick update on our upcoming Borland Conferences in Wellington and Auckland this month! The conference includes two tutorials which may be of interest to you: "J Builder Java for Delphi Developers" and "Web

RE: [DUG]: Interbase Queries

2000-05-02 Thread Nic Wise
Yup, I think: select myfield as MyNewFieldName I'm just not sure you can quote it - or put spaces in it. 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

RE: [DUG]: Interbase Queries

2000-05-02 Thread Tony Sinclair
Yeah, that's what I've discovered so far is that you can't put spaces in it. I think I've been round this loop before, but my memory is going with age :-) -Original Message- From: Nic Wise [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 3 May 2000 15:42 To: Multiple recipients of list

RE: [DUG]: ODBCExpress and Interbase

2000-05-02 Thread Lukas Svoboda
Where column 2 is the date column. I've just tested the same query in Delphi 3 with Version 4.54 of ODBCExpress and it works perfectly. Does anyone here use ODBCExpress, and come across the same problem? Any ideas on how to fix it? Yeah, I've used ODBCExpress for a while. Use it mainly

RE: [DUG]: ODBCExpress and Interbase

2000-05-02 Thread Scott Cree
Well, I'm not even accessing the fields programatically. In design mode I have a TOEDataset with the sql property set to something like 'select mydatefield from mytable'. When I activate it, that's when the error message comes up. I fear that it's a bug in ODBCExpress and I can't do anything

RE: [DUG]: BorCon Tutorials Revisited

2000-05-02 Thread Nahum Wild
What about in Christchurch? -Original Message- From: Nic Wise [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 3 May 2000 15:41 To: Multiple recipients of list delphi Subject: [DUG]: BorCon Tutorials Revisited [forwarded/paraphrased from Alice [EMAIL PROTECTED]] Just thought I

RE: [DUG]: ODBCExpress and Interbase

2000-05-02 Thread Lukas Svoboda
Well, I'm not even accessing the fields programatically. In design mode I have a TOEDataset with the sql property set to something like 'select mydatefield from mytable'. When I activate it, that's when the error message comes up. I fear that it's a bug in ODBCExpress and I can't do

RE: [DUG]: BorCon Tutorials Revisited

2000-05-02 Thread Nic Wise
Whay about it? Seriously, sorry, no Christchurch this time - only Auckland and Wellington. 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

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

2000-05-02 Thread Peter Hyde
Check out Dream Memo at http://www.dreamcompany.com. We use it in TurboPress, has configurable/extensible syntax highlighting with JS/VBS/Delphi/SQL already covered (at least). Nic Wise asked: ... Colour Syntax Highlighting memo. Needs to be able to be customizable, as I need to