Search:
tonymarston.net
radicore.org
Welcome to Tony Marston's Web Site
Home
About Me
COBOL
UNIFACE
XML/XSL
PHP/MySQL
E-Mail Me
What's New
Articles
Awards
Videos
Tutorials
Stuff
Software
Here are some tutorials on the RADICORE framework:
1
Radicore for PHP - Tutorial (Part 1)
How to build a new subsystem:
Create subsystem in the MENU database and the file system
Build Directory structure
Import TEST database, table and column details into the Data Dictionary
Export from the Data Dictionary to create table class files
Define relationships between tables
How to generate new tasks (user transactions):
Go to the Data Dictionary and select a table
Select a Transaction Pattern
Modify default values (optional), then press SUBMIT
Modify screen structure file (optional)
Modify screen labels, titles and button text (optional)
2
Radicore for PHP - Tutorial (Part 2)
Create transactions for the X_OPTION table
Modify Data Dictionary for X_OPTION table
Generate LIST1 transaction for the X_OPTION table
Run the new transactions
Modify the screen structure file (optional)
Modify screen labels and button text (optional)
Create data for X_OPTION table
3
Radicore for PHP - Tutorial (Part 3)
.
Create transactions for the X_PERS_TYPE table
Create transactions for the X_TREE_TYPE table
Create transactions for the X_TREE_LEVEL table
Modify Data Dictionary for X_TREE_LEVEL table
Generate LIST2 Transaction
Add to navigation bar of parent
Run the new Transaction
Modify the screen structure file
Modify screen labels, titles and button text (optional)
Customise the ADD screen
Create data for X_TREE_LEVEL table
Create transactions for the X_TREE_NODE table
Modify Data Dictionary for X_TREE_NODE table
Generate LIST2 Transaction
Add to navigation bar of parent
Run the new Transaction
Modify the screen structure file
Modify screen labels, titles and button text (optional)
Customise the ADD screen
Create data for X_TREE_NODE table
4
Radicore for PHP - Tutorial (Part 4)
Create transaction to list child nodes
Generate LIST2 transaction
Add to navigation bar of parent
Run the new Transaction
Modify the screen structure file
Modify screen labels, titles and button text (optional)
Viewing, Adding and Deleting relationships
Modify subclass x_tree_node_snr
Modify subclass x_tree_node_jnr
Create transaction to view tree structure
Generate TREE2 transaction
Add to navigation bar of parent
Modify the screen structure file
Modify the _cm_getNodeData() method
Run the new Transaction
Modify screen labels, titles and button text (optional)
Create transaction to resequence tree levels
Generate MULTI2 transaction
Add to navigation bar of parent
Modify the screen structure file
Modify subclass x_tree_level_s01
Run the new Transaction
Modify screen labels, titles and button text (optional)
5
Radicore for PHP - Tutorial (Part 5)
.
Create transactions for the X_PERSON table
Modify Data Dictionary for X_PERSON table
Generate LIST1 Transaction
Modify the screen structure files
Modify screen labels and button text (optional)
Convert STAR_SIGN into a dropdown list
Convert PERS_TYPE_ID into a dropdown list
Convert FAVOURITE_FOOD into a multi-dropdown list
Convert NODE_ID into a popup
Convert PICTURE into a file picker
Custom code for date validation
Create data for X_PERSON table
Create transactions for the X_PERSON_ADDR table
Modify Data Dictionary for X_PERS_ADDR table
Generate LIST2 Transaction
Add to navigation bar of parent
Modify the screen structure files
Modify screen labels and button text (optional)
Define the business rules
Modify LANGUAGE_TEXT.INC file for the error messages
Modify X_PERSON_ADDR class for the business rules
Modify X_PERSON class for the business rules
Create transactions for the X_PERS_OPT_XREF table
Modify Data Dictionary for X_PERS_OPT_XREF table
Generate LINK1 Transaction
Add to navigation bar of parent
Modify the screen structure file
Run the new Transaction
Modify screen labels and button text (optional)