Quantcast
Channel: Microsoft Dynamics NAV Forum - Recent Threads
Viewing all articles
Browse latest Browse all 29197

RE: multiple call to report.SAVEASHTML causes renaming record

$
0
0

Pass Testtable record as a parameter to RunLine Function(p_rec)

Change all l_rec to p_rec in that function including Code in  SaveasHTML path.

write RunLine(Rec); in RunLine push trigger

write below code in RunAll function

l_rec := Rec;

IF l_rec.FINDSET THEN REPEAT

 RunLine(l_rec);

UNTIL l_rec.NEXT = 0;


Viewing all articles
Browse latest Browse all 29197

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>