NetTalk Central

Author Topic: DropList Filter not working properly. Suggestions ?  (Read 3461 times)

britech

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
DropList Filter not working properly. Suggestions ?
« on: July 29, 2010, 04:13:54 PM »
Hi Folks,

I have a field on a form, where I have a DropList that needs to be filtered.

'CHA:ClientID=5'      THIS WORKS! in the filter.

'CHA:ClientID=LOC:Client_ID'     DOES NOT work.

I know that LOC:CLIENT_ID=5  , because I have messaged it at these 3 embed Points:

GenerateForm / Start

Generate Form / Before Form

InitForm / Start

LOC:Client_ID = 5  at all three locations in the code.
I have added LOC:Client_ID as a hot field, I have added CHA:ClientID as a hot field.
Nothing seems to work.

Suggestions?

Brian



NT5 PR26
6.3 9055

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: DropList Filter not working properly. Suggestions ?
« Reply #1 on: July 29, 2010, 04:29:54 PM »
try

'CHA:ClientID=' & LOC:Client_ID

britech

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: DropList Filter not working properly. Suggestions ?
« Reply #2 on: July 29, 2010, 05:10:05 PM »
Perfect !!!!!
Forgot this was being thrown into a PROP:SQL statement, which knows nothing about LOC:CLIENT_ID.
Good eye Kevin, and thanks.

Brian
NT5 PR26
6.3 9055

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: DropList Filter not working properly. Suggestions ?
« Reply #3 on: August 30, 2010, 11:39:37 PM »
Thank you tooo Kevin!
Didn't know why was not working....
Robert