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 wOOdy-Soft 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: *

  1. Technocratic

    Spaces in fields using XMLTextWriter

    I am writing an XML file by parsing apart a text file... there are instances when there are spaces at the start or end of some of the fields, and I need to be able to see those for validation purposes. So if an Incident number is in the text file as " CA00456" I need to have those leading...
  2. Technocratic

    "Object not set to an Instance..." in the IDE

    I have a solution that consists of 3 projects. A base project, and 2 that inherit from it. For some reason, on many of the inherited forms, when I try to view them in the IDE by clicking on them in the Solution Explorer, I just get a white screen that says: An error has occured while loading...
  3. Technocratic

    PrintForm cuts off page

    I searched the existing threads on this subject and nothing works. Also researched extensively with the help of Google.. running VB6 with SP5... this should be so simple, but it acts odd... I have a form that I populate with data (on labels), then call Form.Printform, then loop through some...
  4. Technocratic

    Weird little files

    This may be something very basic that I'm just not aware of... In any directory involved with my VB projects (project directory, exe output directory, whatever) there always appears tons of tiny little files with names like "Taa01656" and "Tab01872" every time I do anything...
  5. Technocratic

    XML Data Binding Wizard

    Has anyone used this yet? It seems like a great concept, and I believe it is, but for some reason it's not working for me! I ran the wizard itself fine, it generated the code, but it does not recognize the Get_Person function it generated. Strangely, it recognizes the data type, so I put in...
  6. Technocratic

    getting ms-sql column names

    using MS SQL 7.0 and Delphi 5: I need to retrieve column names from a table to populate a combobox... I've tried using the sp_column system proc in a query, but Delphi doesn't see Column_Name as a field in the result set... maybe that's an utterly wrong way to approach it though.. I'm not a big...
  7. Technocratic

    Bitmaps appearing when updating reports to 7.0

    we have a huge number of crystal reports in our system, and as we make updates, we convert them to version 7.0, but many of them end up with a bitmap screen image attached to them... many of them can simply be highlighted and deleted, but others cannot. does anyone know why this happens? and...

Part and Inventory Search

Back
Top