[Lazarus] does dbGrid's AutoSizeColumns method need to also be called in form's OnResize event?

2016-05-09 Thread Bob B.
Or is it sufficient to just include this in form's OnCreate or OnShow event? with myDBGrid beginif not (dgautosizecolumns in options) then         options := options + [dgautosizecolumns];        AutoSizeColumns; end; Thanks. Bob B.-- ___ La

[Lazarus] Tdbf using Foxpro *.cdx index files

2016-04-04 Thread Bob B.
Tdbf can now utilize Foxpro memo fields (*.fpt) but not index files (*.cdx).   Libre Office Base version 5 seems to be able to use these index files.  Since it is open source, perhaps the current Tdbf maintainer can use that to add important *.cdx compatibility to Tdbf? Bob B

Re: [Lazarus] Lazarus database desktop improvements...

2016-01-04 Thread Bob B.
Which DBF versions are supported by the desktop?    dBase 3?     dBase 4?     clipper?     foxPro?     visual foxPro? thanks. Bob B. On Saturday, January 2, 2016 5:08 AM, Michael Van Canneyt wrote: Hello, Following some recent criticism on the Lazarus database desktop: I have, in

[Lazarus] Tdbf

2015-11-09 Thread Bob B.
Can Tdbf use and maintain Foxpro indexes (*.cdx) yet?  If not, can you still index a Foxpro file somehow? Thanks. Bob B. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] how to get Type of Sender or Components[i] in order to Cast?

2015-07-26 Thread Bob B.
Thanks. Bob B. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] LazReport - Feature questions

2015-07-18 Thread Bob B.
> The primary save format will be JSON, which can be converted to anything > > you want. How?  Is there some utility that does that?  Or do I misunderstand what you meant? Also, will users still be able to design their own reports like they can with LazReport? Thanks. Bob B.

[Lazarus] Version 1.4

2015-04-14 Thread Bob B.
se the WholeWord and CaseSensitive options.  Below I've shown an example of using FindDialog's OnFind event to do this with the lzRichEdit component. I'd also like to see the FindText method added to TMemo to avoid overhead when the RTF format isn't needed. Bob B. procedure TF

[Lazarus] How to download + install latest svn for TRichMemo?

2015-03-20 Thread Bob B.
hanks. Bob B. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Appeal for a documentatio effort

2014-11-28 Thread Bob B.
A good place to start would be FindDialog (currently there is no help file entry), including an OnFind example that actually vcmpiles and works in Lazarus.. Bob B. On Friday, November 28, 2014 11:36 AM, Antônio wrote: Please document the software you write. You are the best

[Lazarus] No halp entry for FindDialog ...

2014-11-07 Thread Bob B.
nk you very much for your time. Bob B. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus