[SOLVED] Kind of "Run Button" in a Form Application

I need to process several rows in a form just as it is done in a grid application, for example to delete three records at the same time. How can I achieve this?

You need a multirecord form and set checkboxes on. Then you need to create a button which will trigger processing. Each record will call the onnewrecord event where you can put your requested sql actions. Afaik there’s a nice movie on youtube / scriptcase.net who shows you the feature.

Thanks a lot. It works!