Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
ANN: Dabo 3-tier desktop framework for data-aware apps
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="john fabiani, post: 1759527"] I'm a newbie in python but with 20 years in VFP. So I'm following this project with great interest. Why recreate what UT already has? Just add a new forum. UT supports java, C# and many other forum - why not one for DaBo? BTW have you reviewed gnue? I picked python because I believe it's a very close match to VFP in many ways. I think the classes are a match, no typing is a match, and many other items. Of course list, dictionary, tuples are not matches and along with the biggy no direct access to data. But DBAPI 2.0 looks sort of like SPT with one exception - transactions are handled by the connection - so no begin transaction. Either commit or rollback. Another interesting point is there is no buffering like VFP it's handled by the DBM (I'm using postgres) The thing I miss the most is creating a cursor from the data. Something like "Select * from curreport where some_selection into cursor curreport". Normally I'd make a general select and then refine the data to meet my needs. but I'm still learning how to view the data at the moment so maybe it will come. I also have not discovered the way to print reports or any routines that will generate the detail bands etc... But I have faith that they are out there. I really hope that I don't have to hand code reports. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
ANN: Dabo 3-tier desktop framework for data-aware apps
Top