Thanks for the f/u LB. I've tried the following:
PKGMONUTIL.LOG_REPORT ( 'NOW IS THE TIME' )
PKGMONUTIL.LOG_REPORT('NOWTIME')
PKGMONUTIL.LOG_REPORT(''NOW IS THE TIME'')
PKGMONUTIL.LOG_REPORT('''NOW IS THE TIME''')
PKGMONUTIL.LOG_REPORT('"NOW IS THE TIME"')
PKGMONUTIL.LOG_REPORT(['NOW IS THE...
You can do this by:
1. creating a grouping (not for the field you wish to display horizontally).
2. Create a formula something like this:
WhileReadingRecords;
StringVar sID;
If Len(sID)+Len(ToText({Your#},0,'')) < 250 Then -- Note: your string can NOT exceed 254 characters. If it does, you can...
Can anyone help?
We're trying to create a log so that we can know what reports are being used, when, and by whom.
We've created a table in Oracle and a function that receives the report name as a string. In Crystal 8.5, we are attempting to call that function via a SQL expression.
We see...
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.