| Changes, Additions,
Improvements |
|
C# |
|
|
Generated C# is now compatible
with the final .NET release |
|
GUI |
|
|
Speed improvements when saving
projects and generating code |
|
|
Page links are now copied when
importing pages from other projects |
|
|
Removed the message box confirming
that single page was generated |
|
|
Added "Reconnect to
database" option to the Tools menu |
|
HTML |
|
|
Added hidden HTML blocks for form
header and footer.
This allows hiding form's header and footer independently from the
form.
For example in form's Open event, enter (for ASP&Templates):
SetVar "Form<MyFormName>Header",""
'Hide form's header
SetVar "Form<MyFormName>",""
'Hide form
SetVar "Form<MyFormName>Footer",""
'Hide form's footer
exit sub 'Stop processing
current form |
|
Other |
|
|
Custom Initial Value for ListBoxes is
now saved in a variable (in the generated code)
for easier translation and manipulation. |
| |
| Fixed Issues |
|
GUI |
|
|
Memory leaks |
|
|
Non-working undo when pasting data |
|
|
'Generate File' option not saved in
Style section |
|
|
Help button not working in Modules section |
|
|
CodeCharge crashing when moving fields
up or down outside of allowable limits |
|
|
Database fields not refreshing when
copying, pasting or deleting forms |
|
|
Custom SQL not working when table not
selected for the form |
|
|
FTPUpload leaving a runaway task after upload is
completed |
|
|
CodeCharge displaying an error message
when saving a project multiple times |
|
|
Chinese characters not displayed
correctly in the Help file |
|
|
Database fields not read properly after
changing language
in site properties |
|
|
CodeCharge ignoring tables on the form
when pasting forms containing invalid Custom SQL |
|
|
Incorrect retrieval of database fields
when using Wizards |
|
|
CodeCharge incorrectly showing that the
database connection string is empty |
|
|
CodeCharge crashing when pressing CTRL+Left
in the Project Tree |
|
|
Latest form changes not copied when adding
"similar page" |
|
HTML |
|
|
Wrong value of colspan attribute if "no records"
shown on the Grid |
|
|
Non-matching CSS and HTML styles |
| |
PHP |
|
|
Record update not working properly
with ODBC connection |
|
|
The
function tosql(0,"Number") returning 0 instead of NULL |
|
|
PHP code incompatible with PHP 4.11
when using ODBC connection |
|
|
<table> tag not properly closed
in generated PHP |
|
Perl |
|
|
Wrong record count on Grids |
|
JSP |
|
|
Issues
related to JSP with WebSphere |
|
|
Issues
related to JSP with JRun |