@SetField in Dialog?

I have a field on a dialog box, with the same name as a field on the main form, with a button that when clicked, attempts to set the value of that field (in the dialog), and therefore set the value on the main form if the dialog is saved. However, the @SetField call doesn’t work. Is this designed behaviour?

Subject: Set field value in dialog box

Personnaly I use:

FIELD MyFieldName := MyValue ;

and it works fine.

Give it a try and tell me.

Thierry Cayla

http://dominoeffects.serveblog.net

Subject: Doesn’t work…

Hi,

Thanks for your response, but I regret to say, that doesn’t work…

Cheers,

Brian