New Post: ParallelFox 1.2 - Need to kill a hang process
Hi: I'm looking a way to kill an unresponsive process called from Parallel Fox if uses more than a given timeut (ie: run 30 seconds or kill process) Is there a way to implement such functionallity?
View ArticleCreated Unassigned: VFP2C32 - Function INITVP2C32 does not exist [43569]
Hi:When trying to execute some of the examples, I get an error because this initialization function does not exist.In example, the program "async.prg" starts with this:```#INCLUDE "vfp2c.h"CD...
View ArticleCommented Unassigned: VFP2C32 - Function INITVP2C32 does not exist [43569]
Hi:When trying to execute some of the examples, I get an error because this initialization function does not exist.In example, the program "async.prg" starts with this:```#INCLUDE "vfp2c.h"CD...
View ArticleCommented Unassigned: VFP2C32 - Function INITVP2C32 does not exist [43569]
Hi:When trying to execute some of the examples, I get an error because this initialization function does not exist.In example, the program "async.prg" starts with this:```#INCLUDE "vfp2c.h"CD...
View ArticleCommented Unassigned: VFP2C32 - Function INITVP2C32 does not exist [43569]
Hi:When trying to execute some of the examples, I get an error because this initialization function does not exist.In example, the program "async.prg" starts with this:```#INCLUDE "vfp2c.h"CD...
View ArticleUpdated Wiki: Bin 2 Text Extension
Bin 2 Text ExtensionProvides better IDE integration of FoxBin2PrgDownloadLatest release of Bin 2 Text ExtensionSynopsisProject Manager: Lutz SchefflerThe main goals of this project are: The main goal...
View ArticleReleased: nfJson (Feb 02, 2017)
2017/02/05 fixed: nfJsonRead bug fix: incorrect parsing for strings terminated escaped double quotes; minor changes & code refactoring.2017/01/11 fixed: nfJsonRead: incorrect unescaped output with...
View ArticleUpdated Release: nfJson (Feb 02, 2017)
2017/02/05fixed:nfJsonRead bug fix: incorrect parsing for strings terminated escaped double quotes; minor changes & code refactoring.2017/01/11fixed:nfJsonRead: incorrect unescaped output with "set...
View ArticleReleased: nfJson (Feb 02, 2017)
2017/02/05 fixed: nfJsonRead bug fix: incorrect parsing for strings terminated with escaped double quotes; minor changes & code refactoring.2017/01/11 fixed: nfJsonRead: incorrect unescaped output...
View ArticleUpdated Release: nfJson (Feb 02, 2017)
2017/02/05fixed:nfJsonRead bug fix: incorrect parsing for strings terminated with escaped double quotes; minor changes & code refactoring.2017/01/11fixed:nfJsonRead: incorrect unescaped output with...
View ArticleNew Comment on "XLSXWorkbook"
Great project - had a few issues with the SaveTableToWorkbook() - when using a table that's already open. But much better way for creating Excel files. Great trick using the Shell.Application to save...
View ArticleNew Comment on "nfJson"
How to create JSON File from two cursor having one to many relationship.
View ArticleNew Comment on "XLSXWorkbook"
very nice project Greg. Are you planning a release soon as noted in your December comment and if so, does it resolve issues with the 'SaveTableToWorkbook' when a table is already in use? @Akselsoft,...
View ArticleNew Comment on "XLSXWorkbook"
To DanGoodWin: For the DateTime value, there has to be a decimal place. The code in the DO CASE does the CASE ATC(".", loCellFormat.CellVal) > 0 lnNdx = ATC(".", loCellFormat.CellVal) The CASE...
View ArticleNew Comment on "XLSXWorkbook"
All-- I have been very busy over the last number of weeks in a customer escalation with my job. Hopefully in a couple of weeks I will be able to devote time to the changes being made in the current...
View ArticleCommented Unassigned: FoxCharts and Windows 8 or 10 [43503]
We have just started using FoxCharts v1.37b ALPHA with Visual Foxpro 9.0 SP2 to create some simple graphs, and it is beautiful and works fine in Windows 7. The problem is that it only shows a box with...
View ArticleNew Comment on "XLSXWorkbook"
I've been using SaveTableToWorkbook quite successfully without any problems, Andrew. Perhaps you can post some detail on what these issues are?
View ArticleCommented Unassigned: FoxCharts and Windows 8 or 10 [43503]
We have just started using FoxCharts v1.37b ALPHA with Visual Foxpro 9.0 SP2 to create some simple graphs, and it is beautiful and works fine in Windows 7. The problem is that it only shows a box with...
View ArticleNew Comment on "VFP 9 SP2 Help File"
I've found what appears to be an undocumented error number - 2119. The number of SELECT values doesn't match the number of INSERT columns.
View ArticleNew Comment on "XLSXWorkbook"
Hi Greg, Starting from line 124 in ReadCellValueFormat, I have: CASE INLIST(t_cellxfs.numFmtId, 22, 29, 30, 31, 32, 33, 34) && Date-time format lnNdx = ATC(".", loCellFormat.CellVal) lcWholeNbr...
View Article