Field focus in client

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

Subject: Field focus in client

Hi Christine ,

@Command([EditGotoField];“fieldname”)

Cheers

Raj

Subject: RE: Field focus in client

Thanks so much - I was making it harder than needed to be!!

Christine