Why does this NOT give You cannot access the instance member error (XS9112)
Posted: Fri May 05, 2023 2:35 pm
After I sent my latest X# solution to Kees he got 13 errors XS9112: You cannot access the instance member 'Assembly'
E.g. on this line:
The setting "Allow DOT for instance variable" is not set for me.
Why didn't I get this error? (using X# 2.14)
Dick
E.g. on this line:
Code: Select all
iNewRow:=max(Self:dataGridViewEmails:CurrentRow.Index-1,0)
Why didn't I get this error? (using X# 2.14)
Dick