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 strongm 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: fredgmain
  • Content: Threads
  • Order by date
  1. fredgmain

    How to disable the form while calling another form from the menu

    Hi all, I have a "2 - Top level" form (form1) with a menu. I want to disable the main form (form1) when I call another form (form2) from the menu and enable the (form1) again after the user closed the second form (form2). Thanks in advance. Fred
  2. fredgmain

    Need index suggestions to optimize the speed

    Hi all, I have the following partial criteria for the SELECT statement. It involves the following fields ("senderemailaddress","cc","to"). The query definitely not very effective because it is very slow when I created 100,000 test records. But I must use AT() or $ to match the string within...
  3. fredgmain

    Why the 2 - Top level form is not on focus...

    Hi all, I create a simple form (2- Top level) but the form is not in focus until I click on the form (any area or title). I believed the settings in the form properties is wrong but I cannot figure out why. Or any command that I can put in the form "Init" or "Activate" section so that the...
  4. fredgmain

    sys(2015) question

    Hi all, Is SYS(2015) is the only VFP fuction that returns unique number? I try use it as a "login session id" for the app. This "id" will be used to track/link all the activities withn the system access, like runnung reprots, add/edit/dele information and etc. Is this a good way? Thanks in...
  5. fredgmain

    The RETURN (THISFORM.loginid) now working...

    Hi all, I have a "RETURN (THISFORM.loginid)" command in the VALID, but the cursor did not stop at the THISFORM.loginid field. I know I have done something wrong but cannot figure out the reason... BTW, the "THISFORM.loginid.setfocus" command would not work either. I want the cursor to go back...
  6. fredgmain

    How to display "***" when user enter the password

    Hi all, I have seen the solution in this forum before but I cannot find it. Thanks Fred
  7. fredgmain

    Login screen question

    Hi all, I have a app that has only one "2- Top level form" (form1) with a menu inside the form. Now, I like to call a login screen before the "form1" is called. I try to use the following code but is not working because the program execute till the READ EVENTS. Should I call the "DO FORM...
  8. fredgmain

    How to read various Outlook PST files in different subdirectories

    Hi, I have few different Outlook PST files (different users) in sitting in different subdirectories. Is it possible to open those PST files individually and process the information using Outlook.application? (Without using the COPY FILE command.) Thanks Fredgmain
  9. fredgmain

    How to disable menu in a 2-Top Level Form

    Hi all, I have a 2 - Top Level Form with a menu. When the user selected a option in the menu to generate a report. I would like to disable the entire menu so that the user will not have access to other menu items. When the report is finished (print or preview), I like to enable the menu...
  10. fredgmain

    Error: 0: Class definition MSXML2.DOMDOCUMENT.4.0 is not found.

    Hi all, I have an error when I start the VFP9 in Windows 7. Is in the "Task Pane Manager Start" "0: Class definition MSXML2.DOMDOCUMENT.4.0 is not found." Anyone know how to fix that? Thanks Fredgmain
  11. fredgmain

    Automatic start the VFP9 installation when I start the VFP application

    Hi, I create a shortcut for my VFP applicaiton (exe). When I click the icon form the desktop, it start the VFP9 installation???? When I cancelled the installation, then the VFP application started. Please help and thanks Fredgmain
  12. fredgmain

    Will the Vista theme with in Windows XP?

    I try to create VFP application that has more modern looks, like Outlook and Vista theme. Will the VFP forms that I create in Vista OS compatible in Windows XP? Please give me some suggestions. Thanks Fredgmain
  13. fredgmain

    Problem with Menu in 2-Top form

    I tried to create a simple menu (test.mpr) in the 2-As Top Level Form. When I compile the project and it keeps asking to locate the test.mpr, in which is already in my project. This happen everytime I conpile the project (I know something is not right but don't know what...) I also added...

Part and Inventory Search

Back
Top