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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.