io, nel programma che sto realizzando, ho usato un funzione
message con la seguente impostazione:
SELECT Message.Error("Attenzione! -> Tabella Residui" & Chr(10) & "V U O T A" & Chr(10) & Chr(10) & "Cosa vuoi fare?", "FORZO CHIUSURA PROGRAMMA", "PROSEGUO")
CASE 1 ' È stato premuto il pulsante del messaggio --> "FORZO USCITA"
QUIT
CASE 2
b_SwErro = TRUE 'per richiesta operatore di proseguire con Tabella Residui VUOTA
END SELECT
Non ho mai usato un terzo pulsante, però come ti ha indicato anche Berserker79, così dovrebbe funzionare. Devi solo aggiungere un test di tipo
CASE 3Vedi
SELECT Message.Question a pag.114 di "A Beginner's Guide to Gambas". Auguri.
Ciao.