cancel
Showing results for 
Search instead for 
Did you mean: 

Focus on column in table

Former Member
0 Kudos

Hi,

Is it possible to have the focus on the table column if that is the one of the first editable columns?

Scenario:

On click of button, popup is presented with readonly table, on selection of the line from the readonly table the popup closes and fills the table X; where 3 columns (out of 10) are editable.

Hence the question. The user should be able to enter Quantity immediately into it instead of first clicking...

Best regards,

Dharmi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dharmi,

Do you want to have the focus on a column or a row ?

Former Member
0 Kudos

Hi Yogev,

Sorry, On the row.

Regards,

Dharmi

Former Member
0 Kudos

Hi Dharmi,

As Sahi said, you can try usinig the FIND (Find row) action (it is relevamt if you know the row's content in advance, so you can look for it).

If the FIND action find's a row that maches your search criteria - then this line gets the focus.

Maybe that can help.

regards

Yogev

by the way,

Otherwise - if the FIND action did not find what you were looking for, a NULL value wiil be returned.

Former Member
0 Kudos

Hi Yogev,

Find row is not what I require, since when the popup inserts the row in the table, the cursor is already at that row, in other words that is the selected row, I want the cursor to be at the Editable column Quantity... so the user can enter 1 / 2 /5 immediately...instead of tabbing to that particular column.

Regards,

Dharmi

Edited by: Dharmi Tanna on Nov 12, 2008 11:08 AM

Former Member
0 Kudos

did you try the "Find row" action?

Shai