I use FWH 2.7 Build June 2006... and I get activex parameters twice on events.
This doesn't happened with FWH 2.6.
May I change this behaviour?
Thx in advance,
Roberto Parisi
I use FWH 2.7 Build June 2006... and I get activex parameters twice on events.
This doesn't happened with FWH 2.6.
May I change this behaviour?
Thx in advance,
Roberto Parisi
Roberto,
Its fixed and greatly enhanced on FWH 2.7 July 2006.
Should I buy the newest version to keep updated with this fix?
Regards
Roberto,
You have two months of free upgrades.
Ok... but activex parameters was working in my FWH26.
I patched activex.prg by myself.
Regards
Roberto
The ActiveX events supplied parameters were wrong managed from low level (C++) not from PRG level. Also parameters by reference (BYREF AS ...) were not managed. So you can't fix that changing the PRG class.
We have worked hard to improve the ActiveX support.
To be clear:
I buyed FWH27 only for activex events support and my 2 free upgrade months expired on 30/06/2006. In the May version activex events worked but in June version they don't work anymore.
About my fix:
I simply process parameters array deleting invalid elements and passing the right array to the event handler (do you remember the iactivex class i sent you in the past?).
This is not a big problem for now.. I'll buy new fwh version in the future.
Regards
Roberto,
What ActiveX control are you using ?
I'm using voiceangel activex for tapi support
Regards