Hello
I have an asp.net app upgraded from vs05 - vs08 that has reports using the cr report viewer. When I run a report it displays data fine. When I click on an option of the tool bar like next page or export it presents the log on page. This is happening in development running inside vs08. It...
Hello I have inherited a CR report and when running i get error: "the group section cannot be printed because its condition field is nonexistent or invalid. Format the section to choose another condition field."
Is there a way for me to know what field is it refering to? Any pointers on when...
Hello
I have inherited a visual studio solution that contains few reports rdlc. I want to change one of the fields but can't find where the data source is. If I select data - show data sources it appears empty. The reports they run ok if I run the solution.
What am I missing?
thanks for the...
Hello,
I would like to format a string in a floating point format type. Like 999.99 For instance, if the string is:
1 = 1.00
1.0 = 1.00
1.1 = 1.10
Could someone teach me how to accomplish this?
thanks in advance
Hello
I have a .exe with forms with a BackgroundImage defined in the properties of the form. I would like to change the background image without having to recompile. I thought that by just replacing the image in disk with another as long i would use the same name it would be ok but it does...
I am creating a message of type Byte that I will send via the serial port. Each value should be in ascii. I am declaring such as:
Dim bufStx() As Byte = {2}
Here I want to assign the value of a STX (Start of text) to the byte. Will this declaration assign the value of a STX or the number...
I have a report with two groups:
1. employee Num
2. product id
The report prints a page per employee.
I need to print only if the employee had sales between a range. The range is entered in two paramenter variables. The employee sales total is a running total in the footer of employee num...
I have a report composed of two groups. One group footer appears in one page and the second in another. Sometimes there is no data for the second group. When there is no data for the second group I dont want a page to print, I conditioned all the fields and they do not appear but still I get...
I have a domain "www.mysite.net". We are paying for the URL "www.mysite.com" to be redirected to ".net". My main page is index.php. When I click on the links the pages change but not the URL and the app. does not works properly since it does not sends any variables, the URL stays with the...
I tried your suggestion. When I create the formula I get an error that the field from the running total is unknown although i selected from the list.
I am not an avid user of CR, please assist me more
thanks
I have the following statement and in the total column i expect the count of all the rows, instead it counts only itself
Expertise on this will be appreciated
SELECT count(UNIOGEN.numss) as total, uniogen.age, UNIOGEN.fkclasif, UNIOGEN.fkport
FROM dbo.UNIOGEN where UNIOGEN.age between 26...
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.