Re: a simple trigger (gnue-forms)
Adrian Maier <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
Jason Cater wrote: > Try: > > ## fldPu.Post-Change (Field-Level Trigger) > ## > blkProd.fldVal.set(blkProd.fldPu.get()) It's working perfectly. Thanks! Yet, i'd like to understand better how does gnue-forms work. I thought that the objects that are available inside the triggers are instances of the GFBlock, GFField, etc classes. In my case this would mean that blkProd.fldVal are blkProd.fldPu are instances of the GFField class. However: looking at this class, i don't see the set() and get() methods. Where should I look when i want to know what methods does a particular object (like blkProd, fldVal, etc) have ? Best wishes, Adrian Maier