Firing Off Query

Started by Jeffrey Ferreira, August 28, 2019, 08:55:43 AM

Previous topic - Next topic

Jeffrey Ferreira

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

Jeffrey Ferreira

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