private _lastString = "";
private _currentString = "";
CSpDisplayField _df = null;
xxx_onBeforeDisplayEvent(...)
{
_df = (CSpDisplayField) event.getSource();
_currentString = _df.getValue().toString();
if (_currentString.equals(_lastString))
{
return (SKIP);
}
_lastString = _currentString;
return (PROCEED);
}
-Chip
Team NetDynamics
"Kaluza, Isabel SLGA" <[EMAIL PROTECTED]> wrote:
>Hi
>I want to know what is the easiest way to supress a field in ND 4.1.3
>
>I have the following being displayed on a page in a repeated group
>
>Isabel 5 06/04/99
>Isabel 5 06/06/99
>Mark 6 07/01/99
>Mark 8 07/01/99
>
>I want the page display to look like
>Isabel 5 06/04/99
> 06/06/99
>Mark 6 07/01/99
>Mark 8 07/01/99
>
>What is the easiest way using ND 4.1.3 with java to do this
>with minimum coding possible??
>
>
>Isabel Kaluza
>Junior Systems Planning Analyst
>Saskatchewan Liquor and Gaming Authority
><mailto:[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]