Try breaking up that statement into pieces, see what might be causing the
problem. Try this in the exe:
WAIT WINDOW THIS.wfctlist
tempvar = CHRTRAN(THIS.wfctlist, " ", "")
WAIT WINDOW m.tempvar
browses.addproperty("filter1", m.tempvar, 1)
WAIT WINDOW browses.filter1
"Gene Wirchenko" <genew@[EMAIL PROTECTED]
> wrote in message
news:hj5k339lua8md9a502c9hbt2drdj647koj@[EMAIL PROTECTED]
> The following line runs fine under a development system. Under
> the run-time, it throws error 1001 (Feature is not available.):
> browses.addproperty("filter1",chrtran(this.wfctlist," ",""),1)
>
> browses is an object of type basiccustom which is a subclass of
> custom. basiccustom simply adds a method called .dorelease() which is
> equivalent to most cl***** .release().
>
> this.wfctlist is an input field four characters long.
>
> browses.filter1 does not already exist (though this should not
> matter).
>
> The docs for .addproperty do not have anything about limitations
> under the run-time (except for the fourth optional parameter which I
> am not using).
>
> What am I missing here?
>
> Sincerely,
>
> Gene Wirchenko
>
> Computerese Irregular Verb Conjugation:
> I have preferences.
> You have biases.
> He/She has prejudices.


|