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!

Recent content by Brezhnev

  1. Brezhnev

    how to get directory information ?

    thats exactly what i need ..thank a lot
  2. Brezhnev

    how to get directory information ?

    Hi all1 I need to get number of files from a given directory and also names of those files. Is there any function in FoxPro to do that ? Or do I need to use some api ? I experimented with list files /display files but still don't get eno info.
  3. Brezhnev

    "Records added" progress doesnot go away

    Hi Mike! It's FoxPro generated message that appears once you're running long scans and replayces.
  4. Brezhnev

    "Records added" progress doesnot go away

    Hi all! I have long process running that modifyes database structure. Progress bar with caption "Records added" pops up -- > never updates --> not released after process is over. Results of modifications are as desired. How can I clean this message ? Why in my case FoxPro doesnot release it...
  5. Brezhnev

    Send an E-mail

    o yeah we did ... sorry about that ...i guess i posted the message and then got busy with something else ... thanks a lot to everybody.. i'll continue with my testing. thanks
  6. Brezhnev

    Send an E-mail

    just trying to register cdosys.dll and getting an error : DLLRegisterServer is failed ???
  7. Brezhnev

    Send an E-mail

    i've got cdosys.dll in my system32. Do I have to still do anything ?
  8. Brezhnev

    Send an E-mail

    Hi everybody! I just started to experiment with e-mail functionality. Looks like CDO would do for me ( I probably will ned HTML formatting therefor can't use MAPI). Here is small part of the program ( based on Mikes examples) that i am trying to test. LOCAL oMSG,oAtt oMSG =...
  9. Brezhnev

    registration of .dll fails

    that's exactly what i did.still same error : DLLRegisterSerever failed.No matter of specifying directory or not.
  10. Brezhnev

    registration of .dll fails

    Hi everybody! Quick question : trying to register CDOSYS.dll on my computer (i want to use Mapi messages).Getting an error : DLLRegisterServer in CDOSYS.dll failed.Therefor i am getting an error during creation of the object MAPI(class not found). what am I doing wrong ? Any ideas would be...
  11. Brezhnev

    using Grid ..can't add controls ...

    thanks a lot .. it worked ... so is it a bug with drug and drop ???
  12. Brezhnev

    using Grid ..can't add controls ...

    Hi everybody! Using Grid object on my form. Trying to add checkboxes and comboboxes to it.Receiving an error : "Cannot add object to the Grid" . Any ideas ? thanks in advance
  13. Brezhnev

    Caption from the table..

    thanks ..that'll do..
  14. Brezhnev

    Caption from the table..

    Hi all! I have a little question.I am working on Audit report ... so i record changes in one table into the other.So for ex. you changed employee name , so i am storing field name(EMPNAME) and changes.But on the report I would like to show "Employee Name" .. so I found table property...
  15. Brezhnev

    Building .exe

    thanks..i already stoped .exe ..of course i had to clear events :))

Part and Inventory Search

Back
Top