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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.