jerson Messages: 202 Registered: June 2010 Location: Bombay, India
Experienced Member
Hi Koldo
I realized that. Set has two overloads - Image and String.
Since StaticImage does not expose a SetData method, the SqlArray could not update the control when fed with a filename from the table.
Therefore, I created the SetData method and tied it down to Set(String& filename) and when SetData is fed with a string parameter, it works correctly now.