Alle 11:11, venerdì 12 ottobre 2007, smiefert at ...784... ha scritto:
> PUBLIC SUB Form_Close()
>
> message.Warning("Wnat to close this App?", "Yes", "Cancel")
>
> END
I'm sure it could be done much better...
PUBLIC SUB Form_Close()
SELECT message.Warning("Wnat to close this App?", "Yes", "Cancel")
CASE 1
PRINT "I'm closed!"
END SELECT
END
Stefano