AndrewMozley
Programmer
I have an application which displays a grid of the outstanding and historic invoices for a particular customer. Two of the columns show the original invoice value and the amount paid against that invoice.
I plan to leave the second column blank if the invoice is unpaid, and to show the value of the part-payment if the invoice has been partly paid. If the invoice has been fully paid I would rather like to put a "Tick" or check-mark.
Is there a way of doing this? At present the record-source of the grid is a cursor which is populated by reading the sales ledger. The font for the grid is Arial.
Thank you
I plan to leave the second column blank if the invoice is unpaid, and to show the value of the part-payment if the invoice has been partly paid. If the invoice has been fully paid I would rather like to put a "Tick" or check-mark.
Is there a way of doing this? At present the record-source of the grid is a cursor which is populated by reading the sales ledger. The font for the grid is Arial.
Thank you