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
Events from OLE
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 52
- Joined: Thu Mar 22, 2012 5:43 pm
- Location: USA
Re: Events from OLE
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Events from OLE
Jose,
https://groups.google.com/forum/#!forum/harbour-devel
You may try first in the Harbour users list:
https://groups.google.com/forum/?fromgr ... bour-users
https://groups.google.com/forum/#!forum/harbour-devel
You may try first in the Harbour users list:
https://groups.google.com/forum/?fromgr ... bour-users
-
- Posts: 52
- Joined: Thu Mar 22, 2012 5:43 pm
- Location: USA
Re: Events from OLE
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| }
1. Is the code block always receive 3 paramters regardless of the Ole?
2. What is the third parameter (pParams)?
Thank you.
Regards, Saludos,
Jose
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| }
1. Is the code block always receive 3 paramters regardless of the Ole?
2. What is the third parameter (pParams)?
Thank you.
Regards, Saludos,
Jose
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Events from OLE
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
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