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 IamaSherpa 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. Leonard

    Using VB6 to create xml file to be uploaded

    Thank you everyone for getting back to me. I finally figured it out by using: Dim Fs As Scripting.FileSystemObject Dim txt As Scripting.TextStream The code such as : txt.WriteLine "<?xml version=""1.0"" encoding=""utf-8""?>" txt.WriteLine "<createCustomerProfileRequest xmlns=" + StrTest1 + ">"...
  2. Leonard

    Using VB6 to create xml file to be uploaded

    Hi JoeAtWork: Thank you for getting back to me. The thread from 8 years ago, is not the same. Best regards Leonard
  3. Leonard

    Using VB6 to create xml file to be uploaded

    I have the need, using VB6 to create an XML file that looks like the following: <?xml version="1.0" encoding="utf-8"?> <createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"> <merchantAuthentication> <name>YourUserLogin</name>...
  4. Leonard

    Terminal Services concurrent connections

    Can you tell me more about w2K3 and how it is used. I do not understand how multiple sites can connect to the same desktop and the administrator run a demo. Thank you Leonard
  5. Leonard

    Terminal Services concurrent connections

    Is it possible to have multiple connections and the administrator be abke to do a remote control of more than 1 connection at the same time?
  6. Leonard

    COLLECTIONS VS RECORDSETS

    We would like to determine from users experience is a collection more efficient that a recordset. We have an access database with several tables, fields and several thousand records. We can load all of the information into a collection, on each workstation. The collection is draw from 3 tables...
  7. Leonard

    Find date and time on server

    Can someone email me or help us in locating Visual Basic Code to determine the date and time on a sever from a local workstation. Workstation name = &quot;Jane&quot; Server Name = &quot;Emily&quot; Any suggestions? We just want to capture the complete date and time on the server to a...
  8. Leonard

    maximum sixe of executable

    What is the largest executable that you have seen or worked with, using VB6?
  9. Leonard

    Create a Comma Separated Value CSV file

    Does someone have some sample code, to be used in VB6 to create a CSV file from a recordset. Thank you
  10. Leonard

    Report Writer for an Access Database

    We have an application developed in VB6 that connects to a Microsoft Access 97 database. It's setup as multi-user. Within the program, we have created numerous reports. However the user still needs more reports.<br> <br> My question is, is there a third party control that will help the user to...

Part and Inventory Search

Back
Top