<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>VFPX Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=VFPX</link><description>VFPX Forum Rss Description</description><item><title>New Post: FoxChart XScale Value</title><link>http://vfpx.codeplex.com/discussions/447443</link><description>&lt;div style="line-height: normal;"&gt;Hi! I've a cursor with data for Fox Chart made like this:&lt;br /&gt;
&lt;br /&gt;
(week     value 1       value 2) are the cursor field, below some numeric samples&lt;br /&gt;
&lt;br /&gt;
18,0           1               2&lt;br /&gt;
19,0           3               4&lt;br /&gt;
20,0           5               6&lt;br /&gt;
&lt;br /&gt;
it could happen, for some reasons I could not explain here, that I got this record:&lt;br /&gt;
&lt;br /&gt;
20,3          5,5            6,5 (n.b. equivalent to 20 weeks and 3 days!)&lt;br /&gt;
&lt;br /&gt;
then&lt;br /&gt;
&lt;br /&gt;
21,0          7                8&lt;br /&gt;
&lt;br /&gt;
the problem is that the scale between 20,0 and 20,3 or 20,3 and 21,0 is the same!&lt;br /&gt;
between 20,0 and 21,0 should be the same, but from 20,0 to 20,3 it should be shorter&lt;br /&gt;
&lt;br /&gt;
this causes my graph to stretch horizzontaly. Is there a solution?&lt;br /&gt;
&lt;br /&gt;
TIA&lt;br /&gt;
CIro&lt;br /&gt;
&lt;/div&gt;</description><author>cirollo</author><pubDate>Tue, 18 Jun 2013 15:21:27 GMT</pubDate><guid isPermaLink="false">New Post: FoxChart XScale Value 20130618032127P</guid></item><item><title>New Post: foxcharts windows 8</title><link>http://vfpx.codeplex.com/discussions/445843</link><description>&lt;div style="line-height: normal;"&gt;i have a problem with visualize the graphics on windows 8. If i launch my application in vfp all is ok but if i execute my application i can't see anythings in a graphics . the image is empty . &lt;br /&gt;
what can i do for resolve the problem ?&lt;br /&gt;
&lt;/div&gt;</description><author>alexius1980</author><pubDate>Mon, 03 Jun 2013 15:34:02 GMT</pubDate><guid isPermaLink="false">New Post: foxcharts windows 8 20130603033402P</guid></item><item><title>New Post: FoxBarcodeQR - national characters</title><link>http://vfpx.codeplex.com/discussions/433510</link><description>&lt;div style="line-height: normal;"&gt;The QR Code ActiveX control is able to &lt;a href="http://www.keepautomation.com/products/activex_barcode/visualfoxpro.html" rel="nofollow"&gt;create qr code in VFP&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>michmar1</author><pubDate>Fri, 24 May 2013 10:00:02 GMT</pubDate><guid isPermaLink="false">New Post: FoxBarcodeQR - national characters 20130524100002A</guid></item><item><title>New Post: GDIPlusX - _Screen.System error on WinSrv 2003</title><link>http://vfpx.codeplex.com/discussions/443280</link><description>&lt;div style="line-height: normal;"&gt;Frank Cazabon clued me in that I needed to distribute the system.app file into the directory as well.  Once copied in, everything started working.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Kevin&lt;br /&gt;
&lt;/div&gt;</description><author>kevincully</author><pubDate>Fri, 10 May 2013 19:48:32 GMT</pubDate><guid isPermaLink="false">New Post: GDIPlusX - _Screen.System error on WinSrv 2003 20130510074832P</guid></item><item><title>New Post: GDIPlusX - _Screen.System error on WinSrv 2003</title><link>http://vfpx.codeplex.com/discussions/443280</link><description>&lt;div style="line-height: normal;"&gt;I'm trying to deploy FoxCharts on a web application.  It runs fine on my Win7 machine but when I deploy to a Win2K3 server, I'm getting an error in imgCanvas.CreateOSB() on line 18&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;WITH _Screen.System.Drawing&lt;/code&gt;&lt;/pre&gt;

I'm getting &amp;quot;Error Number: 1925&amp;quot; which is &amp;quot;Error: Unknown member SYSTEM.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I'm running VFP 09.00.0000.7423&lt;br /&gt;
&lt;br /&gt;
Thanks for the help.&lt;br /&gt;
-Kevin&lt;br /&gt;
&lt;/div&gt;</description><author>kevincully</author><pubDate>Fri, 10 May 2013 18:45:08 GMT</pubDate><guid isPermaLink="false">New Post: GDIPlusX - _Screen.System error on WinSrv 2003 20130510064508P</guid></item><item><title>New Post: it can be in the future VFP applications for mobiles?</title><link>http://vfpx.codeplex.com/discussions/441885</link><description>&lt;div style="line-height: normal;"&gt;Hello&lt;br /&gt;
It can be in the future VFP for mobiles in windows phone 8.0, or  VFP core did it unavalaible?&lt;br /&gt;
&lt;/div&gt;</description><author>lmobarq</author><pubDate>Mon, 29 Apr 2013 02:31:53 GMT</pubDate><guid isPermaLink="false">New Post: it can be in the future VFP applications for mobiles? 20130429023153A</guid></item><item><title>New Post: CreateThreadObject In Built Executable</title><link>http://vfpx.codeplex.com/discussions/439863</link><description>&lt;div style="line-height: normal;"&gt;I wondered if somebody could help with an issue that I'm having with CreateThreadObject. When I work with the example from the documentation everything works well in the development IDE in Foxpro (VFP9 SP1), but when I call the DLL function from a built executable, i get an error with Unknown Member Callinfo. If I take out the reference to callinfo out on the dll side, I then find that its a blocking call, and not an async one. As I said, there is no error if I try the example in VFP command window, and everything works as expected. I was wondering if it might be an environment issue somehow...&lt;br /&gt;
&lt;/div&gt;</description><author>celeryness</author><pubDate>Wed, 10 Apr 2013 23:50:24 GMT</pubDate><guid isPermaLink="false">New Post: CreateThreadObject In Built Executable 20130410115024P</guid></item><item><title>New Post: VFP9SP2 on SurfacePro</title><link>http://vfpx.codeplex.com/discussions/438411</link><description>&lt;div style="line-height: normal;"&gt;Do you have any specifics as to the error?&lt;br /&gt;
&lt;br /&gt;
If people are using Touch input, then I don't know why TabStop would be an issue.&lt;br /&gt;
&lt;/div&gt;</description><author>Akselsoft</author><pubDate>Mon, 01 Apr 2013 11:44:48 GMT</pubDate><guid isPermaLink="false">New Post: VFP9SP2 on SurfacePro 20130401114448A</guid></item><item><title>New Post: VFP9SP2 on SurfacePro</title><link>http://vfpx.codeplex.com/discussions/438411</link><description>&lt;div style="line-height: normal;"&gt;Just wondering if anyone has had time to play with VFP9SP2 on a SurfacePro. We still develope and support a few applications under VFPSP2 and I have been receiving some reports from developers and testers running into errors surrounding the use of TapStop on VFP forms on the SurfacePro. This does not seem to be an issue under Windows 8 (non-touch devices) and may be related to the touch interface..  Just curious if anyone had heard anything like this... Although I'm not too worried about the SurfacePro - I am a bit concerned about how this will relate to all the touch enabled laptops coming out...&lt;br /&gt;
&lt;br /&gt;
Thanks for any input..&lt;br /&gt;
&lt;br /&gt;
BSiegel&lt;br /&gt;
&lt;/div&gt;</description><author>ngcbms</author><pubDate>Fri, 29 Mar 2013 04:16:41 GMT</pubDate><guid isPermaLink="false">New Post: VFP9SP2 on SurfacePro 20130329041641A</guid></item><item><title>New Post: PEM Editor: Property CTHORDISPATCHER is not found</title><link>http://vfpx.codeplex.com/discussions/438184</link><description>&lt;div style="line-height: normal;"&gt;Thanks Jim.  That worked.&lt;br /&gt;
&lt;br /&gt;
Joel&lt;br /&gt;
&lt;/div&gt;</description><author>joelleach</author><pubDate>Wed, 27 Mar 2013 16:06:26 GMT</pubDate><guid isPermaLink="false">New Post: PEM Editor: Property CTHORDISPATCHER is not found 20130327040626P</guid></item><item><title>New Post: PEM Editor: Property CTHORDISPATCHER is not found</title><link>http://vfpx.codeplex.com/discussions/438184</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div dir="ltr"&gt;Joel --
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;Yes, assuming that you have run Thor first. In fact, I recommend that you execute RunThor(7) as part of the setup program for your IDE.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div style=""&gt;To get PEM Editor to start automatically, go to the Thor configuration page, to the &amp;quot;Startup Tools&amp;quot;, and check of &amp;quot;PEM Editor&amp;quot; (and any others that suit you).&lt;/div&gt;
&lt;div style=""&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div style=""&gt;Hope this helps.&lt;/div&gt;
&lt;div style=""&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div style=""&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div dir="ltr"&gt;Jim Nelson&lt;br&gt;
&lt;br&gt;
&lt;div&gt;(805) 498-9195 (preferred)&lt;br&gt;
(720) 837-3536 (cell)
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:10pt; font-family:Calibri,sans-serif; color:rgb(31,73,125)"&gt;&lt;a href="http://www.kongcompany.com/" target="_blank" style="color:rgb(17,85,204)"&gt;&lt;span style="color:blue"&gt;www.kongcompany.com&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>JimRNelson</author><pubDate>Wed, 27 Mar 2013 16:01:08 GMT</pubDate><guid isPermaLink="false">New Post: PEM Editor: Property CTHORDISPATCHER is not found 20130327040108P</guid></item><item><title>New Post: PEM Editor: Property CTHORDISPATCHER is not found</title><link>http://vfpx.codeplex.com/discussions/438184</link><description>&lt;div style="line-height: normal;"&gt;Hi Jim,&lt;br /&gt;
&lt;br /&gt;
I do have Thor installed (sorry if that wasn't clear).  I like to have the PEMEditor window open when I start my VFP framework.  I accomplished that in the past by running StartPEMEditor.prg.  Is there a new way to do it?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Joel&lt;br /&gt;
&lt;/div&gt;</description><author>joelleach</author><pubDate>Wed, 27 Mar 2013 15:49:59 GMT</pubDate><guid isPermaLink="false">New Post: PEM Editor: Property CTHORDISPATCHER is not found 20130327034959P</guid></item><item><title>New Post: PEM Editor: Property CTHORDISPATCHER is not found</title><link>http://vfpx.codeplex.com/discussions/438184</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div dir="ltr"&gt;Joel --
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;PEM Editor now assumes that you are running Thor. That property is the main Thor &amp;quot;object&amp;quot; (actually, just an executable string)&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div style=""&gt;Many of the features from PEM Editor are now also accessible from Thor, and so the two are completely intertwined.&lt;/div&gt;
&lt;div style=""&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div style=""&gt;I would like to encourage you to download and install Thor (and, possibly, try out some of the other tools that Thor provides)&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br clear="all"&gt;
&lt;div&gt;
&lt;div dir="ltr"&gt;Jim Nelson&lt;br&gt;
&lt;br&gt;
&lt;div&gt;(805) 498-9195 (preferred)&lt;br&gt;
(720) 837-3536 (cell)
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:10pt; font-family:Calibri,sans-serif; color:rgb(31,73,125)"&gt;&lt;a href="http://www.kongcompany.com/" target="_blank" style="color:rgb(17,85,204)"&gt;&lt;span style="color:blue"&gt;www.kongcompany.com&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>JimRNelson</author><pubDate>Wed, 27 Mar 2013 15:41:48 GMT</pubDate><guid isPermaLink="false">New Post: PEM Editor: Property CTHORDISPATCHER is not found 20130327034148P</guid></item><item><title>New Post: PEM Editor: Property CTHORDISPATCHER is not found</title><link>http://vfpx.codeplex.com/discussions/438184</link><description>&lt;div style="line-height: normal;"&gt;I just updated to the latest PEM Editor from version 7 Beta 3.  When running StartPEMEditor.prg, I get the error &amp;quot;Property CTHORDISPATCHER is not found.&amp;quot;  The forms open fine from the Thor/IDE Tools menu, but not using the PRG.  The error occurs in PEMEditor_Utils.GetPluginPath() when called from Beautify.Init().&lt;br /&gt;
&lt;br /&gt;
Thinking there might be some old files mixed in with the new, I renamed my existing Thor and PEMEditor folders and reinstalled from scratch.  I now get the same error when doing the initial DO PEMEDITOR.APP.  Should I be using a different method to start PEM Editor during my VFP/framework startup?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Joel&lt;br /&gt;
&lt;/div&gt;</description><author>joelleach</author><pubDate>Wed, 27 Mar 2013 15:37:25 GMT</pubDate><guid isPermaLink="false">New Post: PEM Editor: Property CTHORDISPATCHER is not found 20130327033725P</guid></item><item><title>New Post: Foxcharts (latest) Refresh</title><link>http://vfpx.codeplex.com/discussions/437184</link><description>&lt;div style="line-height: normal;"&gt;It works but my data does not refresh because my table-specific code is with Foxchart's init code. &lt;br /&gt;
&lt;br /&gt;
SET REFRESH TO 5&lt;br /&gt;
SET DEFAULT TO &amp;quot;C:\TRASH&amp;quot;&lt;br /&gt;
USE STATS&lt;br /&gt;
totsciage = (stats.tot_sciage / stats.obj_sciage) * 100&lt;br /&gt;
totexp = (stats.tot_exp / stats.obj_exp) * 100&lt;br /&gt;
totsciage_color1 = 0&lt;br /&gt;
totsciage_color2 = 0&lt;br /&gt;
totsciage_color3 = 0&lt;br /&gt;
totexp_color1 = 0&lt;br /&gt;
totexp_color2 = 0&lt;br /&gt;
totexp_color3 = 0&lt;br /&gt;
&lt;br /&gt;
IF totsciage &amp;gt;= 49 &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;totsciage_color1 = 255
totsciage_color2 = 255
totsciage_color3 = 0
IF totsciage &amp;gt; 99 
    totsciage_color1 = 0
    totsciage_color2 = 255
    totsciage_color3 = 0
ENDIF&lt;/code&gt;&lt;/pre&gt;

ELSE &lt;br /&gt;
totsciage_color1 = 255&lt;br /&gt;
totsciage_color2 = 0&lt;br /&gt;
totsciage_color3 = 0&lt;br /&gt;
ENDIF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
IF totexp &amp;gt;= 49 &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;totexp_color1 = 255
totexp_color2 = 255
totexp_color3 = 0
IF totexp &amp;gt; 99 
    totexp_color1 = 0
    totexp_color2 = 255
    totexp_color3 = 0
ENDIF&lt;/code&gt;&lt;/pre&gt;

ELSE &lt;br /&gt;
totexp_color1 = 255&lt;br /&gt;
totexp_color2 = 0&lt;br /&gt;
totexp_color3 = 0&lt;br /&gt;
ENDIF&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
CREATE CURSOR Production (Chart1 n(8,2), Legend c(30), color i)&lt;br /&gt;
	&lt;br /&gt;
INSERT INTO Production VALUES ( stats.tot_sciage,  &amp;quot;Sciage (pi2)&amp;quot;, RGB(totsciage_color1, totsciage_color2, totsciage_color3))&lt;br /&gt;
INSERT INTO Production VALUES ( stats.tot_exp,  &amp;quot;Expedition (pi2)&amp;quot;, RGB(totexp_color1, totexp_color2, totexp_color3))&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*---------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
.DrawChart() will just redraw the same thing over and over because this code only fires once (on init).&lt;br /&gt;
&lt;br /&gt;
Where should I move it? Or can I destroy the API's instance and recreate it?&lt;br /&gt;
&lt;/div&gt;</description><author>poroporo</author><pubDate>Tue, 19 Mar 2013 23:14:42 GMT</pubDate><guid isPermaLink="false">New Post: Foxcharts (latest) Refresh 20130319111442P</guid></item><item><title>New Post: Foxcharts (latest) Refresh</title><link>http://vfpx.codeplex.com/discussions/437184</link><description>&lt;div style="line-height: normal;"&gt;I had no idea Timer was a class. I will be trying this right away. A million thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>poroporo</author><pubDate>Tue, 19 Mar 2013 18:43:11 GMT</pubDate><guid isPermaLink="false">New Post: Foxcharts (latest) Refresh 20130319064311P</guid></item><item><title>New Post: Foxcharts (latest) Refresh</title><link>http://vfpx.codeplex.com/discussions/437184</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div dir="ltr"&gt;You need to add a Timer object to your form.
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br clear="all"&gt;
&lt;div&gt;
&lt;div dir="ltr"&gt;Jim Nelson&lt;br&gt;
&lt;br&gt;
&lt;div&gt;(805) 498-9195 (preferred)&lt;br&gt;
(720) 837-3536 (cell)
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:10pt; font-family:Calibri,sans-serif; color:rgb(31,73,125)"&gt;&lt;a href="http://www.kongcompany.com/" target="_blank" style="color:rgb(17,85,204)"&gt;&lt;span style="color:blue"&gt;www.kongcompany.com&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div&gt;On Tue, Mar 19, 2013 at 12:09 PM, poroporo &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com" target="_blank"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: poroporo&lt;/p&gt;
&lt;div&gt;I tried Sleep, inkey, WAIT WINDOW TIMEOUT n.... nothing seems to work.&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://vfpx.codeplex.com/discussions/437184#post1017835" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:VFPX@discussions.codeplex.com?subject=[VFPX:437184]" target="_blank"&gt;VFPX@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:VFPX@discussions.codeplex.com" target="_blank"&gt;
VFPX@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://vfpx.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>JimRNelson</author><pubDate>Tue, 19 Mar 2013 18:32:57 GMT</pubDate><guid isPermaLink="false">New Post: Foxcharts (latest) Refresh 20130319063257P</guid></item><item><title>New Post: Foxcharts (latest) Refresh</title><link>http://vfpx.codeplex.com/discussions/437184</link><description>&lt;div style="line-height: normal;"&gt;I tried Sleep, inkey, WAIT WINDOW TIMEOUT n.... nothing seems to work. It really has to loop (without crashing it)&lt;br /&gt;
&lt;/div&gt;</description><author>poroporo</author><pubDate>Tue, 19 Mar 2013 18:09:16 GMT</pubDate><guid isPermaLink="false">New Post: Foxcharts (latest) Refresh 20130319060916P</guid></item><item><title>New Post: Foxcharts (latest) Refresh</title><link>http://vfpx.codeplex.com/discussions/437184</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div dir="ltr"&gt;Can you put a timer on your form to call DrawChart.?&lt;/div&gt;
&lt;div&gt;&lt;br clear="all"&gt;
&lt;div&gt;
&lt;div dir="ltr"&gt;Jim Nelson&lt;br&gt;
&lt;br&gt;
&lt;div&gt;(805) 498-9195 (preferred)&lt;br&gt;
(720) 837-3536 (cell)
&lt;div&gt;
&lt;p&gt;&lt;span style="font-size:10pt; font-family:Calibri,sans-serif; color:rgb(31,73,125)"&gt;&lt;a href="http://www.kongcompany.com/" target="_blank" style="color:rgb(17,85,204)"&gt;&lt;span style="color:blue"&gt;www.kongcompany.com&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div&gt;On Tue, Mar 19, 2013 at 11:48 AM, poroporo &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com" target="_blank"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: poroporo&lt;/p&gt;
&lt;div&gt;The thing is, another program updates my table at a regular interval, but I cannot fire DrawChart from there. So let's say that I have no control over what writes into my table.&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://vfpx.codeplex.com/discussions/437184#post1017825" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:VFPX@discussions.codeplex.com?subject=[VFPX:437184]" target="_blank"&gt;VFPX@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:VFPX@discussions.codeplex.com" target="_blank"&gt;
VFPX@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://vfpx.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>JimRNelson</author><pubDate>Tue, 19 Mar 2013 18:02:37 GMT</pubDate><guid isPermaLink="false">New Post: Foxcharts (latest) Refresh 20130319060237P</guid></item><item><title>New Post: Foxcharts (latest) Refresh</title><link>http://vfpx.codeplex.com/discussions/437184</link><description>&lt;div style="line-height: normal;"&gt;The thing is, another program updates my table at a regular interval, but I cannot fire DrawChart from there. So let's say that I have no control over what writes into my table. I can only check if it has been changed (and repeat that procedure indefinitely, which I am not sure how to do).&lt;br /&gt;
&lt;br /&gt;
I made a copy of my table and I compare them. I need to loop that somehow, but I always end up freezing foxpro...&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;!&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;!&lt;/em&gt; Draw the chart, then check for differences between tables&lt;br /&gt;
&lt;em&gt;!&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
IF STATS.TOT_EXP != OLDSTATS.TOT_EXP &lt;br /&gt;
&lt;pre&gt;&lt;code&gt;    REPLACE OLDSTATS.TOT_EXP WITH STATS.TOT_EXP
    REPLACE OLDSTATS.TOT_SCIAGE WITH STATS.TOT_SCIAGE
    REPLACE OLDSTATS.TOT_SLABS WITH STATS.TOT_SLABS
    REPLACE OLDSTATS.TOT_MCX WITH STATS.TOT_MCX
    REPLACE OLDSTATS.OBJ_EXP WITH STATS.OBJ_EXP
    REPLACE OLDSTATS.OBJ_SCIAGE WITH STATS.OBJ_SCIAGE
    REPLACE OLDSTATS.OBJ_MCX WITH STATS.OBJ_MCX
    REPLACE OLDSTATS.OBJ_SLABS WITH STATS.OBJ_SLABS
THISFORM.foxcharts1.DrawChart()
    ELSE        &lt;/code&gt;&lt;/pre&gt;

&lt;em&gt;!&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;!&lt;/em&gt;  WAIT A BIT?&lt;br /&gt;
&lt;em&gt;!&lt;/em&gt;&lt;br /&gt;
ENDIF&lt;br /&gt;
&lt;/div&gt;</description><author>poroporo</author><pubDate>Tue, 19 Mar 2013 17:48:14 GMT</pubDate><guid isPermaLink="false">New Post: Foxcharts (latest) Refresh 20130319054814P</guid></item></channel></rss>