Edit MGF File

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
khurshid.arshad
Posts: 571
Joined: July 9th, 2012, 11:32 am
Location: Islamabad, Pakistan

Edit MGF File

Post 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.
Last edited by khurshid.arshad on October 30th, 2017, 8:54 am, edited 1 time in total.
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: Edit MGF File

Post 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
mahmoudadel2214
Posts: 2
Joined: October 28th, 2017, 10:14 am

Re: Edit MGF File

Post by mahmoudadel2214 »

You can use errmsg("bla bla"), select("yes" , "no")
Post Reply