> 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.
Yep, that is the progression of steps, VFP apps w/PostgreSQL on Windows, VFP apps w/PostgreSQL on Linux, next migrate to Python and Dabo. Once I become proficient with the utility apps I will start to migrate my End User commercial apps to Python/Dabo, using PostgreSQL on a Linux Server. I am also working with VirtualBox running Windows XP SP2 under Ubuntu Linux for my Must Use Windows apps. > 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. > I am still using stone hammers to migrate things to PostgreSQL. Once I get more comfortable with using it I may start to build a few power tools to create PostgreSQL tables from .dbf structures. I figure I can learn a lot by building those tools myself as opposed to looking for something someone has already built. I am not in a time crunch to get this all done, so I can afford to chip away while providing support for my current users. For the most part my clients do not have any idea of the direction I am taking (other than Dave Smith, who participates in ProFox). Thus far it is affecting nobody who has been using my apps in a direct sense, and the benefit will likely be felt by newer clients initially, as many of my client are already invested in Windows Server technology. And, for that matter, this change will not likely have much impact on client using their own local Servers anyway, just the ones who will be relying on Internet connections to my machinery for any number of reasons. Gil > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of kam > Sent: Sunday, June 08, 2008 7:19 PM > To: [EMAIL PROTECTED] > Subject: Re: [NF] Dabo 0.8.4 Released > > > 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.

