Quantcast
Channel: VFPX
Browsing all 3798 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

Updated 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 Article


New Comment on "XLSXWorkbook"

Excellent work in this library! And I love the documentation! I recently had to refactor an old form that was using COPY TO...TYPE XLS and decided to replace with this. For the most part things have...

View Article


New Comment on "Gauge"

Hi Doug, very, very good. Question : we have situations where the start is 100 and the GOAl is 0, so 100 should be on left and 0 should be on right side. I tried with setting the band color from left...

View Article

New Comment on "XLSXWorkbook"

Some more feedback. I'm finding that Excel 2013 detects what it thinks is file corruption. Allowing the repair to proceed will let the file be opened. My best guess at this point is it's unhappy about...

View Article

New Comment on "XLSXWorkbook"

One more comment before I put this away for the weekend. I'm going to guess that this implementation is for an earlier version of the OpenXML spec ( > 2.5 ) and there's something that needs to be...

View Article


Updated Release: Gauge (Feb 15, 2016)

Draws gauges in VFP applicationsDocumentation: https://vfpx.codeplex.com/wikipage?title=Gauge2016.03.06Added support for minimum value in Gauge class and support for minimum value being greater than...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Gauge

GaugeDraws gauges in VFP applicationsProject Manager: Doug HennigLatest Release of GaugeIntroduction People like visual images. Most people would rather see a chart than columns of raw numbers because...

View Article

Released: Gauge (Feb 15, 2016)

Draws gauges in VFP applications Documentation: https://vfpx.codeplex.com/wikipage?title=Gauge2016.03.06 Added support for minimum value in Gauge class and support for minimum value being greater than...

View Article


Updated Release: Gauge (Feb 15, 2016)

Draws gauges in VFP applicationsDocumentation: https://vfpx.codeplex.com/wikipage?title=Gauge2016.03.06Added support for minimum value in Gauge class and support for minimum value being greater than...

View Article


New Comment on "Gauge"

I added support for nMinValue being 100 and nMaxValue being 0 plus increased the size of the spinner.

View Article

Image may be NSFW.
Clik here to view.

Updated 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 Article

New Comment on "Gauge"

Hello, Doug EXCELLENT ! Thanks a lot. I wish some of our expensive commercial tools would have such a support. Best regards tom

View Article

New Comment on "XLSXWorkbook"

In my research I found something called the Open XML 2.5 Productivity Tool for Microsoft Office and it's proving invaluable in figuring out what is making Excel unhappy. For example, if it doesn't seem...

View Article


Released: nfJson (Feb 24, 2016)

Functions & Usage: ( Each function is a single prg - No additional dependencies / Requires VFP9 )oJson = nfJsonRead(cJsonString , isFileName,lReviveCollections)cJsonString = nfJsonCreate(oVfp,...

View Article

Updated Release: nfJson (feb. 24, 2016)

Functions & Usage: ( Each function is a single prg - No additional dependencies / Requires VFP9 )oJson = nfJsonRead(cJsonString , isFileName,lReviveCollections)cJsonString = nfJsonCreate(oVfp,...

View Article


New Comment on "XLSXWorkbook"

I'm going to handle the illegal characters (ASCII values below 32) by removing them via regex. (I use Craig Boyd's FLL for that.) My gut is that this should be part of the getxmlstring method which...

View Article

New Comment on "Gauge"

Hi Doug. Really great work and simple to use. I have setup some local development here to test it out and am finding it opens up allot of opportunities. Question. Is it all possible to be able to get...

View Article


New Comment on "Gauge"

Hi Brett. The VFP part is just an Image control, so do what you want with it, such as setting the ToolTipText property. Doug

View Article

New Comment on "Gauge"

Hi Doug, Brett again. Thanks for responding to my comment. Excuse my lack of knowledge on this, but I'm just not sure how to set up the tool tips in this instance. I checked the properties and methods...

View Article

New Comment on "Gauge"

Hi Brett. Not the Gauge class; the Image object you use to display the image created by the Gauge class. For example, in SampleGauge.scx, the gauge image is displayed in imgGauge, which is just an...

View Article
Browsing all 3798 articles
Browse latest View live