ass
  • ass
  • Newbie Topic Starter
2014-02-02T02:19:30Z
Hello!

By clicking the first column of iGRID it returns me the following error message:

"Variable uses an Automation type not supported in Visual Basic"

If I click on any other column it works normally, am I doing something wrong?

Thank you.
Igor/10Tec
2014-02-03T08:30:45Z
We have never heard about this problem. Do you have any custom code in an iGrid event related to its header (like ColHeaderClick)?

Can you send us a project we can launch on our pc to reproduce the error?
ass
  • ass
  • Newbie Topic Starter
2014-02-03T12:47:26Z
Igor thank you for your patience, I managed to solve the problem, what was happening was this:

I am using MS ACCESS 2010 with MySQL, was a field of type INTEGER, and I had added an UNSIGNED attribute, this attribute was only remove it worked!