to run a form in every 10 mins

we have a form which we want to run in every 10 mins… we went to batch jobs and over view there we have a class name not the form name to mention how to resolved this issue any help will be appreciated!!!

Thanks…

Can you tell us more about the scenario you’re implementing?

I have a customized form I want the form to run in every 10 minutes and execute the form i tried from batch process>>CEE>>batchjob>> view events>>new there when i create a new task it asks the class describtion and class name

Wait, you still didn’t say what the whole thing should do. Do you want to open the form to a user? You can’t use batch for that.

If you just want to run code in a form (without actually showing the form), just move the code to a batch class.