New Comment on "Gauge"
Hi Doug, Brett again. Excellent. Thank you very much for the advice. Got it all working. Just added in the line of code below in the 'DrawGauges' method of the 'Dashboard' form immediately between the...
View ArticleNew Comment on "Gauge"
Hi Doug. Brett again (for hopefully the last time). As mentioned on my previous comment, I was able to access and setup the Tooltiptext object for the multiple images in the Dashboard form but I am...
View ArticleNew Comment on "Gauge"
Hi Doug, Brett again. Got it all working. Add the following line of code to the Drawgauges method in the Dashboard form immediately before the NEXT lnI that closes out the FOR ENDFOR loop....
View ArticleNew Comment on "Gauge"
Hi Brett. I didn't really intend for you to use the sample forms as is; they're just intended to show how you can use the control. I'm glad you found BINDEVENT to handle Click but you can also do it by...
View ArticleNew Comment on "Gauge"
Hello Doug, just found one problem and do not really know where to search for : When I set sample.scx as mainfile and try to compile I get an error : wwdotnetbridge.prg unknown ISDOTNET - undefined....
View ArticleNew Comment on "Gauge"
Hi Tom. That error occurs in wwDotNetBridge.prg, which is a component created by Rick Strahl. It looks like the IsDotNet function is missing from that prg. I've added it and uploaded an updated...
View ArticleReleased: Gauge (Feb 15, 2016)
Draws gauges in VFP applications Documentation: https://vfpx.codeplex.com/wikipage?title=Gauge2016.03.18 Added missing IsDotNet function to wwDotNetBridge.prg. 2016.03.06 Added support for minimum...
View ArticleUpdated Release: Gauge (Feb 15, 2016)
Draws gauges in VFP applicationsDocumentation: https://vfpx.codeplex.com/wikipage?title=Gauge2016.03.18Added missing IsDotNet function to wwDotNetBridge.prg. 2016.03.06Added support for minimum value...
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 Post: VFP Coverage Log Analysis
VFP Coverage logs are huge. Finding the few lines with longest times doesn't get the the heart of the problem. I've created an app that analyzes the log and generates a web page showing all chunks of...
View ArticleNew Post: VFP Coverage Log Analysis
Hi Ken What does this application do more / better Markus Egger's add-on? Regards, Koen
View ArticleNew Post: VFP Coverage Log Analysis
I've never heard of Markus' add-on, do you have a link? But if it generates a web page with times and links that lets you find slow spots in a few seconds, this system is no better. Regards, KenFrom:...
View ArticleNew Post: VFP Coverage Log Analysis
Ken, Markus Egger made an Add-On to facilitate the use of the Coverage.add, this was done, if I am not mistaken, in the year when VFP7 was released . Sorry I dont have an URL where this could be...
View ArticleNew Post: VFP Coverage Log Analysis
Hi Ken, your HTML seems really great to navigate the calls, very fast and easy indeed. I currently use the (great) Coverage Profiler of Martina Jindrová ( http://gorila.netlab.cz/cvp.html ) wich is...
View ArticleNew Comment on "Gauge"
Hi Doug I have being doing a lot of charts and adding gauges , very nice! Thank you. Would it be easy to add an option for a second needle nValue2 and needle colour(s) ? Regards Andrew
View ArticleNew Comment on "Gauge"
Sorry I wasn't very clear. An example would be a Sales person who has : Sales Value - Main needle Lowest Month value -band Monthly Average Value - band Highest Month value - band Sales Target (extra...
View ArticleNew Comment on "TwilioX"
the code you shipped needs libcurl.vcx/vct.No trace in vfpx. Please add it in the release to make code working.
View ArticleNew Comment on "XLSXWorkbook"
This looks to be great code and I am very keen to get it up and running. However, I am having a couple of issues trying to get it working when exporting the contents of a grid using the...
View ArticleUpdated 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