I am rewriting a old 16 bytes VB3 program under VB6.
Managing a database, I get an error message Nr 438 ("Object doesn't support this property or method") I suppose that this "unknown" object is one of my bound controls. Which one ???
When this message is displayed, in fact, the VALIDATE EVENT of the Data control is fired with ACTION = 15 (and SAVE = FALSE).
WHAT IS THIS ACTION WHICH DOESN'T EXIST IN THE VB HELP ???
Any idea ?
Thank you