klabaza
MIS
- Aug 3, 2005
- 59
Hi people.
I have 1 problem with LabelView, I have been searching around with no solution, I still waiting for LabelView support to answer me, the doc doesn't say anything about, hope someone here can help me with this small issue.
We are creating a warehouse system in the company, this system have a special module that interacts with LabelView 8.01, every time the users create labels for our finish-good, and wants to print the labels, the user just press a button and automatically the system search for the new records on the DB(mysql) built the ascii file called "labels.cmd" following LabelView doc and send this records to the printer.
This is a example:
LABELNAME="C:\labels\ow.LBL"
DATATYPE=FIXED
FIELD=UPC@1-16
UPC="0000000221600001"
FIELD=MODEL@1-10
MODEL="2216"
FIELD=MODELUPC@1-10
MODELUPC="2216"
FIELD=DESC@1-35
DESC="55" Console"
LABELQUANTITY=1
QUITAPP
This module is working as desire, but the company design tv consoles, and some products description are like:
55" TV Console
U can see the ("), the LabelView doc say:
*Be careful to include the spaces.
*Using quotation marks (" ") around field names is optional, unless you are adding spaces in the
fields.
*A semicolon ( ; ) indicates remarks or comment statements; characters that appear on a line after a semi-colon will be
ignored.
*Command files are NOT case sensitive.
My problem is how on earth I will print the (")?
I can print (') this one, but not (").
If someone here have experience with labelview and knows how to handle this I will appreciate the advised really, the system is almost ready for production but without this is not ready.
Thanks all for your time!!!
Clients Windows XP pro sp3.
I have 1 problem with LabelView, I have been searching around with no solution, I still waiting for LabelView support to answer me, the doc doesn't say anything about, hope someone here can help me with this small issue.
We are creating a warehouse system in the company, this system have a special module that interacts with LabelView 8.01, every time the users create labels for our finish-good, and wants to print the labels, the user just press a button and automatically the system search for the new records on the DB(mysql) built the ascii file called "labels.cmd" following LabelView doc and send this records to the printer.
This is a example:
LABELNAME="C:\labels\ow.LBL"
DATATYPE=FIXED
FIELD=UPC@1-16
UPC="0000000221600001"
FIELD=MODEL@1-10
MODEL="2216"
FIELD=MODELUPC@1-10
MODELUPC="2216"
FIELD=DESC@1-35
DESC="55" Console"
LABELQUANTITY=1
QUITAPP
This module is working as desire, but the company design tv consoles, and some products description are like:
55" TV Console
U can see the ("), the LabelView doc say:
*Be careful to include the spaces.
*Using quotation marks (" ") around field names is optional, unless you are adding spaces in the
fields.
*A semicolon ( ; ) indicates remarks or comment statements; characters that appear on a line after a semi-colon will be
ignored.
*Command files are NOT case sensitive.
My problem is how on earth I will print the (")?
I can print (') this one, but not (").
If someone here have experience with labelview and knows how to handle this I will appreciate the advised really, the system is almost ready for production but without this is not ready.
Thanks all for your time!!!
Clients Windows XP pro sp3.