When you dive into the code, you'll see that the app consists of two parts:
- NAVpad Handling: This subfolder contains the code to handle the NAVpad. The idea is you only use the WaldoNAVPad Class codeunit, where you can show/save/get the texts from the NAVpad. To save the texts, it will use the text handling functionality.
- Text Handling: This subfolder contains the code to intelligently handle the texts that have to be saved to the database or have to be loaded from the database. If you want to use the NAVPad text-tables, there is no need to use these methods. However, if you want to save texts to your own table, you can simply use the functions in the WaldoNAVPad Text Class codeunit, which lets you get text and loop through ...