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 SkipVought 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: kitnba
  • Order by date
  1. kitnba

    foxpro to Excel dll

    I am using VFP3 now, what DLL I need when I create the Excel chart inside my VFP3? I only have Foxoleui.dll now.
  2. kitnba

    fxole32b.dll

    WHere can I get this DLL? My foxpro need it to create a Excel report. Thanks
  3. kitnba

    foxpro to Excel dll

    When I use WIn2000 or English Win98 is ok. But after I change to Chinese win98 it need Fxole32b.dll. I can't find out it in win2000 computer or win98 computer. Who have this DLL file?
  4. kitnba

    foxpro to Excel dll

    I am using VFP3 , my program can transfter the data to Excel now. But why the program sudden need fxole32b.dll to do it? in my pc it is no problem, and I don't know where I can find it dll to run. The pc is Chinese win98, but in English Win 2000 , is no problem. Thanks
  5. kitnba

    vfp to Lotus notes

    i want to ask, can I open the Lotus Notes New memo screen to write a email in VFP code? and then auto send out in lotus. I can do it when I am using MS outlook 2000, it can call the Outlook screen for user to write their email in Outlook. THanks
  6. kitnba

    vfp to Lotus notes

    how can I write a coding to write a new email in Lotus notes?
  7. kitnba

    default

    how can I set the Default fonts size in the New Memo?
  8. kitnba

    Lotus Notes

    HOw can I use VFP to send email by Lotus notes ? I know how to do it at Outlook 2000, but how can I call the Lotus notes format and the Editor to do it?
  9. kitnba

    Report To PDF

    How can I print out the report , it will auto create the PDF for this report?
  10. kitnba

    vfp to outlook

    if I want to cc 4 email address, what can I do? can I use myRecipient =myItem.cc.Add(alltrim(a_sender[n])+'@xxxx.hk')) this same code?
  11. kitnba

    vfp to outlook

    myRecipient =myItem.Recipients.Add(alltrim(a_sender[n])+'@xxx.com.hk')) How do I change this command in the CC field? I want add our address to CC field. Thanks
  12. kitnba

    vfp to outlook

    I have write a coding for sending email within outlook 2000. myOlApp = CreateObject("Outlook.Application") myItem = myOlApp.CreateItem(0) myRecipient =myItem.Recipients.Add("kit@manchu.com.hk") I using the following code. How can I set my email is using Plain Text format...
  13. kitnba

    Printer problem

    In VFP3, when I using some printer driver for report it will say VFP 3000 error. I am using HPlaser Jet 2100 PCL6, what can I do ? Thanks
  14. kitnba

    Excel marco for VFP

    ActiveSheet.VPageBreaks(1).DragOff Direction:=xlToRight, RegionIndex:=1 I am using VFP to create the Excel chart, the above command is come from Excel Marco, how can I convert it to VFP command? Thanks
  15. kitnba

    Remote access services

    Can I time out the remote access connection when the Line no any send/recive data in a few mins? where can I set this? Thanks
  16. kitnba

    Login user name

    But I am using Win98, in win98 no this enviroment. I am login from Win98 to win2000
  17. kitnba

    Login user name

    how can I get the windows login user name with VFP3 or 6.0? I want to check which one login my pc with my VFP program. Thanks
  18. kitnba

    Login script

    did try, but after login in WIN98, I am sure it have run my script. But when I go out to DOS prompt, type 'SET USER' . it can't see this setting, it seem can't work in win98 . and i have other command for map the Driver, it is working now. Thanks Kit.
  19. kitnba

    Login script

    make this command in the bat file?
  20. kitnba

    Login script

    how can I make a login script for set user=login_name? I want after the user login to Windoes 2000, then it auto have the command for it. Thanks Kit

Part and Inventory Search

Back
Top