PxPlus User Forum

Twitter Twitter Twitter

Author Topic: Firing Off Query  (Read 1259 times)

Jeffrey Ferreira

  • Diamond Member
  • *****
  • Posts: 175
  • I must have taken a wrong turn at Albuquerque.
    • View Profile
Firing Off Query
« 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

Jeffrey Ferreira

  • Diamond Member
  • *****
  • Posts: 175
  • I must have taken a wrong turn at Albuquerque.
    • View Profile
Re: Firing Off Query
« Reply #1 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