AncientTiger
Programmer
I've NEVER encountered this issue before in all the years that I've been programming VB6, but all of a sudden, all my error handlers are giving up nadda information on error reporting.
Typically, Err.Description provides just that, the descriptive text of the error encountered. Erl returns the line# the error occurred in. It's worked that way for years and years.
NOW, the Err.Description value is blank, and the Erl is 0 no matter what.
Has anyone else had this issue, and now the fix??
------------------------------------
Over 30 years of programming, and still learning every day!
Typically, Err.Description provides just that, the descriptive text of the error encountered. Erl returns the line# the error occurred in. It's worked that way for years and years.
NOW, the Err.Description value is blank, and the Erl is 0 no matter what.
Has anyone else had this issue, and now the fix??
------------------------------------
Over 30 years of programming, and still learning every day!