[Gambas-devel] pre-alpha DBReportDesigner, DBReportViewer
Christian Faure
christian.faurebouvard at ...156...
Fri Nov 12 03:24:54 CET 2004
Hi,
If you have time:
To test it, first you need create the "test" database with "database" example
of Gambas.
I include very small reports for Postgres, SQLite and MySQL.
For Postgres:
Host: 127.0.0.1
Database: test
User: postgres
For SQLite
Database: test
For MySql
Database: test
User: root
Reports have extension ".grpt" for Gambas report (plain text, no XML)
How to test designer:
1. Open report designer
2. Open example report
3. to move objects, use cursor keys
4. to resize objects use shift+cursor keys
5. to change text, use property "text"
...
6. to edit recordsource, use toolbox, remember test your new SQL with "test"
button
...
How to test viewer:
1. Open report viewer
2. Click "Open" button
3. Select an example report
Obs:
The report designer is incomplete, buggy, slow, etc...
All sum fields are calculated by database
Recordsource are nested to do master-detail
Each report section have an "Iteration" property linked to recordsource.
The IDE is very slow, due to implementation, because i need an IDE
general-purpose, to use it in others proyects.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DBReportDesigner-0.0.1.tar.gz
Type: application/x-tgz
Size: 100226 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20041111/b9704fea/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DBReportViewer-0.0.1.tar.gz
Type: application/x-tgz
Size: 42076 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20041111/b9704fea/attachment-0001.bin>
More information about the Devel
mailing list