Am 21.01.2017 19:46, schrieb Benoît Minisini:
> Le 17/01/2017 à 08:26, Rolf-Werner Eilert a écrit :
>>
>> Where does the webform store the values until the next call? And can it
>> remember calls from different users?
>>
>> Regards
>> Rolf
>>
>
> This is exactly what is named a "session".
>
> A ses
Le 17/01/2017 à 08:26, Rolf-Werner Eilert a écrit :
>
> Where does the webform store the values until the next call? And can it
> remember calls from different users?
>
> Regards
> Rolf
>
This is exactly what is named a "session".
A session in Gambas is a collection that is associated with an HTT
Am 16.01.2017 01:37, schrieb Benoît Minisini:
> Le 16/01/2017 à 01:20, מיוסט שרון a écrit :
hello
I have WebForm1
I put on the WebForm1 two controls of WebButton1 WebButton2
I have a variable of type String named my_A
I would like when I press the WebButton1 the my_A =
Le 16/01/2017 à 01:20, מיוסט שרון a écrit :
>>> hello
>>>
>>> I have WebForm1
>>> I put on the WebForm1 two controls of WebButton1 WebButton2
>>> I have a variable of type String named my_A
>>> I would like when I press the WebButton1 the my_A = "sharon" and when I
>>> click on
>>> WebButton2 I wa
> > hello
> >
> > I have WebForm1
> > I put on the WebForm1 two controls of WebButton1 WebButton2
> > I have a variable of type String named my_A
> > I would like when I press the WebButton1 the my_A = "sharon" and when I
> > click on
> > WebButton2 I want to get the value found in my_A
> >
> >
>
Le 15/01/2017 à 18:31, מיוסט שרון a écrit :
> hello
>
> I have WebForm1
> I put on the WebForm1 two controls of WebButton1 WebButton2
> I have a variable of type String named my_A
> I would like when I press the WebButton1 the my_A = "sharon" and when I click
> on
> WebButton2 I want to get the va
hello
I have WebForm1
I put on the WebForm1 two controls of WebButton1 WebButton2
I have a variable of type String named my_A
I would like when I press the WebButton1 the my_A = "sharon" and when I click on
WebButton2 I want to get the value found in my_A
The problem that when I click on WebButt