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 strongm 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: aspro
  • Order by date
  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?
  16. aspro

    Cannot download file using webclient

    Hi I wanted to be able to download a file from a web server using the downloadfile method. I have successfully managed to download the file (which is a small text file), however the text file is empty when it should have text in it. My download code is as follows Private Sub...
  17. aspro

    Deleting a file using thw webclient

    I know you can delete files and folders using the directory class but is there a way to delete a file that is located on a web server, using the Webclient? Many thanks, aspro
  18. aspro

    Edit table colour in repeated table of template

    I have a template which has a repeating table in it where all of the columns are editable but I want to be able to edit the colour of the cells however the template will not allow it. Any help with this one would be great, aspro
  19. aspro

    Can't change a post form variable at run time

    i was wondering about the jave script? I will change if (BMS.RG[0].checked == true) { action.value="add"; } to if (BMS.action[0].checked == true) { action.value="add"; } Will that still work?
  20. aspro

    Can't change a post form variable at run time

    Hi, I am setting up a mailing list and it all very new to me. I was given some code for adding people to the list however no removing. what i have is 2 radio buttons (subsribe and unsubscribe) which u choose before submitting the email address. when the unsubscribe button is chosen i wanted the...

Part and Inventory Search

Back
Top