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

Rich Text Editor not appearing in RPG prompts

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

  • Rich Text Editor not appearing in RPG prompts

    When calling an RPG program and prompting the user for more information, if a prompt field type is set to Rich Text Editor, the rich text editor is not appearing. I set the field to be dependent on an app variable where the initial value of the app variable is 'true' but the rich text editor still does not appear.
    Last edited by robert.swanson; 10-10-2023, 09:24 AM.

  • #2
    Thanks for the information, and we were able to replicate this and will have it fixed in the next 6.2 update

    Comment


    • #3
      Thank you! Another bug relating to RPG prompts:

      When a document is uploaded to a field where the type is set to "Upload", the gSelectionCnt is not being pulled.

      Ex: Multi-select on a grid is on. Selecting a button tied to the grid widget when 2 rows are selected:

      When nothing is uploaded (gIsUpload = off)
      • gSelectionCnt = '2'

      When something is uploaded (gIsUpload = on)
      • gSelectionCnt = '0'

      Comment


      • #4
        We have replicated this bug and it will be fixed on the next update. You can fix this yourself now by adding 1 line of code to QCPYLESRC/VVNABBTN. See mod mark /a12 below. After making this change you will need to recompile your program.Screen Shot 2023-10-09 at 9.42.28 AM.png

        Comment

        Working...
        X