Jose,
But the events are not being fired, right ?
Could you report it in the Harbour developers list providing an example that does not require FWH ? thanks
Jose,
But the events are not being fired, right ?
Could you report it in the Harbour developers list providing an example that does not require FWH ? thanks
Antonio,
I am sure that opening the cover of the printer will fire an event. I had tested this in our older system. The software that bridge the "Harbour Application" and the "Ole for Retail" will display a message box when the printer cover is lifted.
It seems that the Harbour event handler is unable to receive the event.
Do you have a link to the Harbour developers list?
Thank you,
Jose
Hi Antonio,
I found out that other implementation of the "OLE for Retail POS" was done by attaching it to a Form. So, I tried the FWH THactiveX and so far my App received events.
Just want to clarify about the parameters of the code block. bOnevent:={|event,aParams,pParams| }
Thank you.
Regards, Saludos,
Jose
Jose,
I missed your msg. Glad to know that you are already receiving events.
pParams is the same as aParams. I just used that syntax to keep compatibility with previous FWh Class TActiveX