I am new to Windows forms. Using the WinFormBook sample code provided by MicroFocus everything works fine. I am attempting to determine how to pass back a code to the legacy program to indicate a write the data. I have added a second button to add. I have copied the button1 read section and changed to add:
set my-book to type BookWrapper.Book::Add(input-string)
When I build the file, I get the error in the subject line. How do I resolve this issue?