TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
Hello,
When editing text in a multiline text field, the ENTER key should move the insertion bar to the next line. In TD 6.2 SP1 only Ctrl+ENTER works in this way. If i press the ENTER key in a multiline text field or an editable multiline column of a table window, then the default button is triggered.
Is there a workaround?
Thank you!
Best regards
Ludwig
When editing text in a multiline text field, the ENTER key should move the insertion bar to the next line. In TD 6.2 SP1 only Ctrl+ENTER works in this way. If i press the ENTER key in a multiline text field or an editable multiline column of a table window, then the default button is triggered.
Is there a workaround?
Thank you!
Best regards
Ludwig
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
can confirm this behavior
in TD 6.1 SP4 same bug.
in TD 1.5.1 ENTER inside a multi line field creates a new line (CRLF).
hope this could be fixed in the near future.
thank you
M.Schmidt
in TD 6.1 SP4 same bug.
in TD 1.5.1 ENTER inside a multi line field creates a new line (CRLF).
hope this could be fixed in the near future.
thank you
M.Schmidt
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
I can confirm this, too. In TD 5.2 it works, in TD 6.2 SP-1 a new line is created and then the default button is triggered. This should be fixed, please.
Best regards,
Uwe van der Horst
stp.one
Uwe van der Horst
stp.one
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
Hi All:
It is working for me unless I am missing something here.
Thanks
Victor Espinal
It is working for me unless I am missing something here.
Thanks
Victor Espinal
You do not have the required permissions to view the files attached to this post.
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
In your sample a SAM_Click Action is missing.
Here are 2 samples
1. SalMapEnter in combination with SalSetDefButton
2. Pushbutton with keyboard accelerator ENTER
in both cases an ENTER in the multiline filed makes a new line but the SAM_Click Action
of the pushbutton is fired, too.
Especially if a Pushbutton has the keyboard accelarator "ENTER ", a normal working in a form window
with multilinefields is impossible!
kind regards
M.Schmidt
Here are 2 samples
1. SalMapEnter in combination with SalSetDefButton
2. Pushbutton with keyboard accelerator ENTER
in both cases an ENTER in the multiline filed makes a new line but the SAM_Click Action
of the pushbutton is fired, too.
Especially if a Pushbutton has the keyboard accelarator "ENTER ", a normal working in a form window
with multilinefields is impossible!
kind regards
M.Schmidt
You do not have the required permissions to view the files attached to this post.
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
Hi:
I have logged a defect TD-20648.
Thanks
Victor Espinal
I have logged a defect TD-20648.
Thanks
Victor Espinal
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
This issue has not been fixed with SP-2. I hope that it is scheduled to be fixed in the next release.
Best regards,
Uwe van der Horst
stp.one
Uwe van der Horst
stp.one
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
Hi:
The resolution of this defect has not been scheduled yet.
We will inform you on any updates.
Thanks
Victor Espinal
The resolution of this defect has not been scheduled yet.
We will inform you on any updates.
Thanks
Victor Espinal
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
I'm sorry.
for me SP2 of TD 6.2 is a solution for this problem.
now an ENTER inside a multiline field creates a new line without any interaction with a button defined as a default button
or with a button with an accelerator "ENTER"
kind regards
M.Schmidt
for me SP2 of TD 6.2 is a solution for this problem.
now an ENTER inside a multiline field creates a new line without any interaction with a button defined as a default button
or with a button with an accelerator "ENTER"
kind regards
M.Schmidt
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
@Mike: Thank you.
@M.Schmidt: I can confirm what you say, thank you too. I didn't find this in the fixed list for SP2 and in my application SalMapEnterToTab was set to TRUE by mistake. Sorry for the confusion.
There is one minor issue I want to mention: In multiline fields everything is perfect, when pressing Enter I have a line break. In Grid Column of type "Popup Edit" when pressing Enter I have two line breaks in TD 6.2 SP2 and one line break in TD 5.2. For us this has no importance.
@M.Schmidt: I can confirm what you say, thank you too. I didn't find this in the fixed list for SP2 and in my application SalMapEnterToTab was set to TRUE by mistake. Sorry for the confusion.
There is one minor issue I want to mention: In multiline fields everything is perfect, when pressing Enter I have a line break. In Grid Column of type "Popup Edit" when pressing Enter I have two line breaks in TD 6.2 SP2 and one line break in TD 5.2. For us this has no importance.
You do not have the required permissions to view the files attached to this post.
Best regards,
Uwe van der Horst
stp.one
Uwe van der Horst
stp.one
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
Hi:
Tested and working ok with TD 6.1 SP5 and TD 6.2 SP2.
Thanks
Victor Espinal
Tested and working ok with TD 6.1 SP5 and TD 6.2 SP2.
Thanks
Victor Espinal
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
Hi,
I cannot confirm that the bug is solved with TD 6.2 SP2.
@mschmidt
Please test my samle, I tested on Windows 8.1 Prof. 64 Bit and Windows 7 Ultimate 64 Bit
enrico
I cannot confirm that the bug is solved with TD 6.2 SP2.
@mschmidt
in my case it creates a new line but also the button with the accelerator "Enter" in the Toolbar is executet.now an ENTER inside a multiline field creates a new line without any interaction with a button defined as a default button
or with a button with an accelerator "ENTER"
Please test my samle, I tested on Windows 8.1 Prof. 64 Bit and Windows 7 Ultimate 64 Bit
enrico
You do not have the required permissions to view the files attached to this post.
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
Hi:
Move your pushbutton out of the tool bar and place it on the outline with the multiline. (The original issue was reported this way.)
It works Ok on TD 6.2 SP2.
Thanks
Victor Espinal
Move your pushbutton out of the tool bar and place it on the outline with the multiline. (The original issue was reported this way.)
It works Ok on TD 6.2 SP2.
Thanks
Victor Espinal
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
Hi,
should I open a new bug?
The last 20 years also my sample works, without execute the "Enter" button.
enrico
should I open a new bug?
The last 20 years also my sample works, without execute the "Enter" button.
enrico
Re: TD-20648: TD6.2 SP1 - ENTER does not wrap line in MultilineField/Col
indeed so it is!
the difference between the 2 samples is:
in your sample the button is an object inside a tool bar
And of course this is a normal situation.
so the problem is solved only for form windows without a tool bar
I hope we don't have to wait again half a year to solve this.
kind regards
M.Schmidt
the difference between the 2 samples is:
in your sample the button is an object inside a tool bar
And of course this is a normal situation.
so the problem is solved only for form windows without a tool bar
I hope we don't have to wait again half a year to solve this.
kind regards
M.Schmidt
You do not have the required permissions to view the files attached to this post.
Who is online
Users browsing this forum: [Ccbot] and 0 guests