Is there a way to set focus on a field using formula language when validating a field behind a submit button?ie:
saveas := @Prompt([YesNo];“Submit this Entry?”;“You are about to submit a change of employee request. Do you wish to continue?”);
@If(PayType=“”;
@Return(@Prompt([Ok];"Note";"Please Select Pay Type"));
Thanks!
Christine