문제

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