are not very experienced but trying to recover work. However the folders are the same and the version paradox
main.ssl:
method run(var eventInfo Event)
var
MyForm Form
endvar
Switch
case formatExist("Estesa Win") :
formatSetDateDefault("Estesa Win")
case formatExist("Window Long") :
formatSetDateDefault("Window Long")
case formatExist("N. Windows") :
formatSetNumberDefault("N. Windows")
case formatExist("Windows N.") :
formatSetNumberDefault("Windows N.")
case formatExist("Ora Windows") :
formatSetTimeDefault("Ora Windows")
EndSwitch
if MyForm.open("Presenta.fsl", WinStyleMaximize) then
close()
else
msgStop("Stop", "Impossibile caricare la scheda di apertura.")
endif
endmethod