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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top