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...
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...
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='" &...
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.
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...
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...
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...
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...
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...
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
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...
I did this and received the following error:
"Data type mismatch in critical expression"
The ArchitectFirm table has the following fields:
ArchitectFirmNo --> Autonumber (Field size: Long integer)
The ArchitectContact table has the following fields:
ArchitectContactNo --> Autonumber...
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...
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.