RE: [DUG]: Active-x

2000-04-06 Thread Mark Derricutt
On Fri, 7 Apr 2000, Wilfred Verkley wrote: > Out of curiosity, has anyone ever deployed an Internet application with a > simple telnet client, or some kind of terminal like X-Windows? Depends on how simple you want :-) I once wrote a simple telnet daemon to control WinAMP. You telnetted to its

[DUG]: String Grid Row Colour Change

2000-04-06 Thread Tony Sinclair
Hi all, I was wondering how to go about colouring a single row of a string grid so that the font is a different colour. Using the OnDrawCell event works but causes a horrible flicker, is there another approach I can take? thanks in advance Tony Sinclair Holliday Group Limited Christchurch New

RE: [DUG]: Am I asking too much of SQL7?

2000-04-06 Thread Myles Penlington
Most of it is in Stored procedures, the data returned is sent down a socket to another process. Myles. > -Original Message- > From: Neven MacEwan [SMTP:[EMAIL PROTECTED]] > Sent: Friday, 7 April 2000 17:27 > To: Multiple recipients of list delphi > Subject: Re: [DUG]: Am I asking

Re: [DUG]: Am I asking too much of SQL7?

2000-04-06 Thread Neven MacEwan
Myles Silly question but why not server side it in TransactSQL Regards Neven N.K. MacEwan B.E. E&E [EMAIL PROTECTED] - Original Message - From: Myles Penlington <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Sent: Friday, 7 April 2000 16:22 Subject: RE:

RE: [DUG]: Am I asking too much of SQL7?

2000-04-06 Thread Myles Penlington
Yep, with the SQLOLEDB provider. > -Original Message- > From: Neven MacEwan [SMTP:[EMAIL PROTECTED]] > Sent: Friday, 7 April 2000 17:06 > To: Multiple recipients of list delphi > Subject: Re: [DUG]: Am I asking too much of SQL7? > > Myles > > Are you trying to do this in Delphi

RE: [DUG]: Active-x

2000-04-06 Thread Wilfred Verkley
>I'd be thinking about either another delivery mechanism >(custom APP that talks HTTP maybe, ala Virtual Spectator), >or something like Flash or Director, which is a little >more trust-worthy than ActiveX. Out of curiosity, has anyone ever deployed an Internet application with a simple telnet

Re: [DUG]: Am I asking too much of SQL7?

2000-04-06 Thread Neven MacEwan
Myles Are you trying to do this in Delphi with ADO? Regards Neven N.K. MacEwan B.E. E&E [EMAIL PROTECTED] - Original Message - From: Myles Penlington <[EMAIL PROTECTED]> To: Multiple recipients of list delphi <[EMAIL PROTECTED]> Sent: Friday, 7 April 2000 15:53 Subject: [DUG]: Am I a

[DUG]: Am I asking too much of SQL7?

2000-04-06 Thread Myles Penlington
Hi, I basically have a job queue as a table, and two or more processes read the same table, and then may attempt to update an entry - in essence I am attempting to get an interleaved queue mechanism working, but it appears SQL7 shared locking it stopping this. In essence the select of the queue e

RE: [DUG]: Active-x

2000-04-06 Thread ksainsbury
Nic Wise asks: >BTW, thought about how you get at your data via ActiveX? BDE is a little >large (8? 12meg?)... MIDAS over HTTP works rather better :-) Cheers, Kerry "Trapped inside Lotus Notes" S

RE: [DUG]: Active-x

2000-04-06 Thread Grant Black
> Nothing that uses a web browser. HTML is a VERY basic page description > language. ActiveX is a security hole wide enough to sail the > titanic thru. I mostly agree but for simple one page apps a HTMl/DHTML + scripting can be OK. > I'd be thinking about either another delivery mechanism > (

RE: [DUG]: Active-x

2000-04-06 Thread Nic Wise
> Nic, if delivering dynamic, interactive sites of a very high > standard. What > should be used? Nothing that uses a web browser. HTML is a VERY basic page description language. ActiveX is a security hole wide enough to sail the titanic thru. DHTML is not a standard (well, it is - IE5 implements

RE: [DUG]: Active-x

2000-04-06 Thread Grant Black
> -Original Message- > From: Matthew Comb [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 07, 2000 1:53 PM > To: Multiple recipients of list delphi > Subject: Re: [DUG]: Active-x > > > Nic, if delivering dynamic, interactive sites of a very high > standard. What > should be used? > >

Re: [DUG]: Active-x

2000-04-06 Thread Matthew Comb
Nic, if delivering dynamic, interactive sites of a very high standard. What should be used? ASP/HTML doesn't apply enough flexibility. Thoughts much appreciated. Matt. - Original Message - From: "Nic Wise" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>

Re: [DUG]: Lotus

2000-04-06 Thread patrick . dunford
Quoting John Christenhusz <[EMAIL PROTECTED]>: > Hi all, > > How can I import a Lotus spreadsheet file into a Paradox table? If you are doing this manually you could import it into Excel, save as dBase (DBF) and then use Database Desktop to save the DBF to a DB ---

RE: [DUG]: ADO & Cached Updates

2000-04-06 Thread Grant Black
> This is all irrelevant now, because I heard that BDE in the > next version of > Delphi will be driven by a drawing engine. It must be Friday. Er - what? I thought the BDE was going the way of the Dodo & only basic maintenance was going to be done? ---

RE: [DUG]: Active-x

2000-04-06 Thread Myles Penlington
Got to agree ... How I wish ... all browsers were equal - or at least the same bugs ... or at least the same DHTML implementations (and bugs). You thought testing for windows is bad, the real internet world IS worse, especially if you attempt to use the more modern HTML/DHTML/Java standards. When

RE: [DUG]: Active-x

2000-04-06 Thread Nic Wise
Only if you use Java 1.0 (old as the hills), or get the Java plug in (20meg or so). Not pretty. I'd avoid BOTH if at all possible. Good for Intranet, VERY bad for Internet. N > 1. Yes. > 2. No. But then who knows with MS. > 3. Current versions no, Next version I believe so. You can use plugi

RE: [DUG]: ADO & Cached Updates

2000-04-06 Thread Dennis Chuah
Unfortunately, like the rest of Delphi, cached updates is not very well documented. I got on to cached updates a few years ago when I had problems with Paradox table corruption. I was in contact with an engineer from Borland Oz, who asked if I used cached updates - and advised against it. It w

RE: [DUG]: Active-x

2000-04-06 Thread Myles Penlington
1. Yes. 2. No. But then who knows with MS. 3. Current versions no, Next version I believe so. You can use plugins instead. Recommend if you do anything like this to use Java applets/classes instead - then at least it is supposed to work in both browsers okay (but again may need minor differences i

[DUG]: Active-x

2000-04-06 Thread Matthew Comb
Questions on active-x controls. 1. I'm a little out of sorts with these technologies. Is this still going strong? 2. Likely to be replaced by anything 3. Can Netscape view active-x controls. Matt. --- New Zealand Delphi

RE: re [DUG]: RFID

2000-04-06 Thread Cooke, Andrew
Might be interesting to investigate the systems that Allflex http://www.allflex.co.nz/ and TruTest http://www.trutest.co.nz/ use for animal electronic identification. Texas Instruments also had some RF ID gear a while ago too. > -Original Message- > From: Leo Ramakers [SMTP:[EMAIL PROTECT

RE: [DUG]: GetEnvironmentVariable Problem

2000-04-06 Thread Myles Penlington
As an alternative ... I believe there is an API call that could be done to get the netware USERNAME etc (Just depends on how important these calls are from a security point of view). >From memory there was a component on the Delphi super page that encapsulated netware calls to get this kind of

[DUG]: GetEnvironmentVariable Problem

2000-04-06 Thread Glen Boyd
I have solved my problem by using the NWUSERNAME variable instead. I didn't even see it becuase it scrolled off the screen. However GetEnvironmentVariable doesn't seem to work on envvar names of 1 char. Is this a limit of the GetEnvironmentVariable function? -- Glen Boyd <[EMAIL

Re: re [DUG]: RFID

2000-04-06 Thread Leo Ramakers
{apologies, I just dropped in to this conversation} I was involved in the animal tracking industry 10 years ago (AWA data systems), and we were looking at interfacing to a system using embedded passive RF chips made by a firm in palmerston north. The original work had been done by the thin film la

[DUG]: GetEnvironmentVariable Problem

2000-04-06 Thread Glen Boyd
I am trying to get the Novell username from the environment variable U. However I am getting an access violation appearing with the following code: var sUserName: String; begin SetLength(sUserName, 9); GetEnvironmentVariable(PChar('u'), PChar(sUserN

RE: [DUG]: ADO & Cached Updates

2000-04-06 Thread Terry Johnson
Thanks Dennis. More stuff I didn't know about the BDE... is it written down anywhere? Terry >Terry, I hope you realise that cached updates requires BDE (because it stores the cached data in Paradox files). That being the case, why not just stick to BDE / ODBC to get to SQL server? IMHO, ADO i

[DUG]: Win2K + D5 problems - SOLVED

2000-04-06 Thread Nahum Wild
I rebuilt the projects and all works fine now. Thanks to those that helped. Nahum --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz

re [DUG]: RFID

2000-04-06 Thread Terry Johnson
I know the tag side fairly well, but I don't know any hand held readers (but they must exist). There are several technologies available, from the older 150kHz active and passive tags through to the microwave stuff that has been developed to be read on trains passing a reader at 300km/h! Technolo

RE: [DUG]: ADO & Cached Updates

2000-04-06 Thread Max Renshaw-Fox
There's a thing called DbOverNet - which is similar to Midas (ClientDataSets and all that). I think it has a CDS equivalent that you may be able to use. Max -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Terry Johnson Sent: Wednesday, 5 April 2000 20:52

RE: [DUG]: Lotus

2000-04-06 Thread Chris Reynolds
Programatically, I'd probably just drive Excel as an Automation server and then strip out the data. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John Christenhusz Sent: Thursday, April 06, 2000 8:22 PM To: Multiple recipients of list delphi Subject: [D

[DUG]: RFID

2000-04-06 Thread Terry Johnson
How much range do you need? Do you need to be able to deal with multiple tags in the field simultaneously? Terry >Hiya all Of topic I know but has anyone worked with and RFID (Radio Frequency ID) Systems I'm looking for a long range (active transonder) system that has an interface to a Handhel

RE: [DUG]: ADO & Cached Updates

2000-04-06 Thread Terry Johnson
Thanks Dennis. Is this stuff written down anywhere? I wasn't aware of the implementation... the documentation hardly goes into much detail on the 'how'. Cheers, Terry > Terry, I hope you realise that cached updates requires BDE (because it stores the cached data in Paradox files). That being

[DUG]: Lotus

2000-04-06 Thread John Christenhusz
Hi all, How can I import a Lotus spreadsheet file into a Paradox table? Thanks for any help. John Christenhusz C/- Post Office PUHOI - 1240 Phone: 09-422.0601 Mobile: 021-johnch (021-564624) E-mail: [EMAIL PROTECTED] winmail.dat