Richard,
You could do:
ADel( aParams, 1 )
ASize( aParams, Len( aParams ) - 1 )
We could do it from Class THActiveX but then we will loose that extra params that Harbour sends ?
Do we need that first parameter ?
Richard,
You could do:
ADel( aParams, 1 )
ASize( aParams, Len( aParams ) - 1 )
We could do it from Class THActiveX but then we will loose that extra params that Harbour sends ?
Do we need that first parameter ?
Antonio
The first parameter is not needed for this component, maybe it is needed for others.
Deleting the first element and resize the table is the way to go , i have done it.
I modified my program so now i have the same program running Harbour or Xharbour
I will send you a copy for the samples ,
Thanks again for your support.
Richard
Richard,
I have modified Class THActiveX to automatically delete the first element of aEvents, and I have emailed you the modified libs
many thanks for your great feedback ![]()