• 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.

Execute script to use a button to change value in field?

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

  • Execute script to use a button to change value in field?

    I am using an Edit Grid to maintain a file. I have buttons for Edit and Remove. I added two additional buttons for Hold and Release that I would like to use to move a specific value into a field on the clicked row, ie. click Hold and value 'H' is moved to field named STATUS, click Release and move a blank in STATUS. Is this possible using the Execute Script option?

    Thanks

  • #2
    You would be better off just calling an RPG program when the user clicks the button and have that RPG program update the record.

    Thanks

    Comment

    Working...
    X