I wish create a xbrowse with checkbox for a list of arrays :
sample
Local aItems4 := { "Disabilitare uno",;
"Disabilitare due",;
"Disabilitare tre",;
"Disabilitare quattro }
and for each text I want save the checkbox ( yes or not)
I wish save the congiguration sample ( yes,not ,not,yes) to call each record
sample IF oLbx:lChecked( n ) ->.....
I wish also a button "Default" to return the old config
Someone can help with a minimal sample ?