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 bkrike 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: *

  • Users: LiamE
  • Content: Threads
  • Order by date
  1. LiamE

    Using InStr with non-printable characters

    Hello, I have a database field containing text that is split using the "Horizontal tab" character, i.e. ASCII code 9 (vbTab). My Crystal Formula (Basic syntax) needs to detect this using InStr but this does not appear to find it. e.g. using iChar = InStr(iStartChar, strToSearch, Chr(9), 1)...
  2. LiamE

    Passing parameters to Stored procedures in Formula Editor

    I am trying to create a crystal report (Using Crystal Reports for Visual Studio.NET) that uses a formula to decide how to lay out text for a Group on the report. I have a stored procedure called sp_GetTestSetLevel that takes the ID of a TestSet record, and recursively works out what level it is...

Part and Inventory Search

Back
Top