Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LABEL Printing in FPD 2.6

Status
Not open for further replies.

pac1exl

IS-IT--Management
Nov 21, 2000
12
0
0
US
Hi
Can someone help me what to do when during printing a label written Foxpro v2.6 it will prompt "Error in label field definition"?
 
Has there been any changes to the DBF Structure used in printing the label. That error occurs when a form tries to print a field that does not exist.


David W. Grewe(Dave)
 
You also might get this error if the label file(s) have become corrupted. Try opening the .LBX file. First try it with
Code:
 USE mylabel.LBX
Then try
Code:
 Modify Label mylabel.LBX
Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top