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.