I am triyng to pass parameters (strings and integer) from one view to another, so that in the OnShow event I could load a register automatically


I tried to do with Global Variables (not recommended). Then tried with propertys. When I test in my developer environment It works fine.


But when I run the application based on a Cloud Server the parameter received by the destiny view was incorret or was the value of last try.


Then support told me to use webpropertys.


but when I use Webpropertys, in the destination view I get the error : Object of the first view is out of escope for the webproperty


I running VDF 18.2 in a Web Project


Is there a way to solve this problem?

Thanks for any help