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

    Integration with MLS real estate database

    Has anyone built a site that has integrated the real estate MLS database into a personal realtor's web site? I have a prospective client who wishes to have this functionality and I need some advice on where to find info on doing this...Any assistance you can provide will be greatly appreciated!
  2. tcode

    Javascript "Back Button"

    I need help with allowing users to select a button or link to return to the previous page, much the same way that IE Back Button works. Does anyone know how to do this in an HTML page? I don't want to have to reload the previous page with values, but just to return to the previous page...
  3. tcode

    Populate fields from keypress event from another form field.

    I have a form that requests 2 separate addresses (addr1,addr2,city,state,and zip fields). As a user enters keyboard strokes into the street address field, I'd like it to also populate the street address field for the second street address area. The user should be allowed to modify the second...
  4. tcode

    Transferring records from one listview to another

    I'm trying to transfer records from one listview control to another. Here's the logic: Dim itmX as listItem For Each itmX In lvwGrps.ListItems If itmX.Selected = True Then PopulateGroupAdd itmX.Text, itmX.SubItems(1) lvwGrps.ListItems.Remove itmX.Index...
  5. tcode

    Releasing Word Object in code

    I've created a program that creates envelopes using word by passing in the recipients name. No matter what I've done, I can not get the program to release the word doc. from the system memory. What ends up happening is there are 13 open word documents when the code completes it's course through...

Part and Inventory Search

Back
Top