質問

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.

役に立ちましたか?

解決

try this

@DoWhile(
    @PickList(...);
    n :=@Prompt([YesNo]; "Conformation"; "All Right?");
    n = 1;
)
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top