ERROR involving LABEL-HANDLE and FILL-IN

BrianKC

New Member
I am customizing an invoice-reprint routine in order to adapt it to our invoice forms.

The standard routine prints column labels. I added the no-labels command to both the form statement and the display statement. All fields print properly except one, and it is returning the following error:

unable to set LABEL because no LABEL-HANDLE on the FILL-IN idh_qty_inv.

Somewhere there is a label being set for this field. I have searched through all the program files and include files, but to no avail. I am hoping there is some kind of command that I can place within the display section that will bypass this error. Any help would be appreciated.
 
Top