Skip to main content

[Migrated content. Thread originally posted on 07 April 2006]

Hello everyone,
I noticed this bad behaviour in a 701 Thin client environment:
I've program1 that makes an accept of an entry-field with:

accept handle-my-entry-filed on exception continue
end-accept

than I launch program2 using hot-key: this program makes
call "msvcrt.dll@__cdecl"
due to get client fileinfo.
Than when I return to program1 the accept is terminated with an exception value of 0 or 1.
Has anyone an idea of avoiding it?
Thanks in advance. Giovanni.

[Migrated content. Thread originally posted on 07 April 2006]

Hello everyone,
I noticed this bad behaviour in a 701 Thin client environment:
I've program1 that makes an accept of an entry-field with:

accept handle-my-entry-filed on exception continue
end-accept

than I launch program2 using hot-key: this program makes
call "msvcrt.dll@__cdecl"
due to get client fileinfo.
Than when I return to program1 the accept is terminated with an exception value of 0 or 1.
Has anyone an idea of avoiding it?
Thanks in advance. Giovanni.
Could the hot key be terminating the accept?

Could you just loop back to the accept after the termination under these circumstances?

Rob

[Migrated content. Thread originally posted on 07 April 2006]

Hello everyone,
I noticed this bad behaviour in a 701 Thin client environment:
I've program1 that makes an accept of an entry-field with:

accept handle-my-entry-filed on exception continue
end-accept

than I launch program2 using hot-key: this program makes
call "msvcrt.dll@__cdecl"
due to get client fileinfo.
Than when I return to program1 the accept is terminated with an exception value of 0 or 1.
Has anyone an idea of avoiding it?
Thanks in advance. Giovanni.
Hi Rob,
sorry for this delayed reply, I was out of office for some days.
1) no the use of the hotkey normally doesn't terminate the accept of the run-unit in which the program currently is, it usually switch to the hot-key program and when it's finished it returned in the original state
2)of course I can loop back to the accept but the matter is that an hot-key can be issued all over the 1000 programs we manage, so we can't search for each accept and maybe workaround an unexpected accept termination 'cos in some cases the exception value after is setted to a value like it would have benne pressed not an hot key but a normal function key (to which normally our programs have to react).
3)the strange thingh is that this behaviour apperas only with Acuthin and not with Wrun32.
Bye Giovanni

[Migrated content. Thread originally posted on 07 April 2006]

Hello everyone,
I noticed this bad behaviour in a 701 Thin client environment:
I've program1 that makes an accept of an entry-field with:

accept handle-my-entry-filed on exception continue
end-accept

than I launch program2 using hot-key: this program makes
call "msvcrt.dll@__cdecl"
due to get client fileinfo.
Than when I return to program1 the accept is terminated with an exception value of 0 or 1.
Has anyone an idea of avoiding it?
Thanks in advance. Giovanni.
If it's a difference between thin client and the windows runtime, you might send it to tech support. Perhaps there is something that has been fixed or needs to be fixed.

Rob