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

    listing image folder

    I need some help with getting all the picturenames - which are in an imagefolder on the webserver - into a dropdownlistbox. Thanx!
  2. anneoctaaf

    iframe

    I'm using a iframe to display a webpage within my website. Now i would like to change the color of my iframe scrollbar. I also only want a vertical scrollbar, no horizontal scrollbar. Thanx!
  3. anneoctaaf

    rollovereffect

    I have text as a hyperlink. now i want the text to have a differentcolor when the mouse rolls over. It's very simple i think, but i'm not a javascripter... If anyone can help me out with this script...THANX!
  4. anneoctaaf

    message scroller

    Hi, I want to make a message scroller. I knoe this can easily be done in javascript, but i want the scroller to get the messages/news from a database. Does someone know a script in ASP that does this? Thanx!
  5. anneoctaaf

    dvmailer.dll

    Hi, I wrote a script which needs dvmailer dll. dvmailer.dll is a free component that needs to be installed on iis. Now i have my own webserver and i put dvmailer.dll in the system32 directory where normally dll's are stored. Now i get the following error...
  6. anneoctaaf

    doc convertion to pdf

    I need a script/object that opens a word file and then convert the word file to pdf format. Does anyone know how to do this, or maybe even has example code??? Thanx!
  7. anneoctaaf

    convert jpg to gif

    Dear programmers, I need a script to convert jpg files to gif files. Furthermore i need to change the size of the pictures. I have no idea how to do this... Thanx anyone!
  8. anneoctaaf

    scripts to convert jpg to gif

    Dear programmers, I need a script to convert jpg files to gif files. Furthermore i need to change the size of the pictures. I have no idea how to do this... Thanx anyone!
  9. anneoctaaf

    Scanning with asp

    i need to scan a photo and then load it up to the webserver. This needs to be done in different places, so i thought i'd do it webbased and maybe there's a script that can control the scanner, like printing from a webpage? Any help would be great! Thanx!
  10. anneoctaaf

    Can someone help me with this error

    Provider error '80040e21' Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. /forum/admin/configuration.asp, line 97 I'm trying to update values in my db, but it doesn't work...and i really have no idea what exactly is the...
  11. anneoctaaf

    language error

    i use portugese string in my asp file, but somehow the sign ã is not supported, because i get the error Microsoft VBScript compilation error '800a0408' Invalid character default.asp, line 51 Não gravou o carrinho." -^ What can i do to solve this?
  12. anneoctaaf

    javascript with asp variables

    I've build this little javascript: when you move on the text a box with another text is displayed. Now in stead of De getaxeerde waarde hangt af \n van het doel van de taxatie; \n een woning heeft namelijk ver- \n schillende waarden. \n\n i would like to show some pictures, something like this...
  13. anneoctaaf

    showing a picture in a datawindow

    what i want to do is show a picture in a database. The debugger gets to this line... This.Object.picture_name[li_Row] = String(llvi_Item.Data) which gives the following error application terminated error typemismatch accessing external object property picture_name at line 74 in dragdrop event...
  14. anneoctaaf

    synchronise 2 databases

    There are 2 databases, both with the same tables. One database is fysically somewhere else and once in awhile both databases need to be updated with added/updated records from the other database. I guess one can call it synchronisation. But it goes both ways. Is there a simple way to do this...
  15. anneoctaaf

    working with 2 databases

    my app works with odbc and an access database. Now there's another access database from with i need data to insert in my own database. How can i do this, do i need to change my ini file which contains the DNS and do i need a second transaction object? Does anyone have sample code that does what...
  16. anneoctaaf

    upload script

    Hi i need an uploadscript to upload images to a webserver on through the internet I have no idea hat objects to use or maybe there are scripts like this available that anybody knows of? Thanx!
  17. anneoctaaf

    database on a webserver

    i want to make connection to a database on a webserver somewhere else: www.myweb.nl/database/myDB.mdb (from my desktop at home) How do i set the ODBC configuration? Thanx!
  18. anneoctaaf

    i want to make connection to a database....

    i want to make connection to a database on a webserver somewhere else: www.myweb.nl/database/myDB.mdb How do i set the ODBC configurationand the database profile? Thanx!
  19. anneoctaaf

    barcode scanner

    I need to design an application where i can work with barcode scanners. What kind of information can i put in a barcode and is it possible to get the info into a ASP application? This project needs to start yet, so i'm looking for suggestions. Is ASP a good tool to write the application in...
  20. anneoctaaf

    barcode scanner

    I need to design an application where i can work with barcode scanners. What kind of information can i put in a barcode and is it possible to get the info into a visual basic application? This project needs to start yet, so i'm looking for suggestions. Is visual basic a good tool to write the...

Part and Inventory Search

Back
Top