Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Golfnit

    Case Sensitive If Statment?

    Thanks for your responses! I tried the solution from Ngolem but didn’t work for every condition. It somehow still had problems comparing the ASCII numbers. But I was determined this is the way out, so I changed the if statements up a little bit and now it works great! See below...
  2. Golfnit

    Case Sensitive If Statment?

    Hello Group, Crystal 8, strait-up database Trying to get the If statment to detect a difference in case. See the formula field below for code. -------- Originator Formula Field ---------- Local stringVar LocalTemp := Right((Trim({CLIENT.ClientType2})),1); if LocalTemp = "A" then...
  3. Golfnit

    Manualy link 2 unlike fields

    Hello all! Crystal Reports 8.0 Direct Database on local HD I have a Database field ‘FieldA’ that contains 4 characters; I have chopped off the first 3, which leaves me with 1. I used this formula: StringVar TmpString: = Right({FieldA},1) I need to “link” this one character (or the variable...
  4. Golfnit

    If statment - number of executions after 'then'

    Hello, I was wondering how long (in number of statments) an 'if' statment was in affect. ----- Code ------ if IsNull({DEPT.Name}) or {DEPT.DeptID} = "ADM" and {?Administrative}=False or {DEPT.DeptID} = "A" and {?Audit} = False or {DEPT.DeptID} =...

Part and Inventory Search

Back
Top