I have a custom datagrid with an override for the paint event. The background color of each cell is dependent on the value of the cell. No problem. Grid loads fine.
Now, the cell values can be modified and and I need the color to change as well. I would rather not repaint the entire grid...
I have already installed a windows application that includes crystal reports. The MSI file installed all the necessary merge modules.
Now, I have another application with new reports. Do I need to install the merge modules again ?
Anyone ever tried creating a project that only installs the...
I need to use a stored procedure as a datasource for a report. The sp has 3 parameters and I set these values when I select the report at design-time. My question: How can I pass these parameters at run-time ? The stored procedure is not static. If it was, I could use a view.
I originally posted this in the Crystal forum but maybe this forum is more appropriate...
From what I can tell, .NET is more flexible. I can pass just about datasource I can imagine. I can publish a report as a web-service which giving me a highly scalable solution. I can pass multiple...
I am unable to insert into a table. I get the...
'Column name or number of supplied values does not match table definition'
...error. Strange thing, I can't even insert from enterprise mgr. I only have 4 required fields and the rest can be null. Updates and deletes work fine.
I can try to...
From what I can tell, .NET is more flexible. I can pass just about datasource I can imagine. I can publish a report as a web-service which giving me a highly scalable solution. I can pass multiple datasets via stored procedures, make use of n-tier methodologies. It's built into .NET so I...
Ok, all you gurus, try this one. I am generating a top 10 revenue report in the following manner.
For each month in the past year...
INSERT INTO #topcust
SELECT TOP 10 customer FROM REVENUES
WHERE DATEDIFF(m,sales_date,GETDATE())=0 --this month
GROUP BY customer
ORDER BY SUM(amount) DESC...
I would like to install a crystal report app on the server. The clients have the framework so they should be able to run the application, correct ? With the exception of crystal the applications are basic (enter criteria, click a button and the report appears)
My question, what is the minimum...
Hi, I just found this forum. Hope its the right place for this question.
We have a mail room with postage meters and are attempting to automate production so the operator does not need to manually keypunch on the meter device and record their log with paper/pencil.
Our budget is rather...
I have two logins to SQL 2000. One is under my name and the other is for the application. I can login to the server with my name and change the password but when I login under the application user, I cannot change the password. Both users have the same permissions and rights ? What am I...
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.