pb_addon_database
The following packages are required;
pagebuilder report-template
To learn how to use the PageBuilder Database Add-on we strongly suggest you watch our video tutorials:
http://radria.sqlfusion.com/video_tutorial.php
Below are all the scripts with-in pb_addon_database:
With this scrip you can display the content of a database table and optionally add editing capability to manage the content of that table.
You currently have a choice of 3 default interactive templates:
This is the second and last required field. Each display of data or view needs the name of the base table associate with it.
This drop down lists all of the SQL Queries created in the WebIDE under the Query tab. You can assign the query to the interactive display.
By default it will display all the rows in the table or return by the SQL query results.
If you want to limit the number of rows you can enter a number and it will automatically create a pagination to browse multiple pages or records.
The registry object defines how database table fields should be displayed in a web based environment. You can get more information on Registries and field types in the Radria Core Developer documentation.
Display a form for adding or editing content in a database table.