Hello
I want to share with you this experience.
My customer uses the instruction GETARG(WEB) to know if it is PcVue or WebVue action.
With PcVue 11.2,
0 = local user
non-zero = WebVue client (using a Run Program animation). Can be only positive value
With PcVue 12,
0 = local user
non-zero = WebVue client (using a Run Program animation). It is a signed long integer. Can be positive or negative.
My customer builds variables with this ID session. All functions are bad with errors after migration 🙁
hmmm big bug apparently.
Hope you made a SPR Anthony
Nico
No SPR because I asked the developper and the answer was "work as designed".
My customer builds variables with this ID session.
Doesn't that lead to the conclusion that the good migration path is to use variable scope, instead?
I mean: do you actually still need the session id?
Hi Armin
Totally agree with you ! Variable scope are the good way.
I just want to make a warning in case of migration.


