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 Chriss Miller 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: cardi
  • Content: Threads
  • Order by date
  1. cardi

    Crystal XI without BO

    Hi, I have a strange question.... I want to generate Crystal Reports (XI), and I want to use only the Crystal part on the BO server, but the rpt file is not on BO. I'm using Vs2005 with c#. The reports are non-embedded. I have the following code: sessionMgr = new...
  2. cardi

    Mult-column report with header

    Hi, I want to create a report with 3 columns with 1 level of header. The detail level is "Across then Down". I want that the header goes on each level detail not just at the the beginning of the group. I'm using CR 9. How can I do that?? Is it possible?? Thanks
  3. cardi

    Dynamic BLOB (picture) field

    Hi, I have a problem... I use CR9 and I want to display the main picture of a project in the details section (with project information). But my images have not the same size. Can I ajust the picture field (in CR) depend of the picture size??? Thanks
  4. cardi

    History managing

    Hi, I know that we can change color of a visited link by :visited in my CSS. It works well for static link... But, how can I manage visited link if they are dynamic. In my ASP application, I made a picture search and the result show the basic information about the pictures found and a link...
  5. cardi

    My tooltip behind combox box

    Hi !! My client ask me to create new dynamic tooltips. The problem is that my tooltip appears in front of controls (OK) except comboxbox (NOT OK). For my tooltip, I use a textarea in a <span> and the z-index is set to 200. Here my declarations <SPAN size=""> <div id="tt_Custom"...
  6. cardi

    last record information on first page

    Hi, I'm using CR9 and I have a question for you... Can I take a field of the last record of the report and display this field on all pages footer of the report??? My report give a history summary of the updates on a table. Each record is a change made by the user. I need to display the last...
  7. cardi

    Round Function

    Hi, I have a question for you. I need to round a number. I did this function... It works wells, but sometimes it gave me an error DECLARE @Amount float(53) --SET @Amount = 9249599.0 --'Problem.. why?? SET @Amount = 54249 -- Same thing --SET @Amount = 892499.0 -- Again --SET @Amount =...
  8. cardi

    merge columns in one row

    Hi, I did that: Select * from OppSalesTeam where role = 'Financing' and Opportunity = '123456'; The result is this: ID role name Opportunity 2143 Financing bank 123456 4141 Financing owner 123456 But, I would that...
  9. cardi

    Put 2 records in 1

    Hi, I did that: Select * from OppSalesTeam where role = 'Financing' and Opportunity = '123456'; The result is this: ID role name Opportunity 2143 Financing bank 123456 4141 Financing owner 123456 But, I would that...
  10. cardi

    Can grow field

    I need to get the number of line printed in a "can grow" field. I'm using the version 9 of crystal. I want this to see where I am in the page (for layout). My field names "Description". I want to store that in a cumul variable because after I will use that to calculate and put images at the...
  11. cardi

    Page Break

    I have 3 headers (workgroup, activities and marketing manager). there are no break on the 2 last. The details is the informations about them (address, phone, etc). I don't want to put the informations in a footer. I want to check if there are enough space to be sure that a header is not the...

Part and Inventory Search

Back
Top