Question Browse & Cell

I think this is a simple question guys,

I got a browse widget, and there is a 2 field(column) that is enabled and the read-only attribute is set to enabled.

then i created a button for edit, and once i triggered the button, the two columns read only attribute will be disabled so that i can put a data for these fields.

the question is:

How to focus the current rowid i got selected and automatically select the cell where the column editting is disabled, and not left clicking the cell.

Or Just focus or select the cell, in the first row and in the first column that is enabled for editting.



wish you understand what i want guys thanks
Any reply would be so much appreciated thanks,
-caloykoko
 

oli

Member
Did you simply try an APPLY "ENTRY" to <browse-name> at the end of the button's choose trigger?
 

TomBascom

Curmudgeon
Others may be better at it but my personal mind-reading capabilities are pretty unreliable when I cannot see the code that someone is having trouble with.
 
Top