Hi,
I have a custom report having Blank line dataitem having the following code on the OnPredataitem:
SETRANGE(Number,1, NoofBlankline);
And there is no code on the section of the Blankline trigger and there are no txtboxes.
It is just to create a blank line,so i have tried moving the above code to the OnAfterGetRecord()
as
IF ISSERVICETIER THEN BEGIN
SETRANGE(Number,1, NoofBlankline);
END;
It is actually creating blank line after certain data.
How it can be created
0
Comments
I guess, the purpose of the dataitem is for fixed lines in report..
Why did you move it to OnAfterGetrecord?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
What could be the other way to get the value.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
http://www.mibuso.com/forum/viewtopic.php?f=32&t=45487&start=0
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
It Worked
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav