dataset disappears from my form

  • Thread starter Thread starter Osmosis
  • Start date Start date
O

Osmosis

I have a dataset on my form which includes several tables.
Whenever I make changes to the xsd file, the dataset component is removed
from my form and I get the following error :

Type 'Project.dsDataEntry' is not defined.

The component still seems to exist in my code, but not on my form.

What am I doing wrong and how can I make sure this component is not removed
?


thx,
O.
 
It seems that this happens when there's an error in the XSD file
for instance, when a default boolean value is set to True instead of 1

My opinion is that this kind of error could have been handled better in the
IDE.
 
Back
Top