return skip in onbeforedisplay event is what i use most of the time.
"Colm Moynihan" <[EMAIL PROTECTED]> 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]