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 TouchToneTommy 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: *

  1. sorcha999

    Chart Color Scheme

    In crystal 8.5 when you created a chart the colors were primary colors. In crystal 9 when I create a chart the colors are more subdued (salmon, seagreen). How can I set up crystal so that I primary colors are used by default when I create a new chart. I have tried applying templates but the...
  2. sorcha999

    Create Explorer File Directory Tree Structure

    I was looking at JSP
  3. sorcha999

    Create Explorer File Directory Tree Structure

    I am very new to Java and was given the task of creating an explorer type file structure. I need it to display within a browser, be able to click on the folder and see the subfolders and files with. I am able to display the file structure of a folder within the mounted filesystem but not...
  4. sorcha999

    Download BLOB

    I figured it out. The result is: <%@ LANGUAGE="VBSCRIPT" %> <!--#INCLUDE FILE="../Connection/CONNECTION.ASP"--> <% Dim rs,EmbedCode Set EmbedCode=Request.QueryString("embedcode") Set rsfile = CONN.Execute("SELECT FILE_LOCATION FROM LINK_EMBED WHERE LINK_EMBED_SYSID='" &...
  5. sorcha999

    Download BLOB

    Thank you for the response. I do not want to make any changes to the database for this. Even if I change the content type to: Response.ContentType = "application/zip" and then try to download an embedded zip file it will not work.
  6. sorcha999

    Download BLOB

    We have an application that allows users to insert documents via linking or embedding. I am attempting to create a webpage that will allow other users to download/view these documents. I am able to get this working for the linked documents but not for all embedded documents. I am only able to...
  7. sorcha999

    Combine Key

    I have a table that contains location information. There are currently two different locations that I would like to combine into one record (a location on the border that used to be broken up into Texas and Mexico they would like to be designated now as just Mexico) This table is being used...
  8. sorcha999

    Group Dates

    I have been asked to create a report that will add values in two different tables then take those values and divide them. This report will need to be grouped by month. The problem is that, for example, I would need to group all the January fields in table1 and table2. Then take the totals...
  9. sorcha999

    NEED HELP on Sub-report charting!!!!

    Ok, I was wrong. I wasn't getting results on the chart because the parameter will never be numberic because it is still in format 21^23^etc.... However, I did get the chart to work by doing the following in the subreport. 1. Change the subShowValue to...
  10. sorcha999

    NEED HELP on Sub-report charting!!!!

    I am having the same problem. It seems when I change the @subShowValue I will see the chart but no values will be plotted. This is what I changed it to.. If IsNumeric({?Pm-@ShowValue-Two}) then ToNumber(Split({?Pm-@ShowValue-Two},"^")[RecordNumber]) Else 0 At least it's a step...
  11. sorcha999

    Simple Pie chart on formula field ???

    There is a solution on printing whileprintingrecords formulas on the Business Objects website. I have not yet been able to get it to work but perhaps you will have better luck. Check out http://support.businessobjects.com/communityCS/TechnicalPapers/cr9_charting_print_time_formulas.pdf.asp
  12. sorcha999

    change start of week - graph

    I am trying to create a report where the user enters a parameter for month and year. This report will then group averages by week and plot points on a graph for a full year. I need to group by week starting with the date they first enter and plot 52 points after that. So if the person enters...
  13. sorcha999

    Combo box

    I did this and received the following error: &quot;Data type mismatch in critical expression&quot; The ArchitectFirm table has the following fields: ArchitectFirmNo --> Autonumber (Field size: Long integer) The ArchitectContact table has the following fields: ArchitectContactNo --> Autonumber...
  14. sorcha999

    Combo box

    I have created a form which the user can enter Architect Firms and a subform for Architect Contacts. I have another table Projects where I would like the user to be able to choose the Architect Firm from a combo box and in another combo box below I would like to show just the contacts from...

Part and Inventory Search

Back
Top