[Gambas-user] WebForm

Mike Crean mike.crean at y7mail.com
Sat Apr 10 10:34:04 CEST 2021


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
RegardsMike





-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210410/38f509ed/attachment.htm>


More information about the User mailing list