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: IForgotAgain
  • 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

    Test for Good Remote View Connectivity

    Mike - thanks for your reply. There are 2 distinct types of Remote View errors which we encounter from time to time: 1. Connectivity Errors (due to bad or missing ODBC DSN) 2. Database fields have changed (due to changes in Remote System) In both cases VFP throw up an error message which...
  3. 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...
  4. 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...
  5. IForgotAgain

    VFP7 + PGP Encryption

    Mike, I am back with more questions on using this DLL utility. I have now installed PGP8 on my workstation and I have created one or more keyring(s) using the PGP8Keys utility. I now go to try to use the DLL Utility EncryptFile ( pubkeyring, privkeyring, infile, outfile, infiletype...
  6. IForgotAgain

    VFP7 + PGP Encryption

    On reading the documentation more carefully I figured it out. It seems as though the files you suggested me to download are a support tool for PGP8. Therefore PGP8 must be installed before this DLL will Register. It took me quite a few Google links to finally find a copy of PGP8.EXE which I...
  7. IForgotAgain

    VFP7 + PGP Encryption

    Mike, Thanks for the recommendation. However I encountered a problem when trying to get the DLL Registered in my Win 2000 workstation. I downloaded the nsdpgp3.zip file and extracted the separate files from the Zip file. I then moved the nsdpgp3.dll to my C:\WINNT\SYSTEM32 directory...
  8. 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...
  9. IForgotAgain

    Getting Index Info

    Ramani - Thanks SYS(2021, 2, 'alias') was indeed one of those commands that I was looking to find. It successfully gave me the Index Filters for each of my test indicies. Now what can be used to find the Index Type (Regular/Unique)? Thanks, I_Forgot_Again
  10. IForgotAgain

    Getting Index Info

    Opps.... Pardon my typo's. The indicies were built correctly, just not written above correctly. INDEX ON Agent_Code + Appl UNIQUE FOR !Sent TAG Test1 INDEX ON Agent_Code + Appl FOR !Sent TAG Test2 INDEX ON Agent_Code + Appl TAG Test2 Thanks I_Forgot_Again
  11. IForgotAgain

    Getting Index Info

    Thanks for everyone for their suggestions. I have not used the PRIMARY() nor the CANDIDATE() functions before. But I did set up a test data table and built some test indicies. INDEX Agent_Code + Appl UNIQUE FOR !Sent TAG Test1 INDEX Agent_Code + Appl FOR !Sent TAG Test2 INDEX Agent_Code +...
  12. 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