Hello
I have a problem with Ole syntax concerning Harbour
with xharbour the syntax is
ayView:Showday(::TPAR[04])
This works ok, with Harbour , compile Ok but the action is not fired
i have tried
ayView:Showday = ::TPAR[04] but i get an error (ole error)
really puzzling how Harbour interacts with ole syntax...
as an example
:ViewType = PLANPREF->VUEDEBUT this is OK in harbour the above should in theory be the same .....
:TimeLineView:BackgroundColor = ( RGB(176, 216, 255) ) works ok also
Antonio any idea ?
Thanks
Richard