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: 1759592"] Big subject reports - in VFP we have a visual way to create printed reports. Normally, the report is associated with data (a cursor). The report form program loops thru the cursor and outputs the data to the report form to be printed either to the screen or a printer. The visual report editor allows the programmer to work with bands (detail,group, title, summary and several others). If you have worked with other report writers they generally work the same way. In a broad sense it's sort like working with a forms editor (boa). The report information is kept in a table and a report program reads the table to generate the output to the printer (along with the data). I think this how pyQT works to generate a window but pyQT uses a glade file (I think). Anyway, at the moment I don't have a way to send data to a printer. I'm guessing but I bet that simple text can be sent to a printer using Python (looping of course). But in today's world most users want graphics along with the data. Like an invoice with a logo, boxes around the bill to and ship to, along with column lines. So I'm hoping that someone has at least started a project to print reports. John [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
ANN: Dabo 3-tier desktop framework for data-aware apps
Top