Hello All,
I am using crystal 2008.
I have spent the last few day's trying to speed up my report in the viewer. I have sped the report up greatly when working in Crystal's IDE.
But when I add the report to our 3rd party application it's like the previewer is slow to show the report.
I have...
Hello, we are using crystal 8. If I install just the runtime files on someones pc will they be able to double click on a report and run it?
We have a situation where we have a 3rd party application that currently will load the report, but it takes 5-7 minutes, and I can run the report in 2...
I am trying to do a simple sum of an amount column, but I can't seem to get it.
In my query the fully qualified field name is mc.INVTAX.TaxAmount_amt and I alias this with "as 'Tax Amount'
In ssrs I have a textbox that I want to create an expresion for the SUM.
And I have...
Hello all,
I am needing a regex script/pattern to format a number to 2 decimal places so:
123.44 will be 123.44
123.445 will be 123.44
I do not want rounding of any type.
Thanks,
KS
Ordinary Programmer
I have this pattern objRegExp.Pattern = "[^<>/?&{};#-_]+"
I need help to add [A-Za-z] to it.
Everything I've tried so far has not worked.
Thanks,
KS
Ordinary Programmer
here is a sample page of my issue.
dim payment
payment = 134.42
payment = int(payment * 100)/100
Response.Write("<BR>" & payment)
'The result is 134.41??
dim payment
payment = 134.421
payment = int(payment * 100)/100
'result is 134.42
The first way is what I have and need to use, also people...
I am using VS 2005.
The code I have to modify is using generics .ConvertAll<>
I do not know what I might be doing wrong.
I have documenttypes (0,1,3,4)
This is what is used in the codes case statement 0,1,4 is one case
and 3 is another.
Now I am needing to have another documenttype of ALL made...
Hello all,
I have just created a new web project from VS 2010 and I took the default page and added a button.
Upon clicking the button in the code behind I want to make a call to a 3rd party wcf service. This service is free you just need to register with their site which is also free.
Here...
Hello All,
I have a silverlight 3 application that I am working on, written with VS 2008, and using WCF services to communicate with the database.
This program has been working fine until Tuesday morning, I now get an error when trying to call the service, I have scoured the web but nothing so...
Hello all,
I have a silverlight page which access my wcf service.
Somehow I think, I have changed some sercurity policies so I can not access web or wcf services anymore.
Can anyone help me out. I get a status 500 error.
The remote server returned an error: NotFound.
And I think the actual...
I have this c# app. that opens an excel file and reads information from the spreadsheet then takes this info and sticks it in a datatable. Then from there I can just loop through my rows and get my infomation back. dRow["Direction"].
It's all done in a loop. Problem is this is taking a very...
I am in the process of re-writting one of our applications in C#, using framework 3.5.
Our old vb6 app saved values in an ini file, I want to change this to save the values in the registry. I have this working just fine, but another developer who works here says that it will not work with...
I have a combo box on my form (written in c#). I want to populate this combo from a stored proc. (easy enough) but I only want to have the combo populated once the user has typed at least one charactor in the combo. I will use this value as a param to my stored proc. to return limited results...
I have VS 2008 and sql server developers 2005.
When I installed VS I did not install sql express.
If I install sql express 2005 after the fact, does anyone know of any complications this would cause.
I am playing with web parts and they use personalization and the page is wanting to access the...
I have inherited this web app; that stores alot of info in collections; And it sorts it's collections using generics (I think).
Well now I need to sort by multiple fields and I don't know how to do this with my generic functions.
I need to sort the collection by price, then by day's then by...
Hello all,
I know this should not be hard but I am trying to convert a string ("1.00") to an integer 1.
I have tried Convert.ToInt16(value) and event Convert.ToInt32(value) but they dont seem to work.
The value is coming back from a vb6 interop component
r.field[number].toString()
Anyone...
I need to create a table by just using the dom object, (not my choice but I have to work with what I have been given)
Example: createElement('table');
createElement('tr');
createElement('td') ect...
I need this to work for IE and FF.
What I want will have nested tables;
I want one table with 2...
I have a string that is in this format: {{Weight:1200,Class:55},{Weight:100,Class:50}}
How can I get this into an array where the dimentions are [n,2].
n can be any number of array elements. 0 to ? whatever.
Or any other ideas, my goal is to have, in some way in javascript, to have the values so...
I have a calendar control on my page it's a 3rd party control from infergistics. Postback on the control is turned off.
further down the page I have a text box that is suppose to store a number in based on what date was choosen from the calendar control.
So when the date is changed I want to...
I have this stored proc that returns many rows, but I only want the first row item. But I am not getting anything back.
SELECT CF_LTLFuelPct from CarrierFuelRates
WHERE CF_EffDate <= @CmpDate
AND CF_ExpDate >= @CmpDate
AND CF_CA_Code=@Mode
AND CF_Status=1
ORDER BY cf_EffDate DESC
here is my...
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.