Good morning Antonio
Moving from xharbour to Harbour i still have one important problem that i can not fix related to Codejock.
As far as i can see , it is a Harbour problem,
I need to write the following :
Oevent:CustomProperties:Property("ID") = anyvalue
The compiler sadly rejects the syntax and i beleive it is a bug
Could you please raise to the harbour developpers ?
Thank you
Richard
PS : Harbour is much closer in Ole syntax to Vb or C and this is a good thing, still missing this compatibility
From Codejock documentation , we can write
NewEvent.CustomProperties.Property("String Value") = "Hello"
This should be possible with Harbour,