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: vvlad
  • Order by date
  1. vvlad

    RDLC local report - KeepTogether does not work

    I’m having problems with an rdlc local report. When exporting to Excel, I want to keep a table on one page, and if it doesn’t have enough space to entirely move it to the next page. I have tried the KeepTogether property, but it doesn’t work. I have also tried other suggestions like putting...
  2. vvlad

    Unit Tests VS 2010

    Hello, I would like to move the TestResults folder for the Unit Tests to another location. Does anyone know if this is possible and how? Thanks vlad
  3. vvlad

    Excel chart

    Hello, If I use the code below to draw an Excel chart, that works fine. The data in column A is considered to be the X coordinates, the data in column B the Y coordinates and the line is drawn correctly. Excel.ChartObjects myCharts =...
  4. vvlad

    Decouple chart from source data

    Hello, I have an application that creates an Excel workbook, inserts some data into a sheet and draws a chart based on the data. In the end I would like to make the lines that contain the data disappear. I can not remove nor delete these lines, in this case the chart also disappears. I could...
  5. vvlad

    Dotted line in Excel chart

    jmeckley That was a very smart and helpful answer, thank you. Don't think I didn't try it, I simply did not find a solution. Do you have one? vlad
  6. vvlad

    Dotted line in Excel chart

    Hi, I have a C# application in which I create some charts in Excel. Everything fine, but I don't seem to find a way to draw a dotted line. Excel.ChartObjects ChartObjects1; Excel.ChartObject chartObject1; ChartObjects1 =...
  7. vvlad

    XPath question

    Q.E.D. vlad
  8. vvlad

    XPath question

    Thanks, that works and it's what I need, for the solution itself you deserve a star. But why can't you help someone without trying to show how smart you are and how stupid other people are? vlad
  9. vvlad

    XPath question

    tsuji Even if my explanation was not at an university level - it's been a while since I've graduated - and not enough for you, you can state it normally, there is no need to trash me. BTW, your code does not work either with the file I have problems with. What's wrong whit this? I've also tried...
  10. vvlad

    XPath question

    Thank you for the answer. I have VS 2005 so had to use XmlNodeList (class NodeCollection not found), but the result is the same. With the attribute nothing happens, when I remove it everything works fine. vlad
  11. vvlad

    XPath question

    Let me reformulate the question. I have to process the files even if the value of that attribute is wrong. Is there a way to do it, without having to manually remove the attribute from the files? There are a lot of them. vlad
  12. vvlad

    XPath question

    Hi, I've run into this accidentally, with an XML file that was incorrectly generated. What I do is simply read the attributes of a couple of nodes in a standard way. XPathDocument Doc = new XPathDocument(XMLFile); XPathNavigator navigator =...
  13. vvlad

    excel value to html

    Not the right forum, but yes, you can do it in ASP.NET, you can query an excel file like a database. Search for OleDbConnection, OleDbCommand, OleDbDataReader. vlad
  14. vvlad

    Manipulating web sites

    lionelhill The problem you mentioned is well known in the company, we are struggling with it for years. As you said, it's not an easy task. Our internal search is not as good as Google, but it is acceptable (anyway, it does NOT find cLEAning when searching for Lea) and we are working on...
  15. vvlad

    Manipulating web sites

    Thanks Jim, very interesting video. Finally we will not implement this idea, I’m glad to see that other people share the same opinion. vlad
  16. vvlad

    Problem with Acrobat index and advanced search

    Hi, I've found the solution if someone is interested, it's not really obvious. The date in the custom property has to be in the format "D:YYYYMMDD" in order to be correctly indexed and afterwards found during the search. vlad
  17. vvlad

    Problem with Acrobat index and advanced search

    Hi, I've added a couple of custom properties (metadata) to a set of pdf documents, then built an index for these documents. The custom properties are also defined in the index. When I use the advanced search and the index to search for these user defined properties everything works fine for...
  18. vvlad

    Preview Office documents

    Hi and thanks for the input. anotherhiggins We will check that, but this is a .NET/C# application, embedding java could be an overkill. tf1 We don't need to preview Office documents on the server, the web application itself runs on the server. It is a kind of search application that allows...
  19. vvlad

    Preview Office documents

    Hi, I hope it's the right forum to ask this. We have a web application that needs to display a preview of Office documents. The server on which the application runs does not have Office installed on it (it's not allowed), so we are looking for an alternative 3rd party SDK that we could use to...
  20. vvlad

    Manipulating web sites

    Thanks for your input, although it contradicts my thoughts. Personally, if I had a web site I wouldn't like other people rebuilding it with external content in their own interest. Maybe I'm too old fashioned. To clarify one point: the headquarters are in the E.U., but the company is spread all...

Part and Inventory Search

Back
Top