I assume you mean you are still using VFP but are starting to use PostgreSQL on 
Linux as a database instead of the VFP tables. That 
is exactly what I want to do - and then eventually start rewriting some of my 
utility programs into Python and then someday rewrite 
everything into Python. I think there are a lot of people on this list that are 
planning or thinking about doing that. Getting 
started is a real pain. If anyone runs across some sample programs that would 
help please post information on this list.


----- Original Message ----- 
From: "Gil Hale" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, June 08, 2008 10:52 AM
Subject: RE: [NF] Dabo 0.8.4 Released


Very cool.  Each month brings me closer to Going Dabo!  My various
implementations of my VFP apps that I have been cutting over to PostgreSQL
have been doing great (mostly utility apps, nothing End User related yet).
I am very pleased with the PostgreSQL performance and stability.  It has
been almost 5 months since I restarted the Suse Linux Server, and that was
only because of a hardware piece I wanted to add to the Server.  My Suse
Linux annual subscription expires in late August I think, by which time I
will have cut to Ubuntu Linux instead of Suse - just to save the annual
subscription fee.  This is a long process, cutting over to Linux &
PostgreSQL, but I think my timing is pretty good all-in-all.

Anyway, congrats to you and Paul on the new Dabo release.


Gil

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Ed Leafe
> Sent: Sunday, June 08, 2008 10:06 AM
> To: [EMAIL PROTECTED]
> Subject: [NF] Dabo 0.8.4 Released
>
>
> We are happy to announce the release of Dabo 0.8.4, the
> last release
> in the 0.8 line. Starting today, work will begin on the 0.9 code,
> which removes some deprecated functions, and changes the base
> requirements to run Dabo. A list of the changes in this release
> follows after my sig.
>
> You can download this release from the Download page
> (http://dabodev.com/download
> ), or directly via FTP:
>
> Mac/Linux: ftp://dabodev.com/dabo/dabo-0.8.4.tar.gz
> Windows: ftp://dabodev.com/dabo/dabo-0.8.4.zip
>
> With the 0.9 codebase, the minimum requirements will be:
>
> Python 2.4 (2.3 no longer supported)
> wxPython 2.8 (2.6 and earlier no longer supported)
> SQLite 3 and pysqlite2/sqlite3 (no change here)
>
>
> -- Ed Leafe
>
>
> Dabo 0.8.4 (2008-06-03) Revision 4111):
> ====================================================
> Dabo:
> + Bugfix: grid can now search by non-string/non-numeric fields. Thanks
> Dennis Meulensteen
>    for pointing out the problem
>
> + Deprecated bad spelling: unBindEvent()
>
> + Web Update now works for ide and demo, as well as the base framework.
>
> + Fixed WordWrap in dGrid.
>
> + Fixed Windows dTextBox problem, which would change ReadOnly back to
> False when changing
>    the Alignment.
>
> + Added StrictNumericEntry property to dTextBox and dSpinner.
>
> + Linked the Find/Replace dialog to dGrid's findReplace() method,
> enabling finding in a dGrid.
>    (ticket #1126)
>
> + Replace All bugfixes.
>
> + Forms were always restoring their default size, even when explicit
> sizes were given. Fixed.
>
> + Fixes from Kevin Edwards to make sizing sub-panels perform better,
> and to propertly set the
>    background color of the dGrid bool renderer checkbox.
>
> + Fixed the getLastInsertID() for dbPostgreSQL, to work with non-
> serial PK's as well. Thanks
>    to John Fabiani, Adrian Klaver, and Lorenzo Alberton.
>
> + Added dabo.settings.dateFormat, dateTimeFormat, and timeFormat. If
> None (the default) the
>    formatting of these date types will be dependent on the user's
> settings in the operating
>    system. This lets the appdev specify the format desired for display
> and editing in text
>    controls and the grid. Prior to this, the only format was YYYY-MM-
> DD, which was satisfying
>    to nobody.
>
> + Added dabo.ui.getObjectAtPosition(x,y), which returns an object
> reference based on the
>    screen coordinates passed.
>
> + Removed unneeded, hackish code from datanav2, thanks to Pedro Vale
> de Gato.
>
> + John Fabiani fixed some issues with port in dbMSSQL.py.
>
> + Added dataToXML() to dBizobj.
>
> + Nate Lowrie added some niceties to dEditor, including better code
> folding.
>
> + Added code to allow biz.DefaultValues being set to None. If the
> field values are
>    still null when saving, the insert statement won't include them,
> allowing
>    database defaults to be used.
>
> + dCursorMixin no longer raises NoRecordsException from sort().. it
> merely returns.
>
>
>
>
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to