![]() |
Sergey Kornilov admin 7/13/2009 |
Andrew, Dim query As Query = New Query(AnyTable.Schema)
Dim query As Query = New Query(Customers.Schema) |
T
|
thecomputerguy author 7/14/2009 |
Sergey, I send you the project as this will not work... I get an error saying that Andrew, please use the following: Dim query As Query = New Query(AnyTable.Schema)
Dim query As Query = New Query(Customers.Schema) |
T
|
thecomputerguy author 7/15/2009 |
New compile was made to fix this. thank you Sergey and TEAM Great job! Sergey, I send you the project as this will not work... I get an error saying that Dim query As Query = New Query() Compiler Error Message: BC30002: Type 'Query' is not defined. So when you clear this event it does not clear it.... please advice... Thank you, Andrew |