i dont want to change the existing application.
for instance i have a text string written in EPL say:
A330,07,0,5,2,2,N,"WPX"
but i want to convert it to
^FO330,07,^A0,85^FDWPX^FS
for ZPL.
any suggestions as on how to do that.
Thanks and Regards
I am not sure I understand your question. I think you are looking for
design advice.
If you know the EPL and ZPL equivalent code, you could make two tables.
One would have EPL commands, and the other ZPL commands. You need to
relate them in some manner. You could then look up the record in one table
with the EPL code and use the ZPL code from the related record in the other
table for printing to the Zebra printer. Does this make sense? In a way,
you would almost be making a crude printer driver from the information in
these tables. In FoxPro for DOS, the DOS printer drivers were stored this
way (in tables) in GenPD.app.
I hope this helps.
This posting is provided "AS IS" with no warranties, and confers no rights.
Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell
*-- VFP9 Public Beta Now Available!! --*
Download the VFP9 beta here: http://msdn.microsoft.com/vfoxpro/
*-- VFP8 HAS ARRIVED!! --*
Read about all the new features of VFP8 here:
http://www.universalthread.com/VisualFoxPro/News/VFP8Release.asp
Purchase VFP8 here:
http://shop.microsoft.com/Referral/Productinfo.asp?siteID=11518
Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/default.aspx?id=fh;[ln];lifeprodv
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003