NetTalk Central

Author Topic: NWB Conditional Display Options  (Read 3608 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 323
    • View Profile
    • Email
NWB Conditional Display Options
« on: July 09, 2015, 04:08:50 AM »
hi Guys,

What should the Condition for NWB conditional display option look like?

I've used the following expression 'I171:MlsDte => TODAY()'

But once the icon changes for the first record, it shows the same for all subsequent records, although the condition is not true.


Vinnie

  • Full Member
  • ***
  • Posts: 182
    • View Profile
    • Email
Re: NWB Conditional Display Options
« Reply #1 on: July 09, 2015, 04:54:53 AM »
'I171:MlsDte => TODAY()'

Not sure if I understand your problem exactly.

Maybe

'p_web.GSV('I171:MlsDte') => TODAY()'

Cheers

Vinnie

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: NWB Conditional Display Options
« Reply #2 on: July 09, 2015, 06:28:26 AM »
Hi Rupert
What type of procedure are you using this conditional in?
Is it tps or sql?
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: NWB Conditional Display Options
« Reply #3 on: July 09, 2015, 06:43:59 AM »
Hi Rupert,

not a lot to go on at all - but I think you want;

I171:MlsDte => TODAY()

without the quotes...

(and I'm going to avoid making any judgements on using numeric prefixes...)

cheers
Bruce

rupertvz

  • Sr. Member
  • ****
  • Posts: 323
    • View Profile
    • Email
Re: NWB Conditional Display Options
« Reply #4 on: July 09, 2015, 07:55:08 AM »
Thanks Bruce, this worked :-)

Is there an example that shows the usage of all the NWB conditional display option fields?