Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kubu
  • Content: Threads
  • Order by date
  1. kubu

    Can parameter values be assigned programmatically?

    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
  2. kubu

    How can I limit the number of records (for testing)?

    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...
  3. kubu

    User control postback event -- Arrrggghhhhhh!

    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...
  4. kubu

    Combine event handling for separate DataGrids?

    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...
  5. kubu

    A newbie question regarding the &lt;xsl:apply-templates&gt; element.

    I was reading Bob DuCharme's article titled &quot;Sorting in XSLT&quot; (http://www.xml.com/pub/a/2002/07/03/transform.html). I saw the following code that causes me some confusion: <xsl:template match=&quot;employees&quot;> <xsl:apply-templates> <xsl:sort select=&quot;salary&quot;/>...
  6. kubu

    Programmatically default a column to &quot;text&quot; rather than numbers?

    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...
  7. kubu

    frames and switching pages... a related query!

    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...

Part and Inventory Search

Back
Top