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!

Recent content by Jakos23

  1. Jakos23

    Client Server Application

    Maha, Take a look on planetsourcecode they have a number of examples to help get you started. I've found the following example to help you http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=13281&lngWId=1]ADO Winsock Example[/url]
  2. Jakos23

    Sort XML File Output as XML

    Can anyone tell me where I'm going wrong, what I'm trying to do is sort the following xml file, by the <start> element and output the data as xml. XML FILE: <?xml-stylesheet type="xml" href="sort.xsl"?> <markers> <book ID="War of the Worlds"> <highlights> <highlight>...
  3. Jakos23

    Client Server Application

    First Access is not client/server database, ie when you query a table it does the processing on the client. To reduce the problems of the dreaded access corruption, optimize your sql querys, dont hold the connections open for longer than you have to that mean's NO Data Control! pure DAO or ADO...
  4. Jakos23

    Add event to dynamic control

    This is how its done: Step 1. Add a new class module name it clsControl Step 2. Add the following code 'Public Property Variables Private mobjInterface As IControl Private miIndex As Integer Private msArrayID As String Private meControlType As ControlTypes 'A list of controls that require...
  5. Jakos23

    Sort XML File Output as XML

    Can anyone tell me where I'm going wrong, what I'm trying to do is sort the following xml file, by the <start> element and output the data as xml. XML FILE: <?xml-stylesheet type="xml" href="sort.xsl"?> <markers> <book ID="War of the Worlds"> <highlights> <highlight>...

Part and Inventory Search

Back
Top