Versão atual:

FWMSPrinter não reconhecer nDevice "IMP_PDF"

Olá, Bom dia!

Tenho problema na criação FWMsPrinter, tenho ele assim:

lAdjustToLegacy := .T.   //.F.
lDisableSetup  := .T.
cFilename := Criatrab(Nil,.F.)
oPrn := FWMSPrinter():New(cFilename, IMP_PDF, lAdjustToLegacy, ,lDisableSetup)

Quando compilo ele, mostra a seguinte mensagem:

THREAD ERROR ([6096], ) 14/02/2020 09:07:59 variable does not exist IMP_PDF on IMPRIME(EXPR020.PRW) 14/02/2020 09:07:35 line : 112

Mas não entendo porque acontece isso, sim na documentação desse objeto no siguente link: enter link description here

No exemplo está assim:

lAdjustToLegacy := .F. 
lDisableSetup  := .T.
oPrinter := FWMSPrinter():New("Danfe.rel", IMP_PDF, lAdjustToLegacy, , lDisableSetup)

Que posso está fazendo de errado???

Versão (1):

Ver a versão formatada

FWMSPrinter não reconhecer nDevice "IMP_PDF"

Comentário

new question