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 derfloh 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: *

  1. 29466999

    Save string as text file (with UTF8 encoding)

    Hi, Finally I got it to work using the ADO method. First of all I made the mistake of adding "Microsoft ActiveX Data Objects Recordset 2.8 Library" and not "Microsoft ActiveX Data Objects 2.8 Library". Secondly I found out (got suspicious after looking in the registry) that adoStream.Charset...
  2. 29466999

    Save string as text file (with UTF8 encoding)

    Thanks guys for helping me :) Regarding the WToA track: My code now looks like the one below. I have set the DLL that are used in the functions MsoCpgFromLid, MsoMultiByteToWideChar and MsoWideCharToMultiByte to "C:\Program Files\Common Files\Microsoft Shared\OFFICE11\mso.dll" because the...
  3. 29466999

    Save string as text file (with UTF8 encoding)

    I have added a reference to "Microsoft Data Access Componenents Installed Version" (which according to the IT dep. should be version 2.8), but I still get the error. Is it the wrong reference or? I might want to use the AToW function instead from thread222-1090569 instead. Slightly modified, I...
  4. 29466999

    Save string as text file (with UTF8 encoding)

    Hi, When trying to use the code mentioned in "thread222-1090569" (the ADO stream) I get the compile-error: "User-defined type not defined" in the declaration of "Dim adoStream As Stream". Do I need add a reference (I'm trying to run the code from Access 2003 VBA) ? Best regards 29466999
  5. 29466999

    Save string as text file (with UTF8 encoding)

    Hi fellow programmers, I have a string, that I need to save in a text file that needs to be encoded with UTF8. But I don't know hot do do this? Best regards Morten Scheibye
  6. 29466999

    Add data from two columns into one

    Thanks - that did the trick :-)
  7. 29466999

    Add data from two columns into one

    Hello - I need some SQL help on this one: I got a table with two columns: FirstName LastName --------------------- Peter Andersen Michael Johnson Rasmus McDonald In a new table i need to merge the data of the two columns into one column, and add a '-' between. So it should look...
  8. 29466999

    Implement Exchange server

    Well port 135 is the port for the Exchange RPC server, so that's the reason. Actually TCP port 110 is open as well for incoming traffic. Port 25 is not open because the users are supposed to use the ISP's SMTP server (to avoid unattended relaying).
  9. 29466999

    Implement Exchange server

    I have to setup a Exchange 2000 server on a new DSL line - the server is working on our existing (old) DSL line. The router on the new DSL line have been set up, so that TCP traffic on port 135, will be routed to the Exchange servers internal IP on port 135. But it doesn’t work - but the...
  10. 29466999

    Compile error - Can't find project or libary..?

    Hey Nikki, Thanks - that did the trick :-) Morten
  11. 29466999

    Compile error - Can't find project or libary..?

    Hello, I've made this macro/userform in a .dot file, and it's working without any problems on my computer. But if I load on any other computer I get the error: Compile error - Can't find project or libary..? I've put some screenshots here: http://www.blackfoot.dk/member/billeder/1.jpg...
  12. 29466999

    DOCPROPERTY in Word

    Hey Darrell, It was the BuiltInDocumentProperties keyword I was looking for, and by using that, I could solve my problem in VBA. Thank you. Best regards Morten Denmark
  13. 29466999

    DOCPROPERTY in Word

    What should I do, if I want to change some of the DOCPROPERTY's in word.

Part and Inventory Search

Back
Top