NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
I use
Browse Field
Coloum Tab
C coloum Condition
p_web.getSessionvalue('ShowECommerce') = True
-
Thanks Vinnie - I thought that it might be the place to hide field. Will give it a try.
Ron