PxPlus User Forum

Main Board => Discussions => Nomads => Topic started by: Jeffrey Ferreira on August 28, 2019, 08:55:43 AM

Title: Firing Off Query
Post by: Jeffrey Ferreira on August 28, 2019, 08:55:43 AM
Hello List,

Is there a way to fire off a query attached to a multi-line if user hits <enter> on field.
Maybe something like this in On Change Logic:

if _EOM$=$0D$ and NUL(CUSTOMER$) then fire off query?

Jeff
Title: Re: Firing Off Query
Post by: Jeffrey Ferreira on August 28, 2019, 09:50:44 AM
I am actually all set on this.

One of my coworkers just told me that I could do this via the validation logic on the multi-line.
In the validation logic if value is null then auto pop query.

jeff