Hello,
Since the PHPR version 9.6 there is the feature "show/hide columns on the list pape in runtime".
This is a really good thing, but I have a question: if you have columns suppressed ("EVENTS/Before display on the list page")
for example:
If ($ _SESSION ['group'] <> "admin")
{
$ Xt-> assign ("k_telefonp_fieldheadercolumn", false);
$ Xt-> assign ("k_telefonp_fieldcolumn", false);
$ Xt-> assign ("k_telefong_fieldheadercolumn", false);
$ Xt-> assign ("k_telefong_fieldcolumn", false);
}
Then these suppressed column titles will still be displayed for select/deselect.
Is it wanted like that? Can you also suppress these desclected columns in the show/hide feature?
Otherwise the customers see the field names, which they should not actually see ...
I hope I could explain my problem. Or did I miss something?
Best regards
taumic