In my openion the second method is more professinal and i am always used it.
Finish your loop and then close the connection at the end, no need to do more work.
1) Open your subreport and in the details section where you displaying all the fields.
2) Choose one of the fields that you want to show it Let's say for example the field name is "EMP_NAME".
Make sure that this "EMP_NAME" field will not have any data when you want...
You have to put in subreport "Data is not Avaliable" as a text and suppress this text when there is data, if there is no data do not suppress it.
if you want in more details i will send it to you with scripts.
Ibtisam.
Hi Kinl,
In ASP you can not have double quotation inside double quotation. So, what you will get if you try this code?
the Code:
"EXEC spPR_ReleaseInsert [' & TRIM(Request.Form("info")) & '], [' & TRIM(Request.Form("headline")) & '], 1"
If it is still not...
I faced the same situation. I was trying to view my report through ASP page and connecting to sql server. It works fine, with using the activeX controls.
I think the "type mismatch" error you got because the parameter type you send to the report is not of the same type that used in...
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.