Archive for July 4th, 2008

Welcome 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 Listen to this podcast

Comments No Comments »