Hi,

In Harbour I can:
? object:cOption("property") and have the correct value
but I don't know how to set that value !

Do you have any self contained sample?

object:cOption("property") := .T.
is not accepted by the compiler,

Just like STR(7) := .T.

object:cOption("property", .T.) is a run-time error....

What error?

Is there another way to set this value ? It may also be a problem of
the OLE object, since I
oAS:Cells( 7, 1 ):Value := "Timestamp:"
but this has the :Value part..... and the compiler accepts it....

Just like any object:property := value


Regards,
Mindaugas

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to