Check report 1401 by using object designer, Highlight Gen.Journal Line (data item) and press F9, then you will arrive in the C/AL editor and write as follows:
VoidGenJnlLine - OnPreDataItem()
//IF CurrReport.PREVIEW THEN
// ERROR(Text000);
then close and save (with compile option)
Answers
VoidGenJnlLine - OnPreDataItem()
//IF CurrReport.PREVIEW THEN
// ERROR(Text000);
then close and save (with compile option)
Rgds,
Johnson
sea-navision-community-subscribe@yahoogroups.com
detail in:
http://sea-navision-community.blogspot.com
it worked