Hi,
i was looking for some code-examples, on how I can create my own, sample-code for globals we made…
we have for example this:
/**
* @properties={typeid:24,uuid:"4DA52911-D0D4-4942-8C9D-00104B48B973"}
*
* @param {JSEvent} v_Event the event that triggered the action
* @param {String} v_FormTo the form you want to show
* @param {Boolean} v_Foundset take foundset with you
*
* @returns {Boolean} valid value
*/
function showForm(v_Event,v_FormTo,v_Foundset) {
/blabla
}
This does nothing when I right click on my global in Eclipse, and select: move sample-code