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 Wanet Telecoms Ltd 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: Painkiller
  • Content: Threads
  • Order by date
  1. Painkiller

    column name in a strongly typed dataset?

    Hi all, I'm trying to read out the name of a column in a strongly typed dataset, not the value of the column, but the NAME of the column. I am able to read out the name of the table by using the .Tablename property of the typed dataset, however I can't find a similar property for columns. The...
  2. Painkiller

    stylesheet background-image not shown in firefox...

    Hi all, Question for the stylesheet experts (if any): I use a stylesheet in my website, I have the following class defined: td.tdtoppage, td.tdtoppagebeheer { background-color: #346A1C; background-image: url(../art/topimagetest.jpg); height: 131px; width: 779px; font-family...
  3. Painkiller

    count records outside a 2 hour timespan

    Hi all, I have the following problem: we have a datbase where the ip adresses of the people visiting our website are stored, together with the time at which the website is visited. Table looks like this: ID Date IP 1 2003-02-13 09:41:48.463 194.151.67.130 2...
  4. Painkiller

    getting the wsh.userdomain value in win98

    Hi all, I'm trying to display the userdomain using the windows scripting host when a user open a asp page. However, the wsh.userdomain value is always empty. Now I've read in msdn that u can only read this value on windows 98 and windows ME machies if the userdomain environment variable is set...
  5. Painkiller

    how do u disable that 'tooltip' function in a treeview

    Hi all, When the text of a node in a treeview is greater than the width of the node, then u see a sort of tooltip displaying the full text of the node (when u put your mouse on the node). Does anyone know how I can disable this? Thanx in advance
  6. Painkiller

    FTP pasasive mode with InetControl???

    Hi all, Does anynone know if it is possible to set up a ftp transfer with the Inet control using passive mode? Thanx in advance
  7. Painkiller

    which event goes off when I move a form?

    Hi all, I need to register the form.top and form.left positions when the form is moved or repositioned. Does anyone know which event goes off when the form is moved or how I can solve this problem? Much appreciated
  8. Painkiller

    ado data control event declaration invalid???

    Hi all, I'm using an ado data control to display data in a textbox. Works fine. Now I'm trying to let the app perform other duties when the user navigates to another record with the data control. I'm trying to use the Movecomplete event of the ado data control. I've gotten the code for the...
  9. Painkiller

    Ado data control event not valid?

    Hi all, I'm using an ado data control to display data in a textbox. Works fine. Now I'm trying to let the app perform other duties when the user navigates to another record with the data control. I'm trying to use the Movecomplete event of the ado data control. I've gotten the code for the...
  10. Painkiller

    DataFormat not supported by DataSource??

    Hi all, I'm trying to make a database interface in VB using a data control. The data control is connected to the database and it's recordset property to the table I'm trying to display/edit. I've placed a checkbox on my form which should be connected to a field in the database that is of the...
  11. Painkiller

    XML based update gram for SQL server doesn't work

    Hi all, I'm trying to add new records to a SQL server 2000 DB using XML based updategrams in a VB app. However, it seems that the updategram isn't executed or interpreted. I just get the updategram back in the resulting stream. The table Locatietypen consists of 2 fields: id (integer with...
  12. Painkiller

    adding new record using XML based-SQL updategrams doesn't work

    Hi all, I'm trying to add a new line to a table on a SQL server 2000 database by using SQL updategrams in a vb app. The program executes all the lines and I get no errors. However, the line isn't added in the table. The table ("Locatietypen") consist of 2 fields: Id (integer, with...
  13. Painkiller

    Inet control only available in enterprise edition?

    Hi all, I need an anser to the following question: Is the Inet control only available in the enterprise edtion of visual studio? Thx in advance
  14. Painkiller

    ftp'ing filename with spaces doesn't work with inet control!

    I'm using the inet control to send files to a ftp server. It doesn't seem to be possible to send files that have spaces in the filename. Is this a glitch from the inet control, and more importantly, is there a way to work around this?? Any help much appreciated.
  15. Painkiller

    executable doens't work properly on other pc's

    Hi all, I facing the following problem. I've made a vb application that reads in data files and stores the data in a SQL server database on a remote server using ADO. The program works fine on my pc (WIN NT). I've compiled the program using the package and deployment tool and distributed it to...
  16. Painkiller

    executable doens't work properly on other pc's

    Hi all, I facing the following problem. I've made a vb application that reads in data files and stores the data in a SQL server database on a remote server using ADO. The program works fine on my pc (WIN NT). I've compiled the program using the package and deployment tool and distributed it to...
  17. Painkiller

    sending e-mail using winsock

    Hi all, My question: is it possible to send mail using the winsock control to an e-mail address without having an e-mail address yourself? I mean, can you send a mail message to an e-mail adress without the need of having your own e-mail address and mail server? Thanx, Sujesh
  18. Painkiller

    converting html file to txt with Internet Explorer

    Hi all, Wih the internet explorer it is possible to use the save as menu option to save a html file as a txt file. My question is, is it possible to do this with an InternetExplorer object in VB? Or are there alternatives I can use? thanks, Sujesh
  19. Painkiller

    Limits to the Inet control??

    Hi all, I'm not sure where I should post this question, but since it's about a VB app I'll post it here. I've written a FTP clinet program that uses the Inet control. What I want to know is: Is there a limit to the size or number of files that the Inet control can handle when sending files...
  20. Painkiller

    problem opening several word documents with 1 word object

    Hi all, I'm facing the following problem: I'm searching different word documents for a certain text. At first I made a loop in which a word object was made, the document was opened, actions took place, the document was closed and the object was destroyed. In code: Set Word = New...

Part and Inventory Search

Back
Top