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

    ComboBox Property Confusion

    This is something that has been bothering me and I figure that now is as good a time as any to get things clarified. When I use ComboBox's on a form, there continues to be some confusion as to which property I need to examine in order to determine the input visible on the form. Value Text...
  2. IForgotAgain

    Add Menu Onto Form

    I want to find out how to add a Menu directly onto a Form. Not to run in the VFP title bar above the form, but on the form itself. I know that I could create a "pseudo" menu with Command Buttons, but that would not give me VFP Menu-like drop downs, etc. Your advice would be most welcome...
  3. IForgotAgain

    Test for Good Remote View Connectivity

    Periodically we encounter a problem with Connectivity to a Remote View. In general this is due to the Remote Server being down or some other "outside" (Non-VFP Application) issue. Rather than merely having VFP throw up a Connectivity Error message [Error 1526] and then QUIT, I'd like to handle...
  4. IForgotAgain

    VFP7 + PGP Encryption

    I have done a Search for PGP encryption within these VFP forums and have found a couple general references to using the VFP _crypt.vcx class. But I have not found any specific code samples of how to make this happen. I have used FOPEN() to create a Text file from a VFP data table and I have...
  5. IForgotAgain

    Getting Index Info

    I know that can use TAG() and KEY() or SYS(14) to get a table's Index TAG and TAG Expression But I am not sure how to programatically get the Index UNIQUE setting (T/F) and the Index FILTER expression for a given TAG #. Your advice would be most welcome. Thanks, I_Forgot_Again

Part and Inventory Search

Back
Top