Re: getting data from a dialog into a form
James Thompson <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
On Thursday 18 August 2005 11:03, Andreas Fromm wrote: > Hi, > > I've been trying to set up a dialog that asks for some extra data and > set an entry value in the originationg form. My problem is that I > can't access the fields via blksomething_of_form.field1.set() from > within a trigger fired from the dialog. > > How do I do it? You have to pass parameters back and forth between the form and the dialog. If you have svn you can see an example of this in the gauntlet form in the gnue-samples section gnue-samples/testcases/forms/gauntlet/gauntlet.gfd If you have any troubles please let me know. Take Care, James