Page 1 of 1
NOT click on one column
Posted: Mon Nov 16, 2020 12:52 pm
by Silvio.Falconi
the row with the arrow does not have the content because it relates to the checkbox first column of the browse (that of customers)
Since the display of this line cannot be avoided
it is possible to block it in case of choice of the end user
this line cannot be changed by user
How resolve ?
Re: NOT click on one column
Posted: Mon Nov 16, 2020 4:01 pm
by FranciscoA
Silvio.Falconi wrote:
the row with the arrow does not have the content because it relates to the checkbox first column of the browse (that of customers)
Since the display of this line cannot be avoided
it is possible to block it in case of choice of the end user
this line cannot be changed by user
How resolve ?
I think if you put the following code in the ON INIT of the dialog, and in the bChange of the browse, could be solve it.
Code: Select all
if( Empty(oBrw:Colonne:Value), oBrw:Skip(), )