my code is like this
IF ShowZeroBalances=FALSE THEN
IF TotalCustLedgEntry[1].Amount = 0 THEN
CurrReport.SHOWOUTPUT(FALSE)
ELSE
CurrReport.SHOWOUTPUT(TRUE);
if i put it onafterget record i get this error "The called function can only be called from a Section Trigger"
Comments
you can search the forum for more information..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
IF ShowZeroBalances=FALSE THEN
IF TotalCustLedgEntry[1].Amount = 0 THEN
CurrReport.SHOWOUTPUT(FALSE)
ELSE
CurrReport.SHOWOUTPUT(TRUE);
if i put it onafterget record i get this error "The called function can only be called from a Section Trigger"
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Break gives an empty report and withbSkip does not generate report
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav