Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Elsje
  • Content: Threads
  • Order by date
  1. Elsje

    xml document with xmlns and xsi

    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"...
  2. Elsje

    Use colour by export to excel.

    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...
  3. Elsje

    Problem resetting running value

    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 ...... *...
  4. Elsje

    Problem with running value in an rdlc

    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 ...... *...
  5. Elsje

    Language interface

    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...
  6. Elsje

    create Drill-down in excel from Visual basic

    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...
  7. Elsje

    create Drill-down in excel from Visual basic

    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...
  8. Elsje

    Blank rows

    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
  9. Elsje

    Problem with report

    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...
  10. Elsje

    Expand/collaps

    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...
  11. Elsje

    Expand/Collaps

    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...
  12. Elsje

    Problem with XML

    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...
  13. Elsje

    Create new table from existing table

    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.
  14. Elsje

    Problem with sheetnames in excel....

    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...
  15. Elsje

    Failed to load crystal report

    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...
  16. Elsje

    Open file dialog.

    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...
  17. Elsje

    Different lay-out same report

    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...
  18. Elsje

    Data changes in my first crosstab

    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...
  19. Elsje

    Datacontrol problem

    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...
  20. Elsje

    Format from numeric fields

    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...

Part and Inventory Search

Back
Top