Hello,
I'm trying to write a xml document but I have a small problem with it.
When I take a look at the result it almost looks fine except for one small detail.
This is my result:
<?xml version="1.0" encoding="utf-8"?>
<Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
Hey,
I have made an export to excel. And now I have the following problem. In my export I want to change the colour of a certain cell to red if a condition is true.
For example
column A ~ Column B ~ Column C ~ Column D
Situation1 ~ 10 ~ 5 ~ xxxxx
Situation2 ~ 0 ~ 5 ~ xxxxx...
Hello,
I have an rdlc report with multiple groups.
I should becom the following:
- Group 1a
* group 2a total 25
......
* group 2b total 55
.......
* group 2c total 100
........
- Group 1b
* group 2a total 45
......
*...
Hello,
I have an rdlc report with multiple groups.
I should becom the following:
- Group 1a
* group 2a total 25
......
* group 2b total 55
.......
* group 2c total 100
........
- Group 1b
* group 2a total 45
......
*...
hello,
I have an application that needs to work in different language.
For each form I have an xxxx.nl.rsx, xxxx.fr.rsx and xxxx.rsx with the default language (englisch)
When I run the application the program is always in the default languague.
On the screen I have also put the property...
Hi everyone,
I need to create an excel with drill-down on 2 levels. But I have to do this from VB.Net 2008. I have to export data from this program to an excel file.
I give an example.
This is what I need to become when i open my excel.
+ header 1
+ header 2
If you click on + bij header 1...
Hi everyone,
I need to create an excel with drill-down on 2 levels.
I give an example.
This is what I need to become when i open my excel.
+ header 1
+ header 2
If you click on + bij header 1 I want to get the following
- header 1
+ detail 1
+ detail 2
+ header 2
If you go deeper I want...
Hey,
I have made a report and when I export this to excel between each row is a blank row.
How can i export this report without the blank row between the details.
Thanks in advance.
Greetings
Els
Hi,
I'm using a rdlc and i have the folowing problem.
Ik have a report with 2 toggle's for the visibility. If i use one it works fine.
But with 2 toggles he always shows one of te details. I give an example.
This is what I need to become if i open my report.
+ header 1
+ header 2
If you...
Hi,
I need to make a report that expand/collaps when they click on + or -. Until now I have made subreports when the wanted to see more details on the totals. But this time the don't want a subreport, they want it all in the same report.
I hope the example shows a little bit of what I need to...
Hi,
I need to make a report that expand/collaps when they click on + or -. Until now I have made subreports when the wanted to see more details on the totals. But this time the don't want a subreport, they want it all in the same report.
I hope the example shows a little bit of what I need...
Hi,
I'm writing an xml-file.
Up until now I have done the following:
Example:
<Dbtr>
<Nm>Name</Nm>
</Dbtr>
writerXTimes.WriteStartElement("", "Dbtr", "")
writerXTimes.WriteElementString("Nm", "Name")
writerXTimes.WriteEndElement()
This gives me the wanted result.
But now I need the...
Hi,
I have a table (dbf) and I need to create a new dbf but the structure has to be the same as the first table.
Is there a way to do this easily but the new table has to be empty, I don't need the records from the first table.
Thanks in advance.
Hello,
I have a problem with retrieving the excel-sheetnames in a file.
I use the following code to get these names and this works fine:
Dim schemaTable As DataTable = conExcel.GetOleDbSchemaTable(Data.OleDb.OleDbSchemaGuid.Tables, New Object() {Nothing, Nothing, Nothing, "TABLE"})
But my...
Hi,
I have made a report with a subreport when I want to display it I always get the message "Failed to load".
If I delete the subreport in my report it works fine.
I use Visual studio 2005 and crystal report 11 release 2.
This is a part of my code:
Dim mrptCrProc As New ReportDocument...
Hi,
I use a openfile dialog in my program.
When I open this I fill up the initialdirectory.
I would like to know if there is a possibilty to prevent the user from changing the directory. The need to choose a file in the directory that I have specified in the the property initialdirectory...
hello,
I have made a report.
Now I want to add a second page with the same data but a different lay-out.
Is it possible to do this in one report or do I have to make a second report.
I have noticed that it is not possible with a subreport, because it has to come under the origninal report...
Hello,
I have created a first crosstab. I get the data in this crosstab with an sql-procedure. My result in the crosstab is correct.
When I add a second crosstab also with an sql-procedure. The data in the first crosstab changes and the data in the second one is not correct. When I make...
Hello,
I'm busy with placing a project from VB5 to VB6, and everything works fine accept the data control.
Everytime I come to the place where I use the datacontrol I get the following error: "unrecognized database format".
This is the code that I use:
Data.RecordSource = here stands my sql...
Hi all,
I use Access as database and CR9.
In CR9 I have added numeric fields from my access tables. The problem is the following you can specifie how you want to display the number. But I want that it is always displayed in 3 digits. (for example 10 becomes 010) Is there a way to do this...
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.