New Comment on "XLSXWorkbook"
DanGoodWin-- I missed your point on which CASE statement (the code has been changed in this method but not this CASE section). It is interesting that you have found a situation where a decimal is not...
View ArticleNew Post: ParallelFox: give me help to use this!
Hi Mr_Ocean, I apologize for missing this one, and I apologize again because I don't understand the question. Perhaps a Parallel.Wait() in the right place will help? Thanks, Joel
View ArticleNew Post: ParallelFox 1.2 - Need to kill a hang process
Hi Fernando, Currently, this functionality does not exist. You can stop all workers with Parallel.StopWorkers(), but not a single worker. You could experiment with setting a timer within the worker to...
View ArticleUpdated Wiki: Sedna
Visual FoxPro "Sedna"Sedna is a collection of libraries, samples and add-ons to Visual FoxPro 9.0 SP2.Sedna is made up of six different projects: VistaDialogs4COMSQL Server Upsizing WizardData...
View ArticleReleased: SQL Server Upsizing Wizard (Feb 22, 2017)
This is an update to the Visual FoxPro 9.0 SP2 Upsizing Wizard. To launch the new wizard run the 'UpsizingWizard.app' from this location. Review article on CODE Magazine:...
View ArticleUpdated Release: SQL Server Upsizing Wizard (Feb 22, 2017)
This is an update to the Visual FoxPro 9.0 SP2 Upsizing Wizard. To launch the new wizard run the 'UpsizingWizard.app' from this location.Review article on CODE Magazine:...
View ArticleUpdated Wiki: Home
Welcome to VFPXA Visual FoxPro Community effort to create open source add-ons for Visual FoxPro 9.0. The code, classes, and libraries made available here are the result of a community-based effort to...
View ArticleUpdated Wiki: Home
Welcome to VFPXA Visual FoxPro Community effort to create open source add-ons for Visual FoxPro 9.0. The code, classes, and libraries made available here are the result of a community-based effort to...
View ArticleNew Comment on "XLSXWorkbook"
Hi Greg, Again, a fantastic piece of work. I have been using it for a little while now but have had some issues when trying to export large VFP tables using the SaveTableToWorkBook method. We have some...
View ArticleNew Comment on "XLSXWorkbook"
Hello Greg, I started to use XLSX Workbook, and like Brett, I've also issues saving, kind of, big dbf files (50000 records). Other thing I've noted is that, if I filter the table (set filter to) and...
View ArticleNew Comment on "XLSXWorkbook"
Hi Greg, Just further to my earlier comments about the speed with the SaveTableToWorkBook method, I have also noticed that the more records that are to be exported from a table, the slower it...
View ArticleNew Comment on "XLSXWorkbook"
Hi Brett, Greg has indicated to me in the past that he hasn't really had a need to use this with larger data sets so he has not devoted his resources to optimizations; instead concentrating on...
View ArticleNew Comment on "XLSXWorkbook"
Hi Rkaye and Greg et al, I have been able to get some speed enhancement by a slight adjustment to some of the code as follows (see below). Note that I am using this code principally for the...
View ArticleNew Comment on "XLSXWorkbook"
Hi Brett, I will try that out when I have a few spare cycles and report back here. I also primarily use SaveTableToWorkbook. One enhancement I can think of immediately is the counter should be reset...
View ArticleCreated Unassigned: Help file display question [43585]
What has caused my Help File to change its display font and stop showing "Remarks", "See Also", etc. properly?The attached screenshot shows an example.
View ArticleCreated Unassigned: SET PATH missing from helpfile Index [43586]
I think the subject says it all - SET PATH is missing from the help file's index. It's in the help file itself and can be found via Search.
View ArticleNew Comment on "XLSXWorkbook"
Hi Brett, I implemented your code and it does seem to help. I've got some benchmarking code integrated for tracking how long these exports take and got these results for an export that has about 3500...
View ArticleNew Comment on "XLSXWorkbook"
Good work rkaye, I have been testing with files that have over 70,000 rows and about 250 columns. The thing I noticed is that in the older version it would become progressively slower and slower but...
View ArticleNew Comment on "XLSXWorkbook"
You're working with larger datasets than I am for the most part, at least as far as number of columns is concerned. Yes, the XML is very finicky about what it considers illegal characters. In an ideal...
View ArticleNew Comment on "XLSXWorkbook"
The other thing I'm just thinking through a bit more is that Greg's original method has a cursor parameter so that implies more than one counter could be necessary.
View Article