Message empty while trying to print the content of a field

sharon95sharon95 Member Posts: 183
Hello! I'm trying to print into a message the value of a field, but the result is an empty messagebox... any tip? Thanks!

Best Answer

  • sharon95sharon95 Member Posts: 183
    Answer ✓
    In this case the error was given because I didn't write IF Table.FINDSET THEN.
    After that it worked properly!

Answers

  • sharon95sharon95 Member Posts: 183
    solved
  • Wisa123Wisa123 Member Posts: 308
    Probably the Field is empty or your Record is not referencing to an actual row in the Database.

    Please always give an explanation before closing a thread for future people who may pass by.
    Austrian NAV/BC Dev
  • sharon95sharon95 Member Posts: 183
    Answer ✓
    In this case the error was given because I didn't write IF Table.FINDSET THEN.
    After that it worked properly!
Sign In or Register to comment.