Thursday, November 15, 2012

How to Fix "The RPC Server Is Unavailable"

If there has not printer driver, call the following function will case the error:

Printer()->PrinterIndex
GmPreview1->GmPrinter->PrinterIndex=-1; // default printer

You need to prevent to call this function if no printer driver
or just simple install a printer driver, it can fix.

No comments: