Page 1 of 1

How to get the values ​​of several fields from another form

Posted: Mon May 25, 2020 11:28 am
by kknm
How to get the values ​​of several fields from another form with one choice in form-edit?

Re: How to get the values ​​of several fields from another f

Posted: Mon May 25, 2020 11:30 am
by kev1n
Are you using a Lookup Field ?

Re: How to get the values ​​of several fields from another f

Posted: Mon May 25, 2020 12:20 pm
by kknm
kev1n wrote:Are you using a Lookup Field ?
yes,but I have to access these fields in calc

Re: How to get the values ​​of several fields from another f

Posted: Mon May 25, 2020 12:23 pm
by kev1n
In the After Save event, use nuSetFormValue()
https://wiki.nubuilder.cloud/ ... tFormValue

Re: How to get the values ​​of several fields from another f

Posted: Mon May 25, 2020 1:08 pm
by kknm
kev1n wrote:In the After Save event, use nuSetFormValue()
https://wiki.nubuilder.cloud/ ... tFormValue
This does not work. It works like this:
LookUp - After Browse:

Code: Select all

$lu = nuLookupRecord ();

nuSetFormValue ('inv_address1', $lu-> cus_address1);

Re: How to get the values ​​of several fields from another f

Posted: Mon May 25, 2020 1:17 pm
by kev1n
Does it work or not?

Re: How to get the values ​​of several fields from another f

Posted: Mon May 25, 2020 1:26 pm
by kknm
kev1n wrote:Does it work or not?
Works on bookmark:
LookUp - After Browse:

Re: How to get the values ​​of several fields from another f

Posted: Mon May 25, 2020 1:28 pm
by kev1n
Yes sorry, I meant After Browse.

Re: How to get the values ​​of several fields from another f

Posted: Mon May 25, 2020 1:37 pm
by kknm
kev1n wrote:Yes sorry, I meant After Browse.
Thank ! Excuse me, because I ask a lot of questions. :roll: