rpgCRUD is now at version 1.1
Below you can find fixex and improvements in the previous versions.
version 1.1
- Posibility to use predefined columns. Now you can also see audit information for your table. These automatic columns - User and Date - can store details about who and when a record was created or changed. They cannot be updated by hand and will be filled in by the application.
- Posibility to prompt fields (F4). A new feature was added to be able to prompt your records if you have a program that selects them. If you create the other tables also with rpgCRUD then this select program is automatically provided to you... for free :)
version 1.0
- Posibility to use columns of any length. Columns with a length bigger than 52 chars will span automatically over the next row. The other variables are neatly moved one (or more lines) below. Also implemented max length of 999 / per column.
- Posibility to use variable names up to 6 chars.
- Added batch file functionality.Now also a batch file is generated and it can help you in automatizing the whole process - especially sources upload.
- Fixed bugs, worked at the layout of the page.
version 0.9
- Posibility to create projects with more than 16 columns. Now projects with more than 16 columns can be defined because of the tehnique with more than 1 display per operation.
- Enhanced user specific options. Now every user can maintain he's own C/specs, D/specs, message file, header variables, code snip for filling the header variables.
version 0.8
- Completely different design. Now I am ready to conquer the web. Thanks to evil.che.lu, rpgCRUD is now available on the internet - free hosting, theme and lots and lots of advices - thanks man.
- User specific options. Now every user can create it's own account and manage it's own preferences. Browse your project history, add your own d/specs & c/specs, etc. Signing up is free!
- Fixed some small bugs and created separate files for the repeating code.
version 0.7
- Search screen. Now you can search the records by any criteria and browse the results.
version 0.6
- Multiple key & file validations. Now any group of fields can be validated against a file and displayed on screen.
- The description from the file can now be displayed also in line with a column (to save space and for a nicer look). - take a look at Position near field: checkbox.
- Added a configuration file. Now general settings can be easier managed.
- To Homez link now displays the last project. Also I got rid of the list_all.php page.
- The sources are now generated without trailing spaces. All the lines are neatly trimmed :).
version 0.5
- Fixed "position to" bug. In case the table exceeds 10.000 rows and you searched for a key after this 10.000 than the positioning to wouldn't work.
version 0.4
- "Position to" field which allows positioning of the cursor at a key specified by the user. It comes in handy at large databases where the PgUp and PgDn do not work any more.
- Removed the bug with the 80 limit in case of many keys.
- Removed all the AAA#### messages and replaced them with RPG#### ones. AAA#0023 - the record cannot be found; modified RPG0010
- Added the about table.
version 0.3
- Copy function is available for those who do not want to add almost the same thing twice. :p
- The upload in pdm is done now with text also.
- Author can be filled in now. No more created by XXXXXX. Also month and year are automaticaly filled in.
version 0.2
- Added messages that the addition, deletion, change has been processed.
- Added zip file generation.
- Added automatic batch upload of files in pdm.
- Lots of bug fixes.
version 0.1
- Initial release of the rpgCRUD (formerly known as RPG Code Generator).
- This software can create RPG code for all CRUD functions linked to a table. Users can add, change, delete, display the whole table in a more friendly way than DFU.
- Field validation (numeric and/or string) is done. Also all fields are unblocked for input (eg in a numeric field you can enter strings - you will get a validation message but the keyboard won't be locked).
- Key validation is done. You cannot enter the same key twice.
- Allow blanks function is also there.
- Keys cand be validated against a separate file. Users can choose now a field from this file to be displayed also in the subfile.
- You can choose which field can appear in the subfile.
- Naming is no more a problem. You must enter only the application prefix and the application number and the rest is taken care of.
- All your screens will now look the same.