1. Using Win32 LIB
I am trying to produce a report using EU and Win32 LIB which should look
somewhat like an excel sheet. How can I achieve this with Win32 Lib, can
anyone help me ?
Regards,
Prasanta.
2. Re: Using Win32 LIB
Prasanta Chakraborty wrote:
> I am trying to produce a report using EU and
> Win32 LIB which should look somewhat like
> an excel sheet. How can I achieve this with
> Win32 Lib, can anyone help me ?
There are no native spreadsheet controls, but you could emulate one. It
would require more than just a little bit of work, though.
-- David Cuny
3. Re: Using Win32 LIB
- Posted by Mike <vulcan at WIN.CO.NZ>
Apr 18, 2000
-
Last edited Apr 19, 2000
Just before I left my previous job I started to write a .. Oh well, never mind.
I am
sending you direct a couple of (zipped) files to demonstrate one idea for
emulating a
spreadsheet output. Any questions, just ask. I made a small adjustment to
win32lib to
handle left, right & centred text in a field, so the modified file has been
included too.
Yours Truly
Mike
vulcan at win.co.nz
-----Original Message-----
From: Prasanta Chakraborty <prasanta at WRITEME.COM>
To: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU>
Date: Friday, 14 April 2000 19:54
Subject: Using Win32 LIB
>I am trying to produce a report using EU and Win32 LIB which should look
>somewhat like an excel sheet. How can I achieve this with Win32 Lib, can
>anyone help me ?
>
>Regards,
>Prasanta.
>
4. Re: Using Win32 LIB
- Posted by Prasanta Chakraborty <prasanta at WRITEME.COM>
Apr 19, 2000
-
Last edited Apr 20, 2000
Mike,
Thanks for your code. I have had a look at it (not at the code yet!). I
think that's good enough for my current work. Right now I have started with
the code David Cuny has provided. I might mix these two and come up with
something from both. If you have any ideas, please let me know.
Regards,
Prasanta.