NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on July 27, 2024, 02:44:18 AM

Title: Hide some columns in a browse
Post by: rjolda on July 27, 2024, 02:44:18 AM
Hi,
NT 14.21  C11.0.136
I want to use the same procedure for displaying 'orders ' to the dealer and the customer.  There are some fields that the customer should not see. 
There is no "Hide" condition for strings in a browse so there must be a more crafty way to do it.
Question: how can I hide one or more fields on a browse display?
THanks,
Ron
Title: Re: Hide some columns in a browse
Post by: Vinnie on July 27, 2024, 04:27:30 AM
I use

Browse Field
Coloum Tab
C coloum Condition

p_web.getSessionvalue('ShowECommerce') = True
Title: Re: Hide some columns in a browse
Post by: rjolda on July 27, 2024, 05:04:26 AM
Thanks Vinnie - I thought that it might be the place to hide field.  Will give it a try.
Ron