Set Focus on a button using lotus script

I am trying to set focus on a button in a form using Lotus script, Can anybody help me in this case to set focus on a button using script.

Thanks in Advance,

Mandeep Singh

Subject: Probably need to use Windows API for this

You would need to get a handle to the button then use the SetFocus Windows API command. Try using a tool like Spy++ to see how the button appears at the API level so that you could a handle to it.

Subject: Thanks a lot . . .

'll try it and let you know.Thanks for the help.