© 2000 Malcolm Hardy All rights reserved
  Generate data bound ASP forms









 

 

 


Updates

Updates are only available for registered users.

To receive the package please email the author with your name and registered order details.
When you install the update you must first uninstall the previous version.

Version 1.3
Release Date 31st May 2001.

Update History

Version Enhancement or Bug Fix
1.3 Fixed bad TD tag.
1.3 Enhanced variable naming to better cater for numeric data types. Previously was assigning the prefix dbl to all numeric variables.
1.3 Renamed Main procedure to Mainproc so that the generated ASP code is successfully converted to a VB Com component when using ASP2DLL.
1.3 Renamed FormatDateTime ASP function to FormatDBDateTime as FormatDateTime is a reserved function name.
1.3 Added a check for non-updateable fields. User may override the Wizard so that the generated SQL will update all fields. For some database providers the Wizard may set fields to be non updateable.
1.3 Added Title property for ASP page generation.
1.3 SQL text box is now multi line and can handle much bigger sql statements.
1.3 Added auto retrieve property so then when page is accessed it retrieves data immediately.
1.3 Fixed missing close of connection objects in Save and Delete ASP functions.
1.3 Fixed missing </TD> tags in generated table.
1.3 ASP Delete function now displays SQL in error message if delete fails.
1.3 Template File Name is now displayed on title bar.
1.3 New property added - allow dates in where clause.
1.3 Now supports timestamp updates in SQLAnywhere.
1.3 The Wizard is now a single EXE file.
1.2 Modified ASP generation code to better cater for autoincrement type fields in Access.
1.2 Added new "list" style for generating readonly lists for the registered version. Added hyperlink column property for this style.
1.2 Fixed up button naming.
1.2 Fixed up button caption properties.
1.2 Added row font properties.
1.2 Fixed problem where properties were being lost when going backwards and forwards in the wizard.
1.2 Added ASP code to display the SQL used in the save function to aid in debugging any errors.
1.1 Fixed SQL Server Date update function.
1.1 Fixed dropdown list property setting in the column properties screen.
1.1 Fixed generation of the update SQL when datetime or timestamp columns are selected.
1.1 Modified all color properties in the table properties screen to allow colors to be entered from the keyboard as well as selecting colors from a color dialogue box.
1.1 Fixed problem which was causing an error box to be displayed when a where clause was included in the select sql.
1.1 Fixed label modification in the column properties screen.
1.1 Fixed header alignment modification in the table properties screen.
1.1 Modified table properties screen so that the style property only has "Form - single record" type.
1.1 Fixed the startup of the unregistered version of the Wizard so that the startup screen does not hang.
1.1 Changed page counter to record counter.