19/05/2023: A causa di un errore sono stati cancellati, insieme ad account creati da bot, alcuni account legittimi. Si prega di leggere qui: https://www.gambas-it.org/smf/index.php?topic=9733.0
PUBLIC FUNTION Run() as Boolen RETURN NOT ME.ShowModal()END
PUBLIC SUB Button1_Click()DIM Risp AS Boolean Risp = Form1.Run()END
PUBLIC FUNCTION Run() AS Boolean RETURN ME.ShowModal() END
PUBLIC SUB Button2_Click() DIM Risp AS Boolean Risp = Form1.Run() END