S
Steven Smith
When this event is triggered the following exception
error occurs:
'System.Data.SyntaxErrorException'
Missing operand after 'of' operator.
So presumably it doesn't like the spaces in the column
name, is there any way of temporarily renaming the column
for this procedure, or will I have to rename the column
in the database, regenerate datasets and rebind the grid ?
\\\
Dim strThisWeeksOrders As String = Today.ToOADate - 7
Me.OrdersDataGrid.DataSource = DataView1
DataView1.RowFilter = "Date of Order = strThisWeeksOrders"
///
Thanks in advance
Regards Steve
error occurs:
'System.Data.SyntaxErrorException'
Missing operand after 'of' operator.
So presumably it doesn't like the spaces in the column
name, is there any way of temporarily renaming the column
for this procedure, or will I have to rename the column
in the database, regenerate datasets and rebind the grid ?
\\\
Dim strThisWeeksOrders As String = Today.ToOADate - 7
Me.OrdersDataGrid.DataSource = DataView1
DataView1.RowFilter = "Date of Order = strThisWeeksOrders"
///
Thanks in advance
Regards Steve