[Gambas-user] WebForm
Jussi Lahtinen
jussi.lahtinen at gmail.com
Sat Apr 10 20:59:22 CEST 2021
Can you send the isolated problem as a project?
Jussi
On Sat, Apr 10, 2021 at 11:35 AM Mike Crean via User <
user at lists.gambas-basic.org> wrote:
> In the following code the WebTimer is not set to True when the code is
> executed !!
> Why??
>
> ' Gambas class file
>
> Export
> Public Cnt As Integer
>
> Public Sub WebForm_Open()
> WebTimer1.Enabled = True
> End
>
> Public Sub WebTimer1_Timer()
> Cnt = Cnt + 1
> WebLabel1.Text = Cnt
> End
>
> Regards
> Mike
>
>
>
>
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210410/4cbf0906/attachment.htm>
More information about the User
mailing list