ben.kansas
10th April 2008, 23:11
Hi All,

I was curious to know if Baan allows a Field's Events to be triggered programmatically.

For instance I zoom to a session from a Location field and then return a value to that field. In the After.Zoom Event of Location I use the returned data to run a select query and populate other fields on the form.

Is it possible to trigger the Check.Input event of those other fields?

Thanks,
Ben

NPRao
11th April 2008, 00:02
Is it possible to trigger the Check.Input event of those other fields?

You can use the standard function - check.all.input() or check.input.fieldname()

Note - Just noticed you got Baan-4 and LN on your profile. This works for UI scripts, some of the fields might have fieldname.check() in the DALs which might not be triggered with this call.

ben.kansas
11th April 2008, 16:38
NPRao,

Thanks for your help. The check.input.fieldname() function worked. I appreciate your help.

Ben