[Lazarus] Loading icon from Application.Icon

Guionardo Furlan guionardo at gmail.com
Sat Jan 31 22:34:40 CET 2009




--- El vie 30-ene-09, Bart <bartjunk64 at gmail.com> escribió:

> De:: Bart <bartjunk64 at gmail.com>
> Asunto: Re: [Lazarus] Interact with M$ Word
> A: "General mailing list" <lazarus at lazarus.freepascal.org>
> Fecha: viernes, 30 enero, 2009, 7:30 am
> @tiziano
> > If the dimensions of your table are fixed, there is
> another method that
> >  avoids you lot af headaches: build the document you
> need with word, put
> >  into the cells special tags, i.e: %r01c01,
> %r02c01,..., an so on.
> >
> >  Then save the document as rtf (rich text format) so
> your program can
> >  read in the file, substitute the tags with your
> values and save it again.
> >
> Unfortunately this requires that the enduser (te ones with
> the word
> document) somehow insert the modified RTF file in the
> document. That's
> gonna be a disaster...
> 
> @Hans-Peter
> > Better stay away from creating data structures for
> external applications
> > - this approach most probably will fail with the next
> Word version :-(
> That sucks (well, it is M$)
> 
> > Even if you intend to bind your customers to updates
> of your program,
> > you'll have to determine the installed Word
> version at runtime, and
> > provide the code for *every* supported version.
> That sucks even more.
> 
> Could I put a table as HTML on the clipboard? Word will
> interpret that
> as a table and happily paste it.
> 
> Bart

StringGrid1.CopyToClipboard;

Word->Paste and done.

Jesus Reyes A.

__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.yahoo.com.mx/ 




More information about the Lazarus mailing list