Hi,
i'm totally new to crystal reports but have complished some already.. I have problem about web reporting or thats where i encounter it only.
When designing the report everything works just fine. I pass 3 variables for the report and on those basis it shoouuld collect the data. In the designer this works just fine but when the report is tried to seen on the web it just show the hour glass.
The report is passed the DateTime range which alone works fine, but i needed a variable to tell what 'product' to get.
The variable is a string of numbers and the database has varchar. First i thought it was bacause the format is some how converted to something incorrect i placed this:
({REQ_UNIT.REQ_UNIT} = CStr({?laitos})) and
({STUDY.EXAM_DATE} in {?pvm} to {?pvm2})
the cstr is just a desperate attempt and same with the extra '(' and ')', works ok in the crystal viewer/designer whatever. But if viewed with ie&activex viewer it just shows the hour glass and in some point it time outs. No error shown or anything. And if I view the pages source the variables are correct in the vb script.
im totally confused with this one.
--Morfeus
i'm totally new to crystal reports but have complished some already.. I have problem about web reporting or thats where i encounter it only.
When designing the report everything works just fine. I pass 3 variables for the report and on those basis it shoouuld collect the data. In the designer this works just fine but when the report is tried to seen on the web it just show the hour glass.
The report is passed the DateTime range which alone works fine, but i needed a variable to tell what 'product' to get.
The variable is a string of numbers and the database has varchar. First i thought it was bacause the format is some how converted to something incorrect i placed this:
({REQ_UNIT.REQ_UNIT} = CStr({?laitos})) and
({STUDY.EXAM_DATE} in {?pvm} to {?pvm2})
the cstr is just a desperate attempt and same with the extra '(' and ')', works ok in the crystal viewer/designer whatever. But if viewed with ie&activex viewer it just shows the hour glass and in some point it time outs. No error shown or anything. And if I view the pages source the variables are correct in the vb script.
im totally confused with this one.
--Morfeus