Page 6 of 6

Re: MSVS 2012

PostPosted: Wed May 22, 2013 9:14 pm
by Antonio Linares
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 ?

Re: MSVS 2012

PostPosted: Thu May 23, 2013 4:45 am
by Richard Chidiak
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 :D

I will send you a copy for the samples ,

Thanks again for your support.

Richard

Re: MSVS 2012

PostPosted: Thu May 23, 2013 7:51 am
by Antonio Linares
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 :-)