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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by aspro

  1. aspro

    fwrite adds unwanted /n to text file

    This problem has me baffled. I have a form which outputs the lines of a txt file into a table creating links. for each link there is a radio button which sends exact line form the txt file to the action page when the button is pressed. In the action page all I want to do is put all of the lines...
  2. aspro

    how to use store procedures

    Thanks Chip H. That code was very helpful. I found it hard to find the right code and put it in the right order and I wasn't sure how to call the store procedure. Many thanks everyone aspro
  3. aspro

    how to use store procedures

    tuts= tutorials thanks for the datagrid advice!
  4. aspro

    how to use store procedures

    I have a little task that I have been set which requires me to retrieve data from a database via a store procedure and display the result in the grid. my first problem is that i have never used store procedures before so maybe someone could point me in the direction of some good tuts because...
  5. aspro

    converting string to a decimal number

    Thanks rotsey. That works well.
  6. aspro

    converting string to a decimal number

    hey I am making a calculator program that will take the input from 2 textboxes and then times them together. it works fine if I use system.convert.toint32 but once i enter in a number like 45.25 it has trouble because of the decimal point. does anyone know of a better way to calculate the...
  7. aspro

    a simple if statement that wont work

    thanks a lot. I knew it was something stupid that I couldn't see. aspro
  8. aspro

    a simple if statement that wont work

    Obviously I am missing something quite simple but I just cant see it. I want convert a number entered into a text box into words. eg. $12.10 to be twelve dollars and ten cents. Im putting the number into an array but for some reason when the loop gets to the decimal point it does not skip it...
  9. aspro

    simple if statement that wont work

    Obviously I am missing something quite simple but I just cant see it. I want convert a number entered into a text box into words. eg. $12.10 to be twelve dollars and ten cents. Im putting the number into an array but for some reason when the loop gets to the decimal point it does not skip it...
  10. aspro

    making a datagrid like microsoft outlook

    Thanks for that but do you know how to do it in a listview? aspro
  11. aspro

    making a datagrid like microsoft outlook

    Hey, I want to make a datagrid or listview like the one in microsoft outlook 2003 which has the little flags on the right hand side of the mail list. I want to be able to have a little flag icon which can be toggled on and off. Does any one know how this can be done?? Any help will be greatly...
  12. aspro

    Passing data from one form to another (textbox to datagrid)

    Well you could store it in a temp text file but I know that this is not the best solution. aspro
  13. aspro

    Adding images to listview

    If there is no way to add a picture then I suppose a flag from wingdings will do. But how do I make one column's font wingding without changing the font of the entire listview?
  14. aspro

    Adding images to listview

    Hey I have my listview at the moment with the columns- Name Date and Status. I would like my 4th column "Flag" to have a little flag image in the row but i am not sure how to add images to the listview. Any help in this area would be great. Thanks in advance, aspro
  15. aspro

    Posting to ASP website

    Can you try to ftp the file to the site server?

Part and Inventory Search

Back
Top