Problemas con OCX de impresoras fiscales
Publicado: Lun Ago 13, 2012 9:27 pm
Hola, estoy queriendo hace un módulo de impresión de facturas en impresoras fiscales para eso intenté utilizar una OCX provista por los fabricantes ( Epson, Hasar ) pero cuando ejecuto el código puesto a continuación el debbuger me tira el error que esta abajo justo cuando va a ejecutgar la sentincia Create.
WITH OBJECT ::oEpsonFiscal := TEpsonFPHostControl():New(Self)
:Create()
END
#1: VCL control created and initialized
#2: ATL:
#3: IPersistStorageImpl::InitNew
#4: ATL:
#5: IPersistStreamInitImpl::InitNew
#6: ATL:
#7: IPersistStreamInitImpl::InitNew
#8: IOleControl::OnAmbientPropertyChange
#9: -- DISPID = 0 (0)
#10: Inv(-701) OK, 0x0, retVT(0x17), ErrArg(0)
#11: Inv(-704) OK, 0x0, retVT(0x17), ErrArg(0)
#12: Inv(-703) OK, 0x0, retVT(0x9), ErrArg(0)
Por favor me pueden ayudar? desde ya muchas gracias, saludos Marco
WITH OBJECT ::oEpsonFiscal := TEpsonFPHostControl():New(Self)
:Create()
END
#1: VCL control created and initialized
#2: ATL:
#3: IPersistStorageImpl::InitNew
#4: ATL:
#5: IPersistStreamInitImpl::InitNew
#6: ATL:
#7: IPersistStreamInitImpl::InitNew
#8: IOleControl::OnAmbientPropertyChange
#9: -- DISPID = 0 (0)
#10: Inv(-701) OK, 0x0, retVT(0x17), ErrArg(0)
#11: Inv(-704) OK, 0x0, retVT(0x17), ErrArg(0)
#12: Inv(-703) OK, 0x0, retVT(0x9), ErrArg(0)
Por favor me pueden ayudar? desde ya muchas gracias, saludos Marco