Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
non capisco se sia il formato ma le immagini si vedono poco nitidamente
Ciao Luigi Testato il nuovo form
alla grandissima
allego immagine
Vedi l'allegato 2212375
GetDataEstr(Rig)
Ciao
Option explicit
Sub Main
dim idPrimaRiga , id , r
MostraFormOutput
idPrimaRiga = GetIdEstrPrimaRiga()
for r = 1 to Righe
id = idPrimaRiga + (r -1)
AddRigaOutput(GetDataEstr(id))
next
End sub