Excuse me for the stupid question, I am absolute beginner in
VB. In Public Class frmMainForm code Line 56 with the string:
Dim objPerson As Person = GetPerson(PersonID)
And I have GetPerson underlined with the error message:
Name 'GetPerson' is not declared.
Can somebody describe me where that GetPerson should be declared?
Thank you in advance,