Problem solved !!
I scriptedthat is, I added an instruction to show a column, and works perfectly.
I scripted
CODE:
dispatch "ResetList" to group "DataGrid 3" of cd "manage products" put the dgprops["columns"] of grp "datagrid 3" into tColumns repeat for each line tColumn in tColumns set the dgColumnIsVisible[tColumn] of grp "datagrid 3" to false set the dgColumnIsVisible ["discrec"] of grp "datagrid 3" to true end repeat
Statistics: Posted by CAsba — Wed Jul 24, 2024 12:54 pm