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

setresponse and setvalue not the same.

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

  • setresponse and setvalue not the same.

    Hello Team, I'm using a button helper to set a value in a form widget with SetResponse. I can send 1024 back to the front end. That works well. I have a form help program that doesn't use the SetResponce procedure, I use SetValue, and that one is only 256 back to the front end. I need more than 256. What can I do to get my form helper to send a larger string value back to the front end?
    Thanks.

  • #2
    We will change this in the next update. If you do not want to wait...you can change QCPYLESRC,VVNABTMPL

    Assuming you are on the latest build...change the following lines:
    • 131.61 - change from 256 to 1024
    • 910.45 - change from 256 to 1024
    • 910.48 - change from 1024 to 4096

    Comment


    • #3
      I can do that.

      Comment

      Working...
      X