This is taken from The Brain Buzz board:

Hi there,

I'm afraid the syntax you are attempting to use is not yet supported. It is scheduled for the next major update of KiXtart.

You can actually achieve the same results, but it will require you to use the OLEPutProperty function. An example of this is included in the latest zip. NB: these functions are ugly and clumsy to use, and this is exactly why I'm working on improving this right now.

Kind regards,

Ruud

creutz wrote:
>attn Ruud
>please could you look at my problem
>as I dont seem to get kix ole's right
>
>
>creutz wrote:
>>there seems to be a lot of questions about kix ole functions
>>and the only answer seems to be "try activex syntax", well
>>i have tried and got a lot of errors, so please
>>
>>can anybody translate this easy vbscript
>>to kix script, as I dont seem to get the
>>OLECALLFUNC/OLECALLPROC lines right
>>thank you
>>
>>set cd = createobject("MSComDlg.CommonDialog")
>>
>>cd.Filter = "All Files(*.*)|*.*"
>>cd.FilterIndex = 3
>>cd.MaxFileSize = 128
>>cd.ShowOpen()
>>
>>
Ruud van Velsen


cj