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: ispeaker
  • Content: Threads
  • Order by date
  1. ispeaker

    Print debug content to text file?

    How does one print the contents of the debug window to a text file?
  2. ispeaker

    How to test for system data types

    I am looping through all the properties of a class. Most are of a system data type (i.e. system.double, system.integer, etc.). Some are actually other classes. How can I tell at run time if the current property is a system data type or class or a collection?
  3. ispeaker

    Get all property values from object / class

    I have a collection of objects. I can successfully loop through the collection, and print the value of any property by explicitly stating the property such as obj.ProductGID will print out the value of the current object's ProductGID property. Looking for a way to print out the values without...
  4. ispeaker

    DataView: loop through columns

    OK. After two hours on Google I can not find an example to loop through a DataView the way I want to. Maybe its got something to do with Monday morning. Well, here is what I what to do: For each row in dataview For each col in dataview debug.writeline(the current column) Next Next Any...

Part and Inventory Search

Back
Top