How to add a CR+LF in a multiline text

0
1

Hello,

I’m using WiseJ+PPJ in a ported project from Gupta code and my user informs me he cannot entre a CR+LF anymore into multiline fields. I did try [ctrl]+{enter], [alt]+[enter], [ctrl]+[alt]+[enter] , any manny other combinations with no succes …

Can someone tell me how to sort this out ?

TIA

Mirko

PS Same problem in columns defined as popup

  • You must to post comments
0
0

Hello Alaa,

Tank you very much for your very fast answer 😉

Infact the property AcceptReturn is already set to TRUE

 

I just found out that there is a Sal.MapEnterToTab(true) on the SAM_AppStartup Handler OnAppStartup()

In Gupta we were still able to add a CR+LF using the [ctrl]+[enter] combination.

Is this a PPJ bug ?

 

TIA

Mirko

  • Alaa (ITG)
    Hello Mirko, The MapEnterToTab js code in PPJ doesn’t check for the modifiers, we’ll fix it in PPJ and send you a quick patch for now on your Technology Partner account with us on GitHub.
  • You must to post comments
0
0

Hi Mirko,

You should set the AcceptReturn property to true on the MultiLine TextBox.

Also, it should be already set to true in SalMultilineField.

Best,
Alaa

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.