11
Views
3
Comments
Global variable
Question
I know that is silly question but I have to ask them. How Can I create global variable. I mean I create local variable which contain content of inputbox and after click "submit" I want display this variable in other web screen but I can't use this variable because it's unavailable. Can you help me cope with this problem?
2011-06-15 10-51-52
Cipriano Teibão
Hi,

You could use a Session Variable



Regards,
Cipri
UserImage.jpg
Norbert Blandzi
Thanks  Cipriano, I totally forgot about this kind of variable :)
2012-03-16 12-21-09
João Rosado
Staff
Hi Norbert

If you jump to the other screen in the sequence of your form  you should be able to pass it as an Input Parameter of the screen.
Session Variables should not be abused as argument passing unless it is really necessary.

Regards,
João Rosado
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.