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 Chris Miller 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. MackOfTrades

    Holding column heads while page scrolls

    Unfortunately, the sizes must be able change on some of the columns and not on the others. Thus for the columns that have a fixed width I have hard coded in the values. It is with the variable width columns that I have problems. Regardless of what I do or set the values to initially, it seems...
  2. MackOfTrades

    Holding column heads while page scrolls

    Well, I've made some headway. I have the scroll feature worked in, through the use of a <div...>. My new problem should be far easier to fix, but I'm stumped none the less. How do you fix the width of an entire table based on the first row? I have my fixed column heads at the top of the...
  3. MackOfTrades

    Holding column heads while page scrolls

    I am currently creating a web page in HTML and VBScript. On one page, the user selects a number of criteria. Based on these criteria, a second page is generated that includes certain rows and columns (including column heads). My question is the following. Is there a way to keep the column...
  4. MackOfTrades

    Functions called from forms

    Thanks a lot everybody. That's helped me a lot. Have a great day Mack
  5. MackOfTrades

    Functions called from forms

    vb5prgrmr I think that's what I've been looking for. So you would place to function in the option explicit part of the form? I really appreciate the quick responses.
  6. MackOfTrades

    Functions called from forms

    I was curious if it is possible to create functions that are called by different aspects of the same form. For instance: I would like to be able to have the same function run regardless of which button a user presses (of course there will be other things going on too, so the different buttons...
  7. MackOfTrades

    I am having trouble opening (for mo

    Much thanks. You're answers finally got me past this point of aggravation. For whatever reason, it took me quite a while of fiddling, but here is what I finally ended up with... and what works. Dim strfilename As String Dim intA As Integer Dim strtemp As String 'Temp string to hold data Dim...
  8. MackOfTrades

    I am having trouble opening (for mo

    Ok, you can all laugh at my attempts to program in VB. After looking at your code (which helped me out with other problems I've been having), here is what I have. Private Sub cmdstart_Click() Dim FileHandle% Dim strfilename As String Dim intA As Integer Dim strtemp As String 'Temp string to...
  9. MackOfTrades

    I am having trouble opening (for mo

    I am having trouble opening (for modification) an excel file using Visual Basic 6.0 I have no problem creating a new file in order to save data, but when I wish to open this file, I am unable to do so. When you are dimensioning everything, do you dimension the application as new, or the...

Part and Inventory Search

Back
Top