Avatar of DennisPost
DennisPost
Flag for Netherlands

asked on 

VB6 : How to return row number where an error occured

In a Visual Basic 6 form I can enter row numbers in the left margin.
These numbers pass through the compiler.

How can I return a row number in an error message?
E.g. ERROR Form CustomerDetails |  Row 10 | 13 Type Mismatch

I hope to cut down the time it takes to find handled errors.
Visual Basic Classic

Avatar of undefined
Last Comment
Arthur_Wood

8/22/2022 - Mon