Hi:
We are using WSS 3.0 with Search Server Express. I have a question about the modifying the Search results display.
When you search on a contact (ex: Branson), the display looks something like the follwoing:
Branson
Eric ...ericbranson@test.co...
I am using SharePoint 2003. When I upload a document to the site, I get two alerts - one that says the document has been added, and another that says that the document has been modified. I was expecting only one email about the document being added. Does anyone else have this problem? Any ideas...
Hi:
Using Crystal Reports XI and MySQL 4.1.5
Each report has a query in the Command box of the Database expert in Crystal Reports. There are more than a 100 reports that have been delivered to the customers. Unfortunately...we have found a bug in the queries that need to be fixed.
Does anyone...
I had the same problem with our reports and it was horrible because our reports were sent to clients. The reports would take forever to run because it was trying to find my machine. Anyway, to fix the problem, I turned on the "No printer" option from the File | Printer Setup. In this way, the...
Using MySQL 4.1
I have the following table:
Stat | StatDt | ChkDt
=========================
1 | 8/3 | 8/3
NULL | NULL | 8/7
23 | 9/12 | 9/12
5 | 9/17 | 9/17
NULL | NULL | 9/25
NULL | NULL | 10/1
If a stat is available (NOT NULL value), the StatDt...
I am using a simple HelloWorld servlet that runs just fine under the /classes folder, but it does not run under the /classes/bjohnson directory.
Works as:
/classes/HelloWorld
Does not work when I run it as:
/classes/bjohnson/HelloWorld
I have the .class file in both folders.
Both folders...
Using MySQL 4.1.5. I am pretty new to writing SQL queries so I am hoping someone can help me with this.
I have the following data in a database.
ID | Date | Value
------------------------
2 | June 3 | 10
2 | June 15 | 5
2 | June 20 | 7
2 | July 7 | 10
3 | June 8 | 2
What I...
Thanks, LB. It did not fix the problem by itself but I added on a few more formulas with it and was able to get the charts to display correctly.
Thanks for the advice.
- SB
I am having some problems with running totals and charting and I hope someone can help me.
I am using MySQL 4.1.5 and Crystal Reports XI.
Trying to chart the actual cost per month.
Currently, I have the following formulas:
ActualCost:If type = 'a' then CCur(mycost) else CCur(0);
I also...
Hi:
I am really new to xml and have a question about apostrophe.
What is the difference between ' and ’
If I use ' for something defined as an element, the page displays properly. It gives me garbage if I use ’
However, within the paragraph <p>...</p>, I have to use...
Hi:
I am new to stored procedures so I am hoping someone can point me in the right direction...
My original query looks something like:
(SELECT * FROM db)
[tab]AS tb1
INNER JOIN
(SELECT tb2.a, tb2.b FROM db WHERE tb2.b='xyz')
[tab]AS tb2 ON tb1.a = tb2.a
Using stored procedures, I...
Yes, I am very new to stored procedures and still a novice to databases too. Got thrown into the pit and I am trying to get myself out of it...
Thanks for the information though. They really helped.
- SB
Thanks for the information. That really helps a lot.
I do have another question. Perhaps a stupid one so bear with me...
We are creating the Crystal Reports and providing them to our customers through our custom software. With the current version, the customer installs MySQL 4.1.5 and Crystal...
Hi:
We are currently using Crystal Reports XI and MySQL 4.1.5. All of our reports are query based. In other words, instead of using the tables in the database directly, we paste the the query into Crystal Reports using the Add Command.
We are thinking of moving to MySQL 5.0.x so that we can...
Hi:
I am pretty new to MySQL. We are using MySQL 4.1.5 to write queries and incorporate them into Crystal Reports.
Is there a 'Next' or 'Previous' function in MySQL? I have not found anything. I have a table like the following:
Date1 | Date2 | Value...
Sorry about that...
Let me try again. I need to compare Date2 and Date1.
01/16/06 and 12/12/05 are earlier dates than Date1, however, 01/16/06 is closer to Date1 than 12/12/05, so 01/16/06 would be the immediate before value.
04/04/06 and 05/03/06 are later dates than Date1, however...
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.