[DUG]: Detecting files in IDE

2000-04-10 Thread Jeremy Coulter
HI all I am trying to figure out how to detect the current file being edited in the IDE. i.e. If I am editing Unit1.pas, I want to know progmatically how to know what it is AND if pos the path to it. Anyone know how I could do this ? Jeremy Coulter (manager)Visual Software

[DUG]: Lotus File Structure

2000-04-10 Thread John Christenhusz
Hi all, How can I read a Lotus123 file. That is to say, what is the file structure ? - What conversions do I need to do and what is the header record etc. ? - What file type do I have to declare (file of char?) and what are the field and record delimiters? Has anybody any code for me please?

Re: [DUG]: Lotus File Structure

2000-04-10 Thread Paul Lowman
John Try http://www.wotsit.org/ Paul Lowman --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz

[DUG]: printing data.

2000-04-10 Thread Matthew Comb
I have a report that prints out directly from a memo component. The information is actually split into fields and i want to align them without using qreports or reportsmith or anything. Is there a way to do this or a control that will enable be to bump out some data in this way. Any help would

Re: [DUG]: printing data.

2000-04-10 Thread Matt Powell
NB There has been no testing other than a run (which produced a nice list of fonts)... It has no resource protection so if your default printer is incorrect or a problem occurs during print, things get ugly... A while ago I was asked to write a program to print pages of musical staves

[DUG]: Component Icons (again)

2000-04-10 Thread Mark Howard
Hello The problem is with a new installation of D3 on a new computer. A goog number of the component icons are either black or incorrectly displayed. I had this problem a couple of weeks ago on another machine and fixed it by downloading a newer video driver. Trouble is that this machine (Dell

Re: [DUG]: printing data.

2000-04-10 Thread Matt Powell
Actually as demonstrated inhouse it is possible to have a printer installed incorrectly and have some functions cause AVs but not others... EG a lookup into the Printer.Fonts list caused an AV even though Word could print fine... For a professional app all resource accesses that can throw

[DUG]: Migration from BDE to ADO

2000-04-10 Thread Antony Gardiner
Hi, We are looking at the possibility of using ADO to connect to a Oracle database. What interests us in the possibility of running queries and stored procedures synchronously and be able to cancel then when required. Does anyone have any experiences that they could share or alternatives

[DUG]: Inter-process Communication - List Server Archive

2000-04-10 Thread Colin Fraser
Hi, I recall a conversation on this list a while ago about Inter process communication... Just wondering if someone can point me in the direction to an archive of old messages so I can go and have a peek... Regards Colin

Re: [DUG]: Inter-process Communication - List Server Archive

2000-04-10 Thread Mark Derricutt
On Tue, 11 Apr 2000, Colin Fraser wrote: I recall a conversation on this list a while ago about Inter process communication... Just wondering if someone can point me in the direction to an archive of old messages so I can go and have a peek...