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: *

  1. DirectDrive

    DataGrid Select Button Column

    Can anyone tell me what event fires when the Select Button Column button is clicked? i am trying to return a value from another column when the button is clicked. Thanks.
  2. DirectDrive

    Datagrid Response.Flush

    Can anyone tell me if there is a way to response.flush a datagrid part way through the load? I have some DG's that are loading slowly and i would like to flush them part way through. I know some browsers will not show a table until it sees </TABLE>. This is not a problem. Thanks.
  3. DirectDrive

    Preserve RIch Text Fontstyle and apply new Fontstyle

    I am trying to set up a form with a Rich Text Box that the user can select text and bold, underline, italics, and strike. I have a sub that i call from each button. My problem is each time i set the FontStyle i loose the existing 1. i.e. if the selected text is bold and i hit the underline...
  4. DirectDrive

    How do i call a function from design view?

    I am making the transistion from VBX to .NET In VB6 you could call a function from the Imediate/Debug window (a very nice feature when testing). Is there a way to do this in .NET I am building a function to parse through some text and would like to call it as i am developing, so i can make sure...
  5. DirectDrive

    ADO - SQL Server to Excel drops currency format.

    I wrote a function that passes data from a SQL server to an Excel sheet. The function makes a copy of an Excel template file and populates the copy with the data set that was passed to it. The data makes it into the Excel sheet, but the currency data is showing up in Excel as text (it has a...
  6. DirectDrive

    Round()..... how and why.

    I have seen a lot of confusion over the Round function, all over the net and in various books. Some claim it does not work and others seem to have noticed the patter, but do not understand it.. Mathematically speaking the round function is correct, but it does not work how many people think it...

Part and Inventory Search

Back
Top