Upgrade to adxvcl-v802-b1435-pro error in send message

Add-in Express™ Support Service
That's what is more important than anything else

Upgrade to adxvcl-v802-b1435-pro error in send message
 
Nick Malden Malden




Posts: 23
Joined: 2007-09-25
I have just upgraded and now get a compilation error 'Too many actual parameters' on the following line.

AspireReturns := SendMessage(AspireHandle, WM_COPYDATA, Application.Handle, Integer(@copyDataStruct));

I am trying to send a message to my application with the email details using a adxOlExplorerCommandbar button press.

I have played around a bit removing the first param, but then I get type mismatches.

How should this now work?
Posted 05 Jun, 2017 09:15:57 Top
Nick Malden Malden




Posts: 23
Joined: 2007-09-25
Answer: I have to use Windows.SendMessage
Posted 05 Jun, 2017 09:31:37 Top