DSP development: "#define", "Extended Trigger" and JavaScript
Author: claudio.palladini@cortislentini.it (Claudio)
Hello, like Proc, I'm trying to #define constants for "Extended Triggers". Actually in the "Defines" I have this code: #define LC_LEAVEFLD=if ($fieldname!="") call my_local_procedure($fieldname,@$fieldname,"%%$entname%%%","","") And in the "Validate Trigger" of the Editbox widget I have: <LC_LEAVEFLD> What I want to obtain is to do the same for extended triggers which encapsulate JavaScript code: #define BLA_BLA = webtrigger onBlur javascript this.getDSPInstance().activate("LeaveFld", this.getName(), this.getValue()); endjavascript end It's possible? Smartest ways, are welcome! Thanks all in advance Claudio