But I do not have a button and I don't need it. That's why I cannot use response.redirect. Unless I can somehow use it not clicking on special button..??
I do not use session variable.
Our DBA's do not like it for some reason.
Can someone post a sample how to use LinkButton?
Plus, I had a suggestion to use
ItemDataBound. But I keep getting a lot of errors.
Again, any samples????
Thanks a lot
I have the following SQL:
select
decode(grouping(r.status_desc)+grouping(r.status_code)+grouping(r.AUDIT_DEPT_ID),0, r.status_CODE, 'Total') status_code,
decode(grouping(r.status_code)+grouping(r.STATUS_DESC)+grouping(r.AUDIT_DEPT_ID),0, r.AUDIT_DEPT_ID, NULL) AUDIT_DEPT_ID...
I have a grid with populated summary data which depends on drop down selection by departments.
One column in this grid is hyperlink which send three different parameters to detail screen. I am using URL on the HTML side: NavigateUrl='<%# DataBinder.Eval(Container, "DataItem.STATUS_DESC"...
I have a grid with populated summary data which depends on drop down selection by departments.
One column in this grid is hyperlink which send three different parameters to detail screen. I am using URL on the HTML side: NavigateUrl='<%# DataBinder.Eval(Container, "DataItem.STATUS_DESC"...
I have the following SQL:
select
decode(grouping(r.status_desc)+grouping(r.status_code)+grouping(r.AUDIT_DEPT_ID),0, r.status_CODE, 'Total') status_code,
decode(grouping(r.status_code)+grouping(r.STATUS_DESC)+grouping(r.AUDIT_DEPT_ID),0, r.AUDIT_DEPT_ID, NULL) AUDIT_DEPT_ID...
I am using Crystal 9.0, Oracle DB. I need printable version of the report and I send it to .pdf. I have a field "Comments" which passing ok but.. If in this comments user write anything using double qouts it displays like " User Comment " instead of "User Comment". How can I fix it??
I have a crosstab which show number of projects and amount for different departments by Project Status. Looks like:
Dep1 Dep2 dep3
Open $5000 $ 20 $0.00
7 2 0
On Hold $ 800 $0 $500
8 0 4..etc...
But it only apply to one table and one field. I have many different parameters.
For example:
User select information for Bob Smith, only close cases, o in Dev, high priority...etc. It is all done in VB for the HTML report.In this case Sql where clause looks like:
where name = "Bob Smeth" and...
I have a report done on VB where user select number of different options of information he wants to see and he gets a report on HTML. But if he wants to print it he has on that page link to Printer friendly version(which is in Crystal). I need to be able to send this to Crystal as where clause...
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.