function myGlobalmethod (vEvent, vValue) {
//blahblah do stuff here
}
wonderfull.
On a form, a I put this global on a button, the Events auto appear, I can fill in a value into vValue, wonderfull!
but is it possible to fill in a fieldname into the vValue, so that Servoy looks for that fieldvalue, and than passes me that?
Everything I tried, is converted into a string… so I always get the fixed string there.
Maybe I’m missing something, don’t know, that’s why I ask here