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 bkrike 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
  • Content: Threads
  • 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

    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 =...
  6. 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 =...
  7. 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...
  8. 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...
  9. vvlad

    Manipulating web sites

    Hi everybody, I have an ethical aspect I would like a piece of advice about. I work for a large company with a huge intranet. We use internally a search engine to index and search for documents. Besides this, many people also use dedicated internet web sites to search for technical terms. A...
  10. vvlad

    Clear all ListViews in a project

    Hi, is there a quick way to clear all ListViews in a project, no mather in which form they are? Thanks, vlad
  11. vvlad

    HTML page size limit

    Hi, I have a page that displays results from an SQL query. If I have up to approx. 5000 results it's OK, but if the query returns more the page is completely messed up, the results are displayed but unformated and some of the text gets lost. I've googled but did not find anything. Could it be...
  12. vvlad

    Avg. Disk Queue Length question

    Hi, Hope you can help me with these 2 questions: 1. How can we set up MOM to collect the Average Disk Queue Length data for a longer period of time (2-3 weeks) and with a higher frequency (right now every 30 min.). 2. The server has 10 HDDs. Can we have at the end of the period a cumulated...
  13. vvlad

    Webcam WIndows Vista

    Just bought a new PC with Vista and my old Labtec Webcam does not have a driver for it and I did not find one on Labtec website. Could someone recommend a Webcam for Vista, if possible with micro? Just needed for VoIP. Thanks vlad
  14. vvlad

    autocomplete for https sites

    HI, I hope I'm in the right place. The autocomplete function for forms works fine on http sites, but does not work anymore on https sites, I use IE 6.0. I do not have this problem with Firefox. Does anyone have an idea how this could be solved? I've googled a lot but was not able to find a...
  15. vvlad

    Properties of .exe files

    Hi, Is there a way to read the properties of an EXE file at run-time? I want to build an exe and clone it, than based on its title or some other property decide at run-time what actions to performe. Thanks vlad
  16. vvlad

    WebSphere

    Hi WebSphere gurus, I have 2 general questions. Does anyone know when WebSphere 7 will be launched? When will the support for WebSphere 5 be discontinued? Thanks vlad
  17. vvlad

    read window properties

    Hi, Is it possible to read the windows properties to determine if the toolbar is visible? I've seen examples with code like window.toolbar.visible or window.menubar.visible but they do not seem to work in IE? Thanks vlad
  18. vvlad

    Scheduled Tasks - code 0xff

    Hi, Does anybody know what the "Last Result" code 0xff means when running a scheduled task? Thanks vlad
  19. vvlad

    Active Directory search

    Hi, I am doing an Active Directory search with Perl. It works OK, except that I can not retrieve the groups which names contain a white space. Any ideas on how to correctly build the filter? Thanks, vlad
  20. vvlad

    Text color in Excel

    Is there a way to change the text color with a formula/function? If I write =(3+2) the cell will display 5. Is there such thing like =colour(blue)? Thanks. vlad

Part and Inventory Search

Back
Top