Hi
I have a html pages which has some querystring vales...
http://www.example.com/test.htm?category=games
I am now trying to get the querysting using javascript and pass it to an XML parser but i dont know how to do that.
The XML parser should look like this...
<xml id="cdcat"...
hi
I have two tables.
House Rent table
HouseID RentID StarDate EndDate Amout
1 1 1/11/03 30/11/03 100.00
1 2 1/12/03 31/11/03 200.00
Basically this table has house rent details for different periods. From the above data there is a house which chrages...
hi
I have two tables.
House Rent table
HouseID RentID StarDate EndDate Amout
1 1 1/11/03 30/11/03 100.00
1 2 1/12/03 31/11/03 200.00
Basically this table has house rent details for different periods. From the above data there is a house which chrages...
Hi
I have a formula which goes in a loop to find the number of ppl in a house for a period of time. eg from 1st to 10th.
In the formula field i am going in a loop from start date to end date. For each day i want to check another table to see if customer was in the property on that day (using...
hi
thanks for the reply... i am using the following code
Dim tempdate As Date
Dim x As Number
tempdate = {house.MovingInDate}
x =0
While tempdate <= {house.MovingOutDate}
tempdate=tempdate+1
wend
formula =x
What I need to do is to count how many ppl are in the house during each day for the...
hi
I am using Basic syntax to write the formula. I am basically going through some dates eg from 1st to 5th using a while loop. For each date i want to run a SQL count records query to get a total number of record for the period.
But i am not sure how to add an SQL query inside a formula...
Hi
I am running Crystal report on Jakarta tomcat server and not sure how to get Report Application Server Launchpad running.
When I run a jsp file after going through the installation process for crystal reports (enterpreise) I get an error message which basically says that tomcat cannot find...
Hi
When I run a jsp file after going through the installation process for crystal reports (enterpreise) I get an error message which basically says that tomcat cannot find any of the class files in the COM directory which should be part of crystal reports ras sdk.
Where can I find the COM...
Hi
I am new to Crystal Reports
I am using Crystal reports 9. When i use the standard report creation wizard. I can create the database connection and when i try to enter the following SQL command it gives me an error.
select * from table1 where name={param}
I have created a parameter called...
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.