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

    write dataset to xml using schema (xsd)

    I have a dataset and xsd schema file. I need to write the dataset to xml. How do I map the dataset to xsd? I've been trying ReadXMLSchema, then filling dataset, then WriteXML, but nothing seems to be working.
  2. a822rms

    what's the sql snippet displayed in the lower left corner of SSMS?

    ok, seems like a silly question and i feel dumb asking, but I can't seem to find the answer anywhere... why does ssms05 sometimes display "Ready" and other times display a snippet of my sql in the lower-left corner? Is it bad syntax? The sql will execute. thanks in advance.
  3. a822rms

    Nothing Shows in ListView Even Though There is Data...

    I'm not exactly sure how or why McAfee causes this problem, but the McAfee website shows that 'list boxes and text boxes in .net apps do not display any content' as a problem with v 8.0i.
  4. a822rms

    Nothing Shows in ListView Even Though There is Data...

    I just had a similar problem. Check out the "combo box items missing" thread. Are you running any McAfee products?
  5. a822rms

    combo box items missing

    McAfee was the problem. https://knowledgemap.nai.com/phpclient/viewKDoc.aspx?url=kb/kb_kb38717.xml&docType=DOC_KnowledgeBase Thanks for the help!
  6. a822rms

    combo box items missing

    I have a combo box with four items in the collection "North", "South", "East" and "West". I assigned the items to the combo box in the properties window. When I run the program none of the items are displayed in the list, but the program acts like they are there (I can type "S" and it highlights...
  7. a822rms

    maximum number of items in a collection and/or array

    Is there a maximum number of items for collections or arrays? I have 240 codes and I'm not sure of the best way to store them. Thanks in Advance.
  8. a822rms

    exporting query to comma delimited text

    I'm trying to write a text file that includes a count of each type of movement in 15 minute increments. The output will look similar to this... 06/22/1988,07:00,1,0,5,6,7... 06/22/1988,07:15,3,5,0,0,5... 06/22/1988,07:30,1,5,0,0,9... I understand how to write to a text file, but I'm not sure...

Part and Inventory Search

Back
Top