NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Big Ian on May 01, 2008, 07:27:57 AM
-
Guys
Under certain circumstances I want to be able to hide or at least disable the buttons on a form at runtime i.e. when somebody has selected the services they want and been to the checkout and payed for them I don't want the going back and changing their selections. I would however like them to be able to see what they selected.
Any Ideas?
Cheers
-
Hi Ian,
So I'm guessing that you've got say an "order" - and after the user has been to the checkout the order is "locked" (at least to him). right?
So based on the value of "locked" you want to restrict the update functionality of the child browse?
You can do this by using the "conditional" fields, on the Form tab, of the browse. eg
p_web.GSV('ord:locked') = 0
I confess I'm not sure where the "select" button fits into my model though..
Cheers
Bruce