We have multiple cryatl (.rpt) reports that are loaded/called from an asp file. Are data sources have changed and we want to pass a new datasource as a varible to the (.rpt) report without hardcoding. How would I do that?
Any help greatly appreciated.
Get any error messages or anything? If not suggest turn on filter logs and look at after a ticket appears to be submitted and then might be able to decifer better.
run this against the database:
select name, schemaId from arschema
and you will get the T-table name
name is the form name and schema id is the (T) name.
(EX.. User T1)
(EX.. Group T2)
then print that out and you will never be lost
feel free to let me know if you need help.
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.