jlshk
jlshk
About
- Username
- jlshk
- Joined
- Visits
- 1
- Last Active
- Roles
- Members
Comments
-
The same case is troubing me.
-
//set two var for group id & line number var i,j:integer //i - groupd id, j - line# //count groupd id and clear line# before groupheader print procedure GroupHeader1OnBeforePrint(Sender: TfrxComponent); begin with GroupHeader1,Engine do …
-
Thank you for your answers. I success to converted the Null value to zero. But another question happen, my boss require the zero amount should not be counted in average. Is it possible to do that?
-
yes. I'd set ConverNulls to True already. But it seems not work.
-
Thank you! It seems ok now. In fact, I use short form first, but it won't work, but this time it work when I change back. ha, any way, thank you so much.
-
Oh, yes. The memo22 is a tfrxmemoview object. The code in the begin end block is very simple: Begin if = 1 then Memo22.Visible := true else Memo22.Visible := false End;
-
Thank you so much. The issue was solved.
-
Thank you for your reply, I refered the manual and demo to make this report. 'cause there is not only one field to sum total, I create two TStringList to set value, and it works out , but just only the display format has problem. I found the demo fi…
-
memo34,memo36 are the field to show result of sum in group header, they are set value in final pass. Actually, I'd set the memo format by rtclck too, but it seems not work.