Hi,
I`m quite new to Nettalk web, but here we go,
Using CW 6.3 (9057) & Nettalk 4.29
Have a table called
overf where I want to filter on a cople of fields named
Fort and
Status, the value in the status field is 99 or 0 (zero) but the NetBrowse filter does not accept 0 in the status fileld.
Filter that shows "all" records
ThisView{prop:filter} = 'OVE:Fra_Lokasjonnr = ' & p_web.GetSessionValue('AKS:Kundenr') &' And OVE:Fort=0'
Shows records regardless of value in the status field, when I add the filter below, only record containing the value 99 shows,
not the ones with the Statuts =
0 ThisView{prop:filter} = 'OVE:Fra_Lokasjonnr = ' & p_web.GetSessionValue('AKS:Kundenr') &' And OVE:Fort=0 And OVE:Status<=99' I Also tried
ThisView{prop:filter} = 'OVE:Fra_Lokasjonnr = ' & p_web.GetSessionValue('AKS:Kundenr') &' And OVE:Fort=0 And ( OVE:Status=0 or OVE:Status=99)Same result, I have Offcource records with Status=0 (and fort=0 and Fra_lokasjonsnr = p_web.GetSessionValue xxx
Cheers
Tor-Bjarne