[Gambas-user] WebTable

T Lee Davidson t.lee.davidson at gmail.com
Thu Apr 30 21:17:10 CEST 2020


On 4/30/20 2:55 PM, Mayost Sharon wrote:
> ---------- Original Message -----------
> From: "Mayost Sharon" <sharon at 455.co.il>
> To: Gambas Mailing List <user at lists.gambas-basic.org>
> Sent: Thu, 30 Apr 2020 21:33:07 +0300
> Subject: [Gambas-user] WebTable
> 
>> Hello
>>
>> When I refresh the page (Ctrl+R Firefox)
>> Adds duplicate columns to WebTable
>> Attached is an example
>>
>> Many thanks
> ------- End of Original Message -------
> 
> Hello
> 
> I see one of the examples:
> Who used the event:
> Public Sub _new ()
> End
> 
> I did put my code inside _new
> And that fixed the problem
> 
> Is it possible to get help for what is _new and what is the difference between an Open event
> 
> I did not see any such event in WebForm
> 
> Many thanks

http://gambaswiki.org/wiki/cat/special
(From the main Wiki page > Language Overviews > Special Methods)

The _new special method is called when the object is created. For a form, this occurs prior to the form being Opened.


-- 
Lee


More information about the User mailing list