AFAIK, setVisible works for any visual object, including an href, but it is
a little tricky. You have to specify it before a certain point in
processing, otherwise it doesn't take effect until the _next_ display
(particularly in 'repeated' situations).
-- Curt Springer, Team ND
At 12:06 AM 9/14/99 -0700, Colm Moynihan wrote:
>Hi,
>
>I have a Search button on one screen which opens another screen.
>I am having a problem hidding the HREF on the other screen.
>
>I have tried load(false) however I need to set a few fields on the other
>screen
>I have tried setvisible doesn't work on HREFs
>I have tried setdisplayFieldValue does work for HREFs
>I have tried processEvent doesn't seem to work
>
>I know how to hide a HREF by using the following code
>public int hrNext_onBeforeDisplayEvent(CSpDisplayEvent event)
> {
> if (arrayOfVarDescs !=null && arrayOfModDescs != null
> && arrayOfVarDescs.length > nextOffset && arrayOfModDescs.length >
> nextOffset && nextOffset!=100)
> return(PROCEED);
> else
> return (SKIP);
>
> }
>
>
>Any suggestions ??
>
>Colm
>_________________________________________________________________________
>
>For help in using, subscribing, and unsubscribing to the discussion
>forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
>
>For dire need help, email: [EMAIL PROTECTED]
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]