Subject Re: dbl left clik in browse screen
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Wed, 18 Apr 2018 23:04:56 +0530
Newsgroups dbase.getting-started

On 18/04/2018 18:16, ed furche wrote:
> ed furche Wrote:
>
> I have attached a test WFM and a DBF.  Am I doing something wrong???  I dont know how to refer to the field I want to store in the entryfield.  Do I use WO->WONO  OR WO1->WONO?

I have just viewed your code not tried to run it. The suggestion is
based on the query name used in the attached form.

WO1->WONO was used in xdml
in OODML the syntax is
stwono = form.wo1.rowset.fields["WONO"].value

Regards
Akshat