• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Checkbox in Edit Window

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Checkbox in Edit Window

    I added a checkbox to one of my edit widows... assigned an itemId of 'READY'. I'm trying to retrieve the status of the box when the user clicks the save button.
    In the backend pgm, I've coded:

    ready = vvIn_boolean('READY');

    I am not getting an error... but the value is always *off.

    What am I missing?

  • #2
    What does it show in dev tools when you post the request?

    Comment


    • #3
      It says the checkbox is "off"

      pgm:AC1010
      action:updateRec
      mode:edit
      VVRRN:1
      SDPO:507320
      SDSNAM:Spencer Gifts, Inc.
      SDPID:04710281512
      SDORD:10006739
      SDREF:10006739
      SDREL:0
      SDEPDT:2017-02-27
      SDLPDT:2017-02-27
      SDPLTS:0
      SDCTNS:1
      SDLBS:0
      SDCUBE:0
      SDNMFC:
      SDCLAS:
      SDSTS:
      READY:off
      sid:DDF764347320F41A488137656CA8D74A3AFF817CE4B960 1CEBC90E450C9D74B4
      app:1010
      env:1001

      Comment


      • #4
        Found the issue... When I created the checkbox in Architect, I inadvertently changed the inputValue to "off".

        Comment

        Working...
        X