Expand my Community achievements bar.

"Invalid property get operation; dataGroup doesn't have property "ID""

Avatar

Level 1

Hi, i've made my Dataconnection with mysql db (i've tried also with access but the result is the same) and every time i try to run a script like a simple "xfa.sourceSet.Customers.next();" on a button i've this error in preview: "Invalid property get operation; dataGroup doesn't have property "ID""

What's wrong in my form??

Thanx

 

2 Replies

Avatar

Level 4

[Question moved to the LCD forum]

Avatar

Level 10

Hi,

The dataGroup object represents a complex type in a XML Schema data connection or a parent of a list of data nodes (the dataValue object) and it doesn't have an ID property.

Do you have any code referencing the ID property or does your Customers data source have an ID property?

Bruce