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 TouchToneTommy 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. MarvinR

    MSMAPI license error at runtime

    Thanks again Craig, I think I will try to compare the registry licenses (HKEY...) with my developement machine first, if it doesn't work I will uninstall the old run-time than re-install with a new install program with MsMapi.ocx included.
  2. MarvinR

    Hack LBX

    Thanks Craig.
  3. MarvinR

    Hack LBX

    The user needs to change the left margin at run time, I think I have to change the .LBX progammaticaly. Please anyone can tell me the meaning of the fields in .LBX ?
  4. MarvinR

    MSMAPI license error at runtime

    Craig, The Msmapi control is added on a form in my project as you said, but I just copied this new EXE to a user's machine, not using InstallShield. Is it the right way ?
  5. MarvinR

    MSMAPI license error at runtime

    I created a EXE which contained only the code from "How To Send E-mail Programmatically Using MSMAPI OLE Control", than I tried it on a user's machine (WinMe and W2K Server) where MsMapi32.ocx is registered by Regsvr32. The error is: OLE Error Code 0x80040112: Appropriate license for this class...
  6. MarvinR

    MSMAPI license error at runtime

    It doesn't work on my WinMe and W2K Server even I copy exactly the same code from "How To Send E-mail Programmatically Using MSMAPI OLE Control" and register the MsMapi32.ocx, maybe I should try the Install Shield.
  7. MarvinR

    MSMAPI license error at runtime

    Thank you, Mike. I will try this way.
  8. MarvinR

    MSMAPI license error at runtime

    loSession = CREATEOBJECT("MSMapi.MapiSession") loMessage = CREATEOBJECT("MSMapi.MapiMessages") ... I used the above code in my application and make it a EXE, on the user's machine (WinMe and 2K Server) I added the file MsMapi32.ocx and registered it with Regsvr32, but I still got the error...
  9. MarvinR

    New look website

    Mike, I found that the green star in "My threadminder" works but has some time-lag. Marvin
  10. MarvinR

    New look website

    In 'My Threadminder', there are no more using bold face to notify if there are any change since my last visited, I hope this funciton could be keep on. Thanks.
  11. MarvinR

    System drastically slows down!

    V I R U S ?
  12. MarvinR

    How could I conect two VFP app on different place?

    Mike, Could you tell me where to find the articles wrote by Whil Hentzena. Marvin
  13. MarvinR

    Direct USE vs. Map drive

    I ask this question because I found that if I double click on a mapped drive under "My Computer", it shows the contain at once; but if I click on the same folder in "My Network Place" ("My Neighbour" ?) sometimes it would be a few seconds delay. I use Win 2000 server and Win Me. The table to be...
  14. MarvinR

    Direct USE vs. Map drive

    In B. (map drive), I mean creating a map drive permanently uner "My Computer". So that means the solution B is better ?
  15. MarvinR

    Direct USE vs. Map drive

    Please tell me which way is better to access a set of table in another PC: A. Use the table directly: USE \\PC-Main\Invoice\SalesInvoice.dbf SHARED or B. Map a network drive of "\\PC-Main\Invoice" than use that dbf. Thanks.
  16. MarvinR

    Picture in report

    In order not to hard-code a logo on a report I use: - a picture control in report, which the field "Picture from file" is cLogoName - cLogoName = 'ABC.bmp' It worked fine when I tested it in interactive mode, but it showed an "Invalid path or file name" error after...
  17. MarvinR

    Alias Name in Property

    Thanks Mike and Ramani.
  18. MarvinR

    Alias Name in Property

    How can I access a field in a DBF when the alias name is stored in a object's property ? For exemple: oo.aliasname = 'INVOICE_2001' I want to access the CUST_ID of this DBF, but obviously I can't use oo.aliasname.cust_id What way I can use so I don't need to do too much "&&quot...
  19. MarvinR

    Generic Printer Driver

    Since the beginning I used only English letters in Notepad to test the printer, the 2000 server and Win Me are both "freshly" installed and without any speical language software in it, that's what annoy me the most. Maybe I have to test more on different machine. Anyway think you...
  20. MarvinR

    Generic Printer Driver

    Thanks Kim, I tried that site but this is not really the thing I am looking for. Actually my situation is: In a LAN composed by a WIN2000 server and some ME, I want the dot-matrix printer prints with its own font, as if old style printer does. So I use "Generic Text Only" printer...

Part and Inventory Search

Back
Top