Error code 512:
Print Engine not opened.
alguem puede asistirme en este error
sucede cuando abro el ejemplo del TCRW en una maquina que no tenga el
cristal instalado
el error sucede aquí
- Code: Select all Expand view RUN
METHOD PEOPEN_()
LOCAL cFarProc
LOCAL cFunc := "PEOpenEngine"
cFarProc := GetProcAddress( ::hDLL, cFunc, .T., LONG )
::lError := ( CallDll( cFarProc ) == FALSE )
IF ::lError
MsgAlert( "Could not open the Print Engine!" + CRLF + ::PeErrorText())
ENDIF
RETURN ! ::lError