[DUG]: TDataSet descendant

2001-01-18 Thread Lisandro Rueckert

HI !

I need create a TDataset descendant to  work with a proprietary textfile
format. There are som article, book, or other online resource about this
subject ?

Thanks

---
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]: TDataSet descendant

2001-01-18 Thread Patrick Dunford

If you are using some versions of Delphi you have TClientDataSet, which
itself is a TDataSet descendant

For other versions you could presumably override the virtually declared
methods in TDataSet, but I don't have any references for this. Someone here
may have, but you could also try posting to the borland newsgroups.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Lisandro Rueckert
 Sent: Friday, 19 January 2001 01:43
 To: Multiple recipients of list delphi
 Subject: [DUG]: TDataSet descendant


 HI !

 I need create a TDataset descendant to  work with a proprietary textfile
 format. There are som article, book, or other online resource about this
 subject ?

 Thanks

 --
 -
 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"



[DUG]: Test - Please Ignore

2001-01-18 Thread paul . mckenzie

Test - Please Ignore


---
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]: TDataSet descendant

2001-01-18 Thread Corey Murtagh

Lisandro Rueckert wrote:
 
 HI !
 
 I need create a TDataset descendant to  work with a proprietary textfile
 format. There are som article, book, or other online resource about this
 subject ?

I would suggest using a kbmMemTable or something similar.  Load the text
file into it manually, use the data as you would with any TDataSet, then
save it back out when you're done.  For a non-standard format you can easily
write the load/save routines yourself.

-- 
Corey Murtagh
The Electric Monk
"Quidquid latine dictum sit, altum viditur!"
---
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]: D5 Help

2001-01-18 Thread Stephen Bertram

Thanks Moises

I think you're right on the button as I also have installed Multilizer.  I
have removed it from the help lists some time ago, but the problem remains.

Stephen


-Original Message-
From: Moises Lopez [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 18 January 2001 6:37 p.m.
To: Multiple recipients of list delphi
Subject: Re: [DUG]: D5 Help


well, i also have had the same problem for quite a
while, so whenever i need a VCL component's help
check on the Contents tab  -- Visual component
Reference --alfabetical component list

actually i thought it was another components' help the
one that crashed the D5 help, i had installed
multilizer and infopower, and also the D5 help update
and SP1, and since the multilizer help is available i
supposed that was the culprit

but i havent had time to check it out...
mainly because i dont want to mess up my help at home
hehe

later..

Moises Lopez
---
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"



[DUG]: DLL'S

2001-01-18 Thread David O'Brien

Does anyone have the absolute minumum code for producing a DLL that can
be called from an IIS web page? I have one that is working, but all it
does is a "CreateProcess" and it is 360K!!!
I have seen dll's around 8K. How do you produce these?

Cheers,
Dave.
---
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"