I have searched the archives and have read some of the topics on this but am not sure if they pertain to me. I have a Detail section with two lines of 7 identical text boxes. The first line has Hardware Item information (item, description, qty, retail, discount pct, discount price, extended price). The second line is the same but pertains to Support for that item.
The first detail line will always be populated. The second may or may not. With the OnFormat event, I was able to make the boxes invisible but they still print a blank line. I have also put some code in the OnFormat event to check if SupportCode = "", and if so set Cancel = True. The problem with this is it doesn't print the first line either. I guess the Cancel = True must be for the entire section, and not line by line.
How do I suppress an individual line within a section that has multiple lines?
Thanks,
Mike
The first detail line will always be populated. The second may or may not. With the OnFormat event, I was able to make the boxes invisible but they still print a blank line. I have also put some code in the OnFormat event to check if SupportCode = "", and if so set Cancel = True. The problem with this is it doesn't print the first line either. I guess the Cancel = True must be for the entire section, and not line by line.
How do I suppress an individual line within a section that has multiple lines?
Thanks,
Mike