Page 1 of 1

Edit MGF File

Posted: October 30th, 2017, 8:34 am
by khurshid.arshad
Dear Martin;

I hope you are doing well. There is a way to make my own error codes with "Yes - No" option. example.

801011 Do you want to Accept this value?

I want to show this error on the screen like:

Do you want to Accept this Value?
Yes No


Thanks.
a.

Re: Edit MGF File

Posted: October 30th, 2017, 12:19 pm
by josh
This isn't something that can be specified in the message file but the errmsg() statement lets you add custom buttons to the message dialog by using the select statement. See the help for errmsg for examples: http://www.csprousers.org/help/CSPro/er ... ction.html

Re: Edit MGF File

Posted: December 11th, 2017, 6:13 pm
by mahmoudadel2214
You can use errmsg("bla bla"), select("yes" , "no")