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 Mike Lewis 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. meltdown

    Column width for a CSV file

    I am using Cold fusion to generate a csv output and putting it in as a link on the web site. The problem I have is the column width is always the same for all columns. The default size. Any ideas on how this can be increased per column
  2. meltdown

    download a HTTP hyperlink

    I have a hyperlink to a .doc file. I need it to ask the user to download the file instead of opening up word in the browser. Is there anyway to control this?
  3. meltdown

    One Database Connectin Object

    Has anyone written or seen a class somewhere that takes in an SQL and returns the result set one row at a time back to the calling object. I am trying to simplify all my classes and putting all the database stuff in one place would be great. thanks
  4. meltdown

    Schedule Algorithm

    Has anyone ever generated a basic schedule maker algorithm in VB or anything else. I have 5 teams and need them all too play 10 games against each other. The games need to be staggered meaning not 10 against one team in a row. There can be 2 or 3 games in a row. Any help would be great.
  5. meltdown

    controls in a class object

    I am adding dynamic controls to a form using a class object. in a form load section I have Dim displayStandings As standings Set displayStandings = New standings Call displayStandings.setCurrentForm(frmMain) Call displayStandings.setCurrentFrame(frameStandings) Call...
  6. meltdown

    Inserting a Commandbutton on a specific grid cell

    I'm trying to get a grid of command buttons. Basically I need to have a 3 by 3 grid where the each cell is actually a commandbutton as opposed to a text box. Can this be done. I am trying to use the MS Flex Grid but if there is another way I would be happy to hear it. thanks
  7. meltdown

    Disabling frames on forms

    I want to be able to disable an entire frame in a particular form. The frame may contain other frames. Can it be done ? how ?

Part and Inventory Search

Back
Top