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

Carriage Return not taken over

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

  • Carriage Return not taken over

    When the user types carriage return , in de network traffic , there is \n in the textarea field, but on rpg side, via vvin.variable name there is only n instead of \n
    see example on the attachment

    the lDesc = GetFormChar('MHDESC'); doesn't work because i have more the one form to save .

    I have tried in the rpg-program SetWidget('proefspuitHeaderF'); , address the wanted form , but that does not work.

    What i do wrong ?

    Please help me.

    Thanks

    Attached Files

  • #2
    Have you tried accessing your data using the provided functions in the EXNABBTN program? I would not recommend relying on XXXX_row1 as this can change or you may have row2,3,etc...

    Ideally, you should be looping through the rows by using the gSelectionCnt variable (contains the number of rows) and then GetSelectionChar/Num procedures.

    Comment

    Working...
    X