My report (CRXI) uses a command object with start date and end date parameter fields. I have CR functions that calculate these dates based on the current date. Is it possible to assign the results of these functions to the parameter fields at runtime? If so... how?
Thanks!
Mark
Sorry, but this is probably a real "noob" question. I'm new to CR (using CRXI with a BOXI server). I'm accustomed to writing my own report SQL as stored procedures, but this is not an option for my current project.
I have an issue similar to the one posted by ddnh; that is, my reports...
I have a simple horizontal menu in a user control (ascx) form that I use on several aspx pages. The menu has five options (we'll call them A, B, C, D & E). Options A & B are linked to different DIVs on the same aspx page. Options C thru E target different aspx pages.
Here's my quandry: when...
I've got an .aspx page containing five DataGrids. I'd like to be able to handle the various events for these grids in common codebehind sub procedures.
For example, I want to have a sub procedure called EditGridRow() in the codebehind, and give each <asp: datagrid> element in the .aspx page...
I was reading Bob DuCharme's article titled "Sorting in XSLT" (http://www.xml.com/pub/a/2002/07/03/transform.html). I saw the following code that causes me some confusion:
<xsl:template match="employees">
<xsl:apply-templates>
<xsl:sort select="salary"/>...
I'm a VB programmer, but I haven't done much with VBA and Office. Here's my problem:
I have a report that users export to a .csv file. The first column of this report contains number strings. These numbers are identifiers that may begin with a leading zero (e.g., 05678). Excel converts...
My question is similar to those posed by gd082 on 4/22, but I still need a bit more info.
Here's my scenario: The main page of my WebForms app contains a frameset with three dynamically-loaded frames -- one for a page header, one that points to a WebForm with a TreeView control, and one that...
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.