<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Generic / Text Only Driver does not work through CRVS2010 Runtime? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701449#M2759575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I concur with Don. Search these forums, use the search box in the top right corner of this web page. The solution is here. If you don't find anything that helps you, create a new thread. Remember the [rules of engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rules&lt;EM&gt;of&lt;/EM&gt;Engagemen]; one issue per thread. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 19:44:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-15T19:44:34Z</dc:date>
    <item>
      <title>Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaq-p/7701436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble printing to a Cypress printer.  The Cypress printer uses the Microsoft Generic / Text Only Driver.  The issue is that if I preview and print the report via the Crystal Reports for Visual Studio 2010 IDE in Visual Studio, the special Cypress codes print perfectly to the printer.  If I run the same report through the CR for VS2010 runtime and do a PrintToPrinter, the codes get complete garbled and ruined.  I am doing no formatting through the runtime, simply loading the report and then printing it directly.  This issue does not happen with other printers (e.g. HP, Brother, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Cypress Codes:&lt;/P&gt;&lt;P&gt;^{form = TEST_FORM}&lt;/P&gt;&lt;P&gt;^{var note = "This is a note"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Print From VS2010 IDE to File (or printer):&lt;/P&gt;&lt;P&gt;^{form = TEST_FORM}&lt;/P&gt;&lt;P&gt;^{var note = "This is a note"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Print FROM Runtime:&lt;/P&gt;&lt;P&gt;^{for=SmEST_FORM}&lt;/P&gt;&lt;P&gt;^{var n=Tohei = "This is a }note"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Print to file from Runtime using Generic/Text Only:&lt;/P&gt;&lt;P&gt; ^{for&lt;/P&gt;&lt;P&gt;      =m&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;       T &lt;/P&gt;&lt;P&gt;        EST_FORM}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;^{var n&lt;/P&gt;&lt;P&gt;      =o&lt;/P&gt;&lt;P&gt;        T&lt;/P&gt;&lt;P&gt;        t&lt;/P&gt;&lt;P&gt;        "h&lt;/P&gt;&lt;P&gt;         ei&lt;/P&gt;&lt;P&gt;           s is &lt;/P&gt;&lt;P&gt;                "a note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions?  It works perfectly from the IDE, but fails every time from the runtime.  Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kyle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 22:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaq-p/7701436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T22:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701437#M2759563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect the issue here is that the framework may not support this printer driver(?). E.g.; when using the CR designer in the .NET IDE, you are using a viewer that does not depend on the framework. When you runt he report in your app, the print engine uses the framework. So, the question would be; can you print to that printer using .NET? E.g.; does something  like what is described in the following work? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/2417550/how-to-find-a-string-pattern-and-print-it-from-my-text-file-using-c" target="test_blank"&gt;http://stackoverflow.com/questions/2417550/how-to-find-a-string-pattern-and-print-it-from-my-text-file-using-c&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.vbdotnetheaven.com/UploadFile/mgold/PrintinginVBNET04202005015906AM/PrintinginVBNET.aspx" target="test_blank"&gt;http://www.vbdotnetheaven.com/UploadFile/mgold/PrintinginVBNET04202005015906AM/PrintinginVBNET.aspx&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 14:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701437#M2759563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T14:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701438#M2759564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have tested printing using straight .net 4 printing.  I am using the Windows "Generic / Text Only" driver and printing to a file printer (text output).  Printing outside of Crystal works perfectly and the lines work great.  Printing in Crystal from the VS2010 works perfectly, too.  But, printing through the CR2010 .net 4 runtime always garbles the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the assistance in fixing this.  It has become a critical issue for our customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output using straight .net text printing to printer:&lt;/P&gt;&lt;P&gt;^{form = TEST_FORM}&lt;/P&gt;&lt;P&gt;^{var note = "This is a note"}&lt;/P&gt;&lt;P&gt;Test test test&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 19:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701438#M2759564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T19:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701439#M2759565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to add more notes, if I export to PDF it exports perfectly.  If I export to a text file, it exports perfectly.  Only printing to the printer using a Generic / Text Only printer driver messes up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 20:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701439#M2759565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T20:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701440#M2759566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something to understand is that the CR engine sends pictures, not actual text strings to the printer. Also, the CR engine requires that any printer driver is Unicode compliant. From your descriptions, I think you may have to export the report to txt, then send that to the printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 20:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701440#M2759566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T20:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701441#M2759567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have isolated the issue down to the '=' character.  This character causes the statements to really get messed up.  Depending on the font it is better or worse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Arial
befo=
    ra
     efter

Times New Roman
befo=r
     ae
      fter

Fixedsys
before
     =after

Courier New
before
     =after

Courier
before
     =after

Tahoma
befo=
    ra
     efter
Arial Unicode MS
befo=
    ra
     efter
 Modem
 befo=
     ra
      efter
 OCR A Extended
 before
      =after
 Roman
 befo=
     r
     ae
      fter&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to get around this, or is this some sort of weird bug?  Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Feb 2011 23:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701441#M2759567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-11T23:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701442#M2759568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kyle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PrintToPrinter method is the basic print engine and it doesn't have full functionality nor is it "fixed"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using RAS and the PrintOutputController. This uses the common dialog Printer box but you can hard the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

using CrystalDecisions.CrystalReports.Engine;
using CrystalDecisions.Shared;
using CrystalDecisions.ReportAppServer.ClientDoc;
using CrystalDecisions.ReportAppServer.Controllers;
using CrystalDecisions.ReportAppServer.ReportDefModel;
using CrystalDecisions.ReportAppServer.CommonControls;
using CrystalDecisions.ReportAppServer.CommLayer;
using CrystalDecisions.ReportAppServer.CommonObjectModel;
using CrystalDecisions.ReportAppServer.ObjectFactory;
using CrystalDecisions.ReportAppServer.DataSetConversion;
using CrystalDecisions.ReportAppServer.DataDefModel;

	public class frmMain : System.Windows.Forms.Form
	{
        CrystalDecisions.CrystalReports.Engine.ReportDocument rpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
        CrystalDecisions.ReportAppServer.ClientDoc.ISCDReportClientDocument rptClientDoc;

...

		private void btnSetPrinter_Click(object sender, System.EventArgs e)
		{
			System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();
            CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions rasPROpts = new CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions();

            CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions MYPRTOpts = new CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions();
			if (rdoCurrent.Checked) 
			{
				pDoc.PrinterSettings.PrinterName = cboCurrentPrinters.Text;

                MYPRTOpts.PrinterName = cboCurrentPrinters.Text;
                MYPRTOpts.PaperSize = (CrPaperSizeEnum)
					pDoc.PrinterSettings.PaperSizes[cboCurrentPaperSizes.SelectedIndex].Kind;
                MYPRTOpts.PaperSource = (CrPaperSourceEnum)
					pDoc.PrinterSettings.PaperSources[cboCurrentPaperTrays.SelectedIndex].Kind; 
				// added the below line to verify the changes work.
                MYPRTOpts.PaperOrientation = CrPaperOrientationEnum.crPaperOrientationLandscape;
			}
			else 
			{
				pDoc.PrinterSettings.PrinterName = cboDefaultPrinters.Text;

                MYPRTOpts.PrinterName = cboDefaultPrinters.Text;
                MYPRTOpts.PaperSize = (CrPaperSizeEnum)
					pDoc.PrinterSettings.PaperSizes[cboDefaultPaperSizes.SelectedIndex].Kind;
                MYPRTOpts.PaperSource = (CrPaperSourceEnum)
					pDoc.PrinterSettings.PaperSources[cboDefaultPaperTrays.SelectedIndex].Kind; 
			}
            rptClientDoc.PrintOutputController.ModifyPrintOptions(MYPRTOpts);
			MessageBox.Show("Printer set.", "RAS", MessageBoxButtons.OK,MessageBoxIcon.Information ); 

			rptClientDoc.PrintOutputController.PrintReport(rasPROpts);
			MessageBox.Show("Printing report.", "RAS", MessageBoxButtons.OK,MessageBoxIcon.Information ); 

		}
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 15:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701442#M2759568</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2011-02-14T15:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701443#M2759569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Don, that works!  Now I have a few questions.  What is the different between using the ReportAppServer ClientDoc printing and the normal PrintToPrinter?  Can I export through it?  Is there a number of things I need to implement to essentially create full PrintToPrinter() functionality again?  I ask because we have a report manager that handles printing and exporting of 300 reports in our system and I don't want to change the full functionality of print for all reports unless it is absolutely necessary.  Our report manager can set parameters, formulas, record select formulas, change databases, change table names, change print page settings, copies, etc, export to multiple formats on disk, and print to multiple printers.  I do not want to introduce issues into the system.  Would the settings from the ReportDocument be carried over to the ReportClientDocument option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kmfisher on Feb 14, 2011 6:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 17:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701443#M2759569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-14T17:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701444#M2759570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kyle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should have worked for You.... Don't load or view printer options off the report object, you may be loading the defaults saved in the RPT file again and overwriting the changes you did make.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RAS is the replacement for everything, the Engine was the report engine used in CR Basic for Visual Studio. It's very limited on what it can do. RAS can do everything, or what we've allowed so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you use that method always and not use PrintToPrinter, it's not much more code and has much better control. Also note that it is the RAS controllers that allow you to make changes other than basic stuff... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you add those assemblies to your project and then use the Object browser and search on Controllers you'll find all of their abilities. Use the SDK help file also, some of the functions are private and should not be used. Everything public is listed in the help file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 17:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701444#M2759570</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2011-02-14T17:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701445#M2759571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gotten it working with the full version of CR2010 for Visual Studio, but not with the runtime.  It looks like the runtime has COM issues.  We've tried this on multiple machines and the same error is always present.  Is this a known issue and is there a workaround?  Will SP1 correct the issue when it is released?  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80040154): Class not registered - CrystalPrintControl
   at CrystalDecisions.ReportAppServer.Controllers.PrintOutputControllerClass.PrintReport(PrintReportOptions options)
   at ReportPrinter.ReportPrinterForm.manualPrintButton_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message&amp;amp; m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)
  at System.Windows.Forms.ButtonBase.WndProc(Message&amp;amp; m)
   at System.Windows.Forms.Button.WndProc(Message&amp;amp; m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&amp;amp; m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 13:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701445#M2759571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-15T13:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701446#M2759572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;New issue, please mark this as answered and then search for distribution issues and if you don't find the answer then post a new question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 16:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701446#M2759572</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2011-02-15T16:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701447#M2759573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don Williams solution to use the RAS works.  However, with COM Interop registration issues for the CR2010 32-bit runtime, it is not a viable solution that can be redistributed to users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 17:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701447#M2759573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-15T17:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701448#M2759574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it works in DEV then it will work for distribution. Check your Microsoft help file on how to distribute runtime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 17:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701448#M2759574</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2011-02-15T17:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701449#M2759575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I concur with Don. Search these forums, use the search box in the top right corner of this web page. The solution is here. If you don't find anything that helps you, create a new thread. Remember the [rules of engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rules&lt;EM&gt;of&lt;/EM&gt;Engagemen]; one issue per thread. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 19:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701449#M2759575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-15T19:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701450#M2759576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Don has mentioned for this new issue we need to work on a new thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I do want to have a clear warning here that printer codes/printer escape codes have not been supported in our product since version 7 or 8 due to the way we changed our printing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get this working we cannot guarantee that it will continue to work, as technically this is incorrect behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trevor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 21:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701450#M2759576</guid>
      <dc:creator>former_member200290</dc:creator>
      <dc:date>2011-02-15T21:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701451#M2759577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trevor, &lt;/P&gt;&lt;P&gt;The escape codes may not be supported, but do text fields with text in them count as actual escape codes?  From what I can tell, the codes are simply text fields in the reports at the top of the document.  The fields are picked up by the Cypress Imaging system and stripped from the print document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. Cypress sees this: ^{FORM=MyForm} and strips this code off and overlays an image onto the print based on "MyForm".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that when using the Microsoft Generic / Text Only printer, the equal symbol in Crystal forces a line break, even though there is no linebreak in the text object.  Depending on the font, a number of line breaks could be generated (Arial is particularly bad, Courier is only a single break).  This seems to be a bug in the rendering engine when printing.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 21:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701451#M2759577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-15T21:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Generic / Text Only Driver does not work through CRVS2010 Runtime?</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701452#M2759578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this was demonstrated in other printer drivers we could definitely look at this as an issue, if it only happens with one particular printer driver, then the odds of this being our issue is pretty slim.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use the printer driver to lay out the report, the metrics we get from the printer can cause line feeds if the text is no longer able to fit on the same line in the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that if we go ahead and track this as an issue it will be a lower priority unless we can duplicate this with another printer. If we can confirmed that it is our issue it may be looked at by our developers. However this does not mean the printer driver is going to recognize what we send as the escape codes, after it is fixed. Nothing we print should be picked up by the printer driver as a code, and stripped, if it does this is considered incorrect behaviour on our part, and should be fixed so the printer no longer recognizes them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trevor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 22:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-text-only-driver-does-not-work-through-crvs2010-runtime/qaa-p/7701452#M2759578</guid>
      <dc:creator>former_member200290</dc:creator>
      <dc:date>2011-02-15T22:09:19Z</dc:date>
    </item>
  </channel>
</rss>

