Search found 4 matches

by GVLORICA
April 19th, 2013, 7:22 pm
Forum: Entry
Topic: CAPI SC can't clear errmsg() box with ESC key (Bug?)
Replies: 3
Views: 4166

Re: CAPI SC can't clear errmsg() box with ESC key (Bug?)

Thanks, more complete description of the work around is to press any arrow key, i.e., UP, DOWN, LEFT, RIGHT. I still hope that someday the behavior of system(out-of-range) and errmsg() generated messages would be the same, that is, do not allow ESC key to clear out-of-range system generated message ...
by GVLORICA
April 13th, 2013, 5:39 pm
Forum: Entry
Topic: CAPI SC can't clear errmsg() box with ESC key (Bug?)
Replies: 3
Views: 4166

Re: CAPI SC can't clear errmsg() box with ESC key (Bug?)

By the way, another workaround is to add the command
set errmsg(operator)
to make errmsg() command behave as if in operator controlled CAPI where you have to press F8 (or you can set it) to clear it. This works but I find system controlled pop up message box as more intuitive.
by GVLORICA
April 13th, 2013, 5:17 pm
Forum: Feature Requests
Topic: Option in CsPro 5 to keep ANSI data file as is
Replies: 3
Views: 5428

Option in CsPro 5 to keep ANSI data file as is

Hi, I just want to give you unsolicited advice on how users of old version of CsPro embrace version 5 and above, that is, leave the original data file format as is. This means that if the data file is in ANSI, the output data file format should not be changed to UTF-8. This can be implemented by eit...
by GVLORICA
April 13th, 2013, 4:29 pm
Forum: Entry
Topic: CAPI SC can't clear errmsg() box with ESC key (Bug?)
Replies: 3
Views: 4166

CAPI SC can't clear errmsg() box with ESC key (Bug?)

Hi, I am developing CAPI (System Controlled) application and I found out that there is a difference in the behavior of CsPro regarding closing/clearing system generated pop up message box (e.g., WARNING: Out of range ...) and errmsg() function (e.g., "You cannot mix entered value with ...). The...