Dataset error message. Please help

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I am only trying to create a DataView, and I get the following error
message.
The dataset is on a Template form. The form where I get the error message
inherits from the template form where all of my adapters are on.

error BC30367: Class 'Punch.DS' cannot be indexed because it has no default
property.

And he is the piece of code where the error occurs.

Dim DV As New DataView(DS1("rooms"))



Thank you for your help,



Steve
 
Back
Top