Mar 16, 2007 #1 pac1exl IS-IT--Management Joined Nov 21, 2000 Messages 12 Location 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"?
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"?
Mar 16, 2007 #2 dgrewe MIS Joined Dec 1, 1999 Messages 1,285 Location US 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) Upvote 0 Downvote
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)
Apr 2, 2007 #3 rgbean Programmer Joined Nov 9, 2000 Messages 5,707 Location US 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 Upvote 0 Downvote
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