Issue |
Description |
4541 |
A Data Import Wizard was added to the generated application. |
6547 |
Iron Speed Designer no longer generates CSPROJ and VBPROJ files since the .NET Framework 1.1 is no longer supported. |
6875 |
Problems with GEN:AlternatingItemTemplate tags are obsolete with XSL page templates. |
7108 |
Role-based security now workw with tables whose primary keys are nchar or char. |
10075 |
A 'hide data until searched' feature was added to the generated application. |
10311 |
The database server list in the Application Wizard is now persistent within the session. |
10537 |
A Data Import Wizard was added to the generated application. |
10793 |
A multi-select list box filter was added to the generated application. |
10892 |
Iron Speed Designer no longer generates CSPROJ and VBPROJ files since the .NET Framework 1.1 is no longer supported. |
11065 |
A multi-select list box filter was added to the generated application. |
11391 |
Fields are now available in the Code Customization Wizard before compilation. |
11534 |
A table-inside-table page feature was added to the generated application. |
11981 |
The Select and Show Record and Select and Edit Record pages are new features in the generated application. |
12395 |
Application users no longer need to sign in twice in certain circumstances. |
12559 |
The generated page title is now retrieved from the RESX resource file enabling localization. |
12751 |
The Options step in the Panel Wizard may be used to add and remove individual buttons from table panels. |
12804 |
A Data Import Wizard was added to the generated application. |
12830 |
A Data Import Wizard was added to the generated application. |
13227 |
Iron Speed Designer's code generation performance has been improved. Other performance aspects have been improved as well. |
13629 |
The Generating Application dialog includes a 'close when finished' option. |
13801 |
Certain memory leaks in Iron Speed Designer have been fixed. |
14001 |
The Application Wizard can now create as many pages as desired for a database table. |
14728 |
The Select and Show and Search and Show pages have optional Export to Excel and Export to CSV buttons permitting record information to be exported. |
14744 |
Bit field drop down list boxs no longer display duplicate values when a default value is set. |
80213 |
Literal and Label fields no longer display adjacent increment and decrement buttons. |
80287 |
Setting page security no longer throws an exception if the application contains two files with the same name. |
80614 |
File attachment downloads now display the correct file extension. |
80750 |
Setting a Button control's Visible property now makes the entire control visible or invisible. |
80771 |
Iron Speed Designer no longer stops when Microsoft IIS is not running. |
80851 |
A tabbed panel feature was added to generated applications. |
80988 |
Iron Speed Designer now runs in 64 bit versions of Microsoft Windows and it also generates applications that run on 64 bit versions of Microsoft Windows. |
81216 |
When security is enabled and the run-time session times out, clicking a button now displays an appropriate error. |
81252 |
The "classic" horizontal menu now extend the full width of the underlying table. |
81413 |
Increased the maximum number of digits that can be entered in the pagination control's text box. |
81442 |
Application migration no longer throws an exception in certain circumstances. |
81450 |
Application migration no longer throws an exception when trying to migrate an application. |
81478 |
It is now possible to configure a Query for a page with a parametter passed via URL and with URL Enryption enabled. |
81479 |
The activate / deactivate mechanism has been made more robust and fault-tolerant. |
81543 |
Migrated applications no longer throw run-time errors relating to the base class including the field 'CurrentPage', but its type (System.Web.UI.WebControls.Label) is not compatible with the type of control (System.Web.UI.WebControls.TextBox). |
81639 |
The documentation for creating and modifying panels was updated and certain obsolete portions removed. |
81686 |
A multi-select list box filter feature has been added to the generated application. |
81776 |
The new Web Report page replaces printable controls. |
81853 |
Table row buttons are now configurable via the Panel Wizard. |
82032 |
Images are now shown properly on the Code Documentation tab in certain circumstances. |
82216 |
The Copy button application generation option value now sticks after configuraion. |
82221 |
The SignIn and SignOut template settings have been moved from Web.config to AppInfo.xml. |
82242 |
Pages can now be created for Microsoft SQL 2005 databases with table names "Services", "Events", and "Routes" which OleDB does not properly recognize. |
82297 |
The Copy button is no longer generated in Free Edition and Professional Edition, eliminating the need to manually delete these buttons. |
82308 |
The FCKeditor control's tag is populated properly regardless of application folder names. |
82315 |
Improved error message when a panel cannot be re-configured by the Panel Wizard. |
82316 |
Application migration now deletes source control system-related folders from applications to ensure proper application migration. |
82320 |
'Logged in user ID' is disabled in the list of initial values in the Properties dialog when Active Directory security is enabled. |
82323 |
The Security tab in Page Properties is now enabled for Classic menu controls and other ASCX controls. |
82324 |
The Application Generation Options for Page Header and Page Footer now properly control page generation. |
82329 |
Added prefixes to component names so that the correct name is generated for both ASPX and ASCX files. |
82355 |
Compiling generated applications in Visual Studio no longer produces most warning messages. |
82342 |
The primary key querystring is now properly deleted by the Panel Wizard. |
82345 |
The database server list in the Application Wizard is now persistent within the session. |
82351 |
Configuring Record panels with many child table panels no longer causes an error. |
82362 |
ImageButton controls now are bound properly in the Header.ascx file. |
82366 |
Initialization for the SignInState class was added to all methods which call it to avoid an exception when PageLoad is overridden. |
82367 |
Display format strings containing '\%' no longer generate errors when compiling. |
82368 |
Increased the number of Active Directory accounts returned when the Active Directory is queried. |
82374 |
Multi-level menus added from the tool box now have the correct case for the "roles" attribute. |
82375 |
Reconfiguring a table panel with a date range filter after migrating the application no longer throws an exception. |
82376 |
If a child table has two foreign keys referencing a parent table, the correct options are now shown in the Master-Detail step of the Panel Wizard. |
82443 |
Table buttons are now generated separately from the table row buttons of the same type. |
82447 |
FieldLiteral controls can be hyperlinked if the PopupThreshold pass-through attribute is set to 'False'. |
82464 |
Text fields now display text when the PopupDisplay pass-through attribute is False. |
82501 |
The IsAuthorizeRoles method now returns the correct value. |
82526 |
Interactive search strings containing apostrophes now function properly. |
82565 |
The Code Customization Wizard example "Dynamically Update Sum on Table Without Postback" no longer generates JavaScript errors when users click the "Delete" table row button. |
82573 |
The Record Panel Wizard now removes the WHERE clause as appropriate. |
82578 |
Pop-ups are now displayed for certain field types. |
82601 |
The Gen:TableStatistic code generation tag now shows the correct count. |
82638 |
Setting initial values for controls to "logged in users" and then changing the application's code generation language now generates appropriate code in the newly selected code language. |
82684 |
The Generating Application dialog includes a 'close when finished' option. |
82742 |
The method signature was changed from protected to public in the "Customize Table Control Sort Order" Code Customization Wizard example. |
82765 |
Iron Speed Designer now better handles very large length (longtext) MySQL database field columns in certain circumstances. |
82786 |
License activation no longer treats machine names as case sensitive. |
82886 |
The RequiredFieldValidator is not generated for the FCKEditor control. |
82959 |
Dropdown lists are now properly generated with the required field validator. |
82984 |
Changing cell or control alignment in the Design tab no longer adds an extra semicolon for the HTML layout style. |
82990 |
Disabling menu control generation via the Application Generation Options dialog now functions properly. |
82995 |
The layout of the page total and grand total when all row buttons are disabled has been fixed. |
83006 |
The option in the Application Generation Options dialog that turns off the Show Table Panel's 'Edit' button no longer turns off the row's 'Edit' button. |