Make sure that your subreports used the same ODBC DSN name as your other subreports. If you have the same record filters for every sub-report, make sure that you name your parameters the same way also. Hope this helps.
Why not create a Group based on formula where your formula clearly specifies the group you want to see OR create a Record selection formula limiting your Memo field with a specific criteria.
If you want to replace it with something else, write an IF..THEN..ELSE condition.
If RIGHT(formula,"00:00") then
mid(formula,1,len(formula)-5) & "12 AM"
NOTE:where 5 is equal to the number of characters in "00:00"
After making a successful connection using SetLogonInfo in an ASP page and previewing my report through the viewer in my IE6 Browser, closing the browser will not close the connection in SQL Server. I've set all my objects to nothing and abandoned all session variables but will not release the...
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.