I'm trying to suppress a frame which has a valueexp of SUM() = zero
I do this in the FINISH() method.
What is happening is that the line is printed with blanks in all but the first 2 positions, there I get either one or two characters of the line. When viwewing on screen I see a completely blank line.
I want the lines to be completely suppressed when printing ot viewing.
I'm using me.size.height=0 and me.size.width=0
I cannot get me.showwhenviewing or me.showwhenprinting to work - I alwayts get a semantic error. I tried = 0 and = False, neither works, so don't know if that technique would work.
HELP!!!!!!!!!
I do this in the FINISH() method.
What is happening is that the line is printed with blanks in all but the first 2 positions, there I get either one or two characters of the line. When viwewing on screen I see a completely blank line.
I want the lines to be completely suppressed when printing ot viewing.
I'm using me.size.height=0 and me.size.width=0
I cannot get me.showwhenviewing or me.showwhenprinting to work - I alwayts get a semantic error. I tried = 0 and = False, neither works, so don't know if that technique would work.
HELP!!!!!!!!!