It looks like you're new here. Sign in or register to get started.
UPPERCASE(Copystr(Value,1,1)) = 'E'
uppercase(Value[1]) = 'E'
setfilter("No.",'@%1*','E') ;
Comments
Can you tell us what did you try?
Did you check STRPOS function?
http://msdn.microsoft.com/en-us/library/dd355417.aspx
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
so i have to code like if customer no stat from 'e' then.....
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Check the the first character of a variable: or If you want to filter your table on it :
IF STRPOS(Cust."No.",'E')=1 then Begin
and i got it