Pregunta

Is it possible to add confirmation window on the @picklist window? That is, after clicking OK button, I want to prompt user to confirm the choice.

¿Fue útil?

Solución

try this

@DoWhile(
    @PickList(...);
    n :=@Prompt([YesNo]; "Conformation"; "All Right?");
    n = 1;
)
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top