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
Dim txt As Control For Each txt In FDaily.Controls If (Object.Class(txt).Name) = "TextBox" Or (Object.Class(txt).Name) = "DateBox" Or (Object.Class(txt).Name) = "ComboBox" Then Object.SetProperty(txt, "ReadOnly", True) Endif Next