| Thread | Last Post | Replies |
|
| VFP7 - FLL, Manipulating object's properties | 30 Jun 2004 09:32 GMT | 2 |
I have a FLL function (my own code, source avaliable). This function produces an 2D array (visible in VFP), populated with items calculated by this FLL, it can be developed in pure VFP language, but it is extremely slow solution.
|
| Spell Checkers | 18 Jun 2004 16:08 GMT | 1 |
Has anyone used a Spell checker with VFP6 or VFP8. If so which one and how did it work? Regards Larry Warnat
|
| Calling COM Method with Parameter by Reference | 18 Jun 2004 02:09 GMT | 1 |
I'm invoking a class method in a COM Object. This object has been generated from MatLab, in order to provide access for a functionality encapsulated in a Matlab program. The method receives a reference parameter. From VisualFoxPro, I invoke such method like this: Procedure Local ...
|
| Problem with Reading Registry-Key | 03 Jun 2004 09:19 GMT | 1 |
I am using the code below to read a registry-key. This works very good, if the user has admin rights. But without admin-rights it does not work. How can I fix the problem ? Peter
|