Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Repost - Search Expression needs UDF
Message
From
23/05/2001 10:25:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Stonefield
Title:
Repost - Search Expression needs UDF
Miscellaneous
Thread ID:
00510340
Message ID:
00510340
Views:
38
I'm reposting this because I originally posted it when everyone was at DevCon and didn't get the needed help....

I am using Stonefield Query for my find screen. When I press the find button, Stonefield Filter screen is invoked. (Good!). I have an unusual circumstance on my Customer and Vendor numbers. My field can contain either numbers or alpha characters - but not both.

The index I usually use on this field is:
IIF(VAL(custno)=0,custno,PADL(STR(VAL(custno),10),10))

When I enter a Filter like: Customer (field name from lookup) EQUALS '10', I get no records. I must enter it like ' 10' in order to get a match. This is too hard to remember for the clients, so I want to put some custom code in the field screen to change the search expression with respect to custno or vendno (field names) to the above mentioned expression. Where do I put this code?

TIA

Sandi Cassidy
Next
Reply
Map
View

Click here to load this message in the networking platform