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

  • Users: Johnweida
  • Content: Threads
  • Order by date
  1. Johnweida

    How to show system folders in a form ?

    experts, I want to show some system folders such as "My omputer","My Documents" and "My favourite" etc. in on my form. How can I do it ? Thanks. John Satellite
  2. Johnweida

    A question about timer control

    experts, I put a timer control in the main form of my app. But it does not work when my app is loading a batch of files. How can I do it ? Thanks for your help. John Satellite P.S. the Interval property set as 1000
  3. Johnweida

    To make a simple task reminder in VFP

    experts, Which is the best way to make a simple task reminder in VFP ? I've tried it by using timer control and calling Outlook, but all are not satisfied. Please help me. John Satellite
  4. Johnweida

    How to start Outlook as an application ?

    experts, How to start Outlook as an application instead of an object? Thanks. John Satellite
  5. Johnweida

    Open Outlook as an object

    experts, I can open outlook as an object with "createobject('Outlook.application')" under Office XP and heigher version but failed under Office 2000 environment. Does Office 2000 cannot be opened with an object in VFP ? Thanks for your answers. John Satellite
  6. Johnweida

    How to detect the version of MS Office installed in the computer ?

    Experts, I called some applications of MS Office such as Outlook,Excel and Word in my application and it running smoothly in MS Office 2000 and XP environment but failed in Office 97 environment.So I have to detect the verion of MS Office installed in the computer before the user clicking the...
  7. Johnweida

    How to input URL address into a text box ?

    experts, I want to input a URL address like 120.9.12.0 or 120.99.1.130 in a text box.How can I do it ? I tried it by set the InputMask and Format property but failed. How can I do it(Not by mouse but by Tab key or cursor key) ? Thanks. John Satellite
  8. Johnweida

    How to keep minbutton and close button on my form ?

    experts, I set the "controlbox" property to .F. but I want to keep the MinButton and close button on the right-up corner of the form. How can I do it ? Thank you for your help. John Satellite
  9. Johnweida

    Why the form always cannot got focus ?

    experts, I define a form from a prg file but it always cannot got focus when I click a button in another form to call it. ***************** Public oform1 oform1=createobject("form1") oform1.Show Return ****************************************************** Define Class form1 As Form...
  10. Johnweida

    How to remove this object ?

    experts, ***** in form's INI method public olword olword = createobject("word.application") ******************* ***** in unload method thisform.removeobject("olword") Error message "unkown member olword" ********************** help me please. John Satellite
  11. Johnweida

    How to detect the current version of MSN ?

    Experts, How can I detect the current version of MSN in the computer? I cannot start it if I don't know the version. Thanks. John Satellite
  12. Johnweida

    I found the code

    Dear Mike, I found the code and put the code to my form like below: #DEFINE olFolderCalendar 9 LOCAL oOutlook,oNameSpace,oDefaultFolder oOutlook = CREATEOBJECT("outlook.application") oNameSpace = oOutlook.getnamespace("MAPI")...
  13. Johnweida

    How to start outlook calendar in vfp ?

    experts, How can I start MS outlook calendar in my vfp application and detect if Ms outlook has been installed in computer ? Thanks. John Satellite
  14. Johnweida

    How to detect if word,excel and outlook have been installed?

    experts, Is there a way to detect if Microsoft Word,Excel and Outlook have been installed in the computer ? Thanks. John Satellite
  15. Johnweida

    How to call WordPad and Windows Media Player through createobject()

    HI, Who can show me a sample to call WordPad and Windows Media Player through CreateObject() function ? Thanks. John Satellite
  16. Johnweida

    call windows media player in vfp

    Hi, How to call Wmplayer.exe by API instead of using run/N command ? Thanks. John Satellite
  17. Johnweida

    MS monthview control

    Hi,experts, I put a microsoft monthview control on a form but I cannot change the Enabled property programmely. It seems only be done in the control properties set. Please help me. John Satellite
  18. Johnweida

    How to run my help file ?

    Hi, Please kindly tell me how to run my help file(hlp.chm) by code with click event of a botton. Thanks. John Satellite
  19. Johnweida

    how to use mspaint.exe in my application ?

    hello, Is there a way to call mspaint.exe in VFP application ? John Satellite
  20. Johnweida

    How to test if a CD is loaded in the cdrom ?

    Hello, Is there any way to test whether a CD is loaded in the cdrom ? John Satellite

Part and Inventory Search

Back
Top