J
Joe Cilinceon
I'll try to ask this again in the hopes someone has a solution to the
problem. I want to print a list of items, 1 item per line as show below.
Here is where the problem arises if the value of the item in null or 0 then
I don't want that item to print at all. I also don't want the item to force
a carriage return.
Rent: 100.00
Late Fee: 10.00
Adm. Fee: 10.00
or if easier
Rent: 100.00
Late Fee: 10.00
Adm. Fee: 10.00
I have experimented with a couple of methods that combine both the label
text and the value into a single text field then prints the line if the
value isn't nothing. However a problem arises with lining the rows up as a
column. I hope that is clear.
problem. I want to print a list of items, 1 item per line as show below.
Here is where the problem arises if the value of the item in null or 0 then
I don't want that item to print at all. I also don't want the item to force
a carriage return.
Rent: 100.00
Late Fee: 10.00
Adm. Fee: 10.00
or if easier
Rent: 100.00
Late Fee: 10.00
Adm. Fee: 10.00
I have experimented with a couple of methods that combine both the label
text and the value into a single text field then prints the line if the
value isn't nothing. However a problem arises with lining the rows up as a
column. I hope that is clear.