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

    Datagrid - alternating row layout

    Hi I would like to use a datagrid, as I would like to use the paging features and so on, however I am unsure how/if I can set the column values or the layout differently in each row. Basically I want to flip each record... ...so record 1 would be Image > Title > Description .....and record...
  2. th3maw

    fso.GetFileVersion size limit?

    Hello Got a bit of a weird problem. We are using standard fso.GetFileVersion code in order to get the version number of the latest dll used to create some documents. We normally loop through the files to get the latest version (and this works fine on all the DLL's). However in the example...
  3. th3maw

    Microsoft SQL Server 2005 Setup

    I`m getting an error whilst installing MS Sqlserver 2005 into a windows 2000 Server SP4 system. This is the error message TITLE: Microsoft SQL Server 2005 Setup ------------------------------ Failed to install and configure assemblies C:\Program Files\Microsoft SQL...
  4. th3maw

    Microsoft SQL Server 2005 Setup

    Not sure if I am posting this in the correct place.. let me know if not. I`m getting an error whilst installing MS Sqlserver 2005 into a windows 2000 Server SP4 system. This is the error message TITLE: Microsoft SQL Server 2005 Setup ------------------------------ Failed to install and...
  5. th3maw

    cursor / recordcount errors

    I am trying to use CursorLocation and recordcount to do some basic record paging. Despite using code I have used numerous times elsewhere I am unable to get the expected results using CursorLocation and recordCount always returns a value of -1. I have used this basic example from codefixer...
  6. th3maw

    objMail - not sending/recieving but no errors

    Sorry if this is not the right place to ask this. I am having problems sending emails from asp pages which are running internally. We use another host for our sites and in these the various methods I have tried for sending mail work correctly. However when I try to run identical code for the...
  7. th3maw

    get individual ints from an array

    I have split a string pulled from a table to into an array made up of numbers. The original string is made up of a list of costs associated with a quote and the number of these can be totally random. Once split I want to convert the individual numbers in the array to int in order to query...

Part and Inventory Search

Back
Top