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

    Validate data then submit

    I have looked through archives but haven't found my exact answer. I have a button that when the onclick event is fired it runs a subroutine to validate data. Once that is finished I have code in the routine document.shipForm.submit Interdev is aware of my controls because when i type the '.'...
  2. tmcain

    Output parameters and @@identity

    I am having trouble returning a value to an asp page. The set up I have is a user enters data in a form. This info is inserted into a table and assigned an auto-generated key. I want the stored procedure I have written to return the key back to the page for another stored procedure to use as an...
  3. tmcain

    Wanting Vertical Cascading Menu

    I have javascript for a cascading menu that works well. However, I really want the menu to go up and down along the left hand page. This particular menu goes across the screen from left to right at the top. Is there a property I can change to get the menu on its side?
  4. tmcain

    Resizing a Form

    I need to ensure that when a user resizes my form all the controls are still visible and in proportion. Is there an easy way to do this? If you can post examples, I would appreciate it. Thanks
  5. tmcain

    Saving Files to HardDrive

    I am creating a program that allows a user to open a jpg file (picture will be of products carried). They can then rename the file to match a product number in the database. The program will check to see if the name they want to give it is valid and then will let them see a description of the...
  6. tmcain

    Popup Menus not Specified

    I have searched the archives and didn't see this particular problem, although I might have overlooked it. I copied a web page that I created with Visual Studio Interdev and Dreamweaver. I created a navbar in Fireworks 4 with a popup menu. I have tried to open this file in IE on another...
  7. tmcain

    I have searched the archives and di

    I have searched the archives and didn't see this particular problem, although I might have overlooked it. I copied a web page that I created with Visual Studio Interdev and Dreamweaver. I created a navbar in Fireworks 4 with a popup menu. I have tried to open this file in IE on another...
  8. tmcain

    SQL syntax for Crystal

    I need to convert SQL syntax that originated in access to a crystal report. I am not familiar with proper placement of tick marks, etc. and am having problems finding how to do this in help or online. I basically am changing the 'from' section of the SQL statement. Here is the access version...
  9. tmcain

    Concerning Linking Tables.....

    I am needing to retrieve information from about 5 tables total. The problem is that some of the records haven't been entered into two of the tables. Thus, those particular records don't show up, since there isn't a match in ALL the tables. Our users want to see this information, even if details...
  10. tmcain

    Multiple Value Parameters with Mid Function

    I have a report that uses a multiple value parameter. The report fields are dependent on matching an exact copy of only a part of the parameter. For example, the value selected for the parameter might be D12345667 StoreRoom. Records can't be retrieved using the whole value, only the 'D12345667'...

Part and Inventory Search

Back
Top