NetTalk Central

Author Topic: Filters does not seem to work in non related tables.  (Read 2811 times)

astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Filters does not seem to work in non related tables.
« on: June 06, 2014, 05:08:18 AM »
Hi,

I cannot seem to get the filter to work my NetWebBrowse('BrowseReceivers'). Using Clarion 9.1-11054, NetTalk 8.15.

Attached is the app and dictionary.

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Filters does not seem to work in non related tables.
« Reply #1 on: June 06, 2014, 05:42:56 AM »
your filter is currently set to

'rcv:productionnumber = loc:pn'

loc:pn is a Cstring.

so your filter should be

'rcv:productionnumber = ''' & loc:pn & ''''



astahl

  • Sr. Member
  • ****
  • Posts: 308
    • View Profile
    • Email
Re: Filters does not seem to work in non related tables.
« Reply #2 on: June 06, 2014, 07:59:51 AM »
Thanks Bruce, that worked.