cazzani
Posts: 11
|
| Posted: 11/02/2006, 6:59 AM |
|
Possibly a small bug of CCS 3.1 (cannot check the earlier version anymore) when using the Editable Grid wizard.
It happens to me using ASP, SQL Server 2000 when using Editable Grid wizard building both the editable grid and the relevant search form.
If one of the field searched is of 'Date' type, the generated page fails showing and ASP run time-error Microsoft VBScript (0x800A01F4), variable not found 'ccsDateTime'
Variabile non definita: ''
To solve this problem, select the DataSource property of the EditableGrid, the in the Table Parameter windows opened from the Visual Query wizard, manually set the 'Date' type under the Field definition for the fields searched in the database that are of Date type.
|
 |
 |
|