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

    Hanging object reference from trifecta of Type(), _Access(), and .Parent [SOLVED]

    This took two days to track down, so I figured it deserved posting for posterity. We came upon a situation where the simple solution to our problem was to add an _Access method to an object-type property which would go dynamically retrieve the requested object for us. In another segment of...
  2. nqramjets

    Using Sql Server AlwaysEncrypted back-end for VFP application

    We're investigating the possibility of using Sql Server 2017's AlwaysEncrypted functionality in our VFP 9 based application. Enabling this involves swapping out the connection string form Driver={Sql Server} for something newer which supports Always Encrypted, like Sql Server Native Client 11.0...
  3. nqramjets

    Preventing or disabling the backtick-escape "feature" in foxpro

    We've recently run into a scenario where a user had accidentally hit the backtick character while doing data entry in an editbox (VFP9). In this case they actually typed the sequence ` (backtick - space), which result in a NUL char '\0' being inserted. This edit box is bound to a remote view...
  4. nqramjets

    Setting hidden properties in Init via DoDefault breaks Hidden visibility

    This seems to just be a bug. (VFP9 SP2) Can anyone confirm that this is strange behavior and that I'm not crazy, or is this something that can be explained away somehow? This may be related to the thread 626553 I laid out all 3 permutation that are worth investigating in the Case comments in...
  5. nqramjets

    VCX : Platform = COMMENT, UniqueId = RESERVED, Properties = Font Arial, blah blah...

    In a VCX a class definition is terminated by Platform = WINDOWS, UniqueId = RESERVED row. If this is the class definition of a form (for example), updating the Font in the IDE will cause the closing COMMENT row to include Font data in the property field. From experimentation this appears to be...
  6. nqramjets

    Listing declared variables programmatically

    I'm looking for a way to list or capture the declared variables programmatically, along with their values. MikeLewis refers to an error handler written entirely in FoxPro which sounds like it does exactly this in this thread: thread184-1687712. Here is the motivation: We have a wrapper which...

Part and Inventory Search

Back
Top