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

    fxole32b.dll

    WHere can I get this DLL? My foxpro need it to create a Excel report. Thanks
  2. 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
  3. kitnba

    vfp to Lotus notes

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

    default

    how can I set the Default fonts size in the New Memo?
  5. 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?
  6. kitnba

    Report To PDF

    How can I print out the report , it will auto create the PDF for this report?
  7. 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
  8. 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...
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. kitnba

    outllook XP

    Why in my outlook xp, it always ask for my Email password? I am sure i have click the box for store my PASSWORD LIST, but why it ask me over 10 time in 10mins. And I sure my password is no problem, because when I only password OK, then It can recive my email again. but I always ask me so many...
  15. kitnba

    Date function

    How can I calculate the date? example : a=01/08/2003 b=02/08/2003 I want to know how to get the result b-a = 1 days? what function I can use in Excel to get it? Thanks
  16. kitnba

    Map netwrok dirver

    I am using Novell client login, how can I map a netwrok driver for Windows 2000 server? I am sure I can use \\IBM2000\share_c to see the folder, but how can I map a network diver? In Win98 or 2000, I can right click the folder name and then Select Map network diver. Now in XP, I can't find out...
  17. kitnba

    Novell and Win 2000

    I am using win xp, can I login into novell and win2000 sever when I start up? I am using CLinet32 for novell, how can I setup login Win2000 also? Thanks
  18. kitnba

    printer prompt

    I am using VFp3, in the command report from printer prompt. It will prompt me to select printer when I print out the report. Can I special a printer for this printer when it prompt me. Example : default Windows printer = HP report printer = Epson Can It auto prompt to my Epson...
  19. kitnba

    win2000 mirgrate

    whre is the Mirgate tools for netware in win 2000?
  20. kitnba

    foxpro to Email

    My program need to write some VBA to auto send email in foxpro6. all user is working good in Office outlook 2000, but when the pc is using Outlook XP, it will not work, it need to ask so many question if VFP need to access the outlook. it say 'Some program is accessing your outlook, click YES or...

Part and Inventory Search

Back
Top