Page 1 of 1

Auto Refresh Table in Database Viewer

Posted: Mon Jun 25, 2012 8:32 am
by vinit_patil
Hi.

I am using Qterm A12 Pannel.
I want refresh the "DataLogger1" table in Database Viewer @ every 1sec rate.
i have attached the screen shot of script included in "LogData" screen.
While validating the project i got error (error file attached).

Can you please clarify what does this error means.

Re: Auto Refresh Table in Database Viewer

Posted: Mon Jun 25, 2012 8:35 am
by vinit_patil
I have iX Developer Version 1.31 build 1.31.93.0

Re: Auto Refresh Table in Database Viewer

Posted: Mon Jun 25, 2012 8:50 am
by mark.monroe
That is a C# error, not an error from iX Developer. You are using a static function to call a dynamic variable. DatabaseViewer1 is not static, and may not exist when you call the static function Timeout4.

The solution is to not call a dynamic viable in a static function.

http://msdn.microsoft.com/en-us/library ... 80%29.aspx

Re: Auto Refresh Table in Database Viewer

Posted: Mon Jun 25, 2012 10:30 am
by vinit_patil
Thanks for your feedback

Re: Auto Refresh Table in Database Viewer

Posted: Sun Jul 22, 2012 1:42 pm
by memethemyn