Page 1 of 1

Jade Edit Mask - Bug ?

Posted: Fri Aug 07, 2009 12:48 pm
by ConvertFromOldNGs
by Anonymous >> Tue, 26 Apr 2005 5:03:53 GMT

Hi all,

Ive just discovered after alot of code testing that dynamically changing a Jade Edit Mask mask property in code will only work if the jade edit mask is in a mdi form.
If I change the mask property with code in a modal form the Jade Edit Mask box doesnt retain the new mask and it repaints itself to the default setting. - Very annoying.

Any one else struck this problem?
How did you work around?

Changed mask from (##\)###" "#### in code to
(####\)###" "#### by user ticking a check box.
In painter it runs fine. put the Jade edit mask on a mdi forn it runs fine. Put it on a modal form and it doesnt work, repaints itself beck to default (##\)###" "####

Regards Troy Fowles

Re: Jade Edit Mask - Bug ?

Posted: Fri Aug 07, 2009 12:48 pm
by ConvertFromOldNGs
by Patwos >> Wed, 27 Apr 2005 7:18:05 GMT

I haven't encountered this myself, but a search for "jadeeditmask modal" on the known problems page shows it is a previously report problem and will be addressed in the 6.0.22 release.

Unfortunately it looks like the only "work-around" in the interim is to set the edit mask in painter or not use a modal form. :(

Hope that helps,
Pat.

Re: Jade Edit Mask - Bug ?

Posted: Fri Aug 07, 2009 12:48 pm
by ConvertFromOldNGs
by Troy Fowles >> Wed, 27 Apr 2005 8:12:26 GMT

Thanks Pat

Regards Troy