04
07
2008
MS Navision - Processing-Only Reports
Posted by: kaizenlog in Navision, tags: MS Navision - Processing-Only ReportsWelcome to Kaizenlog.com If you're new here, you may want to subscribe to my RSS feed , Twitter You can contact us by using the contact form or submitting a comment. Thanks for visiting!
MS Navision - Processing-Only Reports
Changes table data and changes records.
To make a report “Processing Only” change the ProcessingOnly property.
It does not print any sections.
Print and Preview buttons are replaced by OK button.
Things to consider when writing a processing-only report:
- Set ProcessingOnly property to Yes;
- Decide which tables should be read;
- Majority of code will be in OnAfterGetRecord trigger;
- Use INSERT and MODIFY functions;
- Make use of a dialog.
Advantages:
- Form functionality allows user to select options and filters for data items available in a report;
- Consistency;
- Use of data items.
Listen to this podcast









Entries (RSS)