Hi.
i' want using scheduler.
but. time set bug.
look at image.
1.Create scheduler
1867
Type: Posts; User: backjahyun
Hi.
i' want using scheduler.
but. time set bug.
look at image.
1.Create scheduler
1867
i'm try.
for (int i = 0; i < zenonArchive.ArchiveVariables().Count; ++i)
{
zenonArchiveFilter.RemoveArchiveVariable(i);
}
...
just archive data call memory increase in zenon_runtime
ublic void Macro_querytest()
{
string yearto = this.Variables().Item("Report_year").get_Value(0).ToString();
...
for loop memory increase
Archive data variable free??
If data should be cleaned up if what should I do?
zenonArchiveVariables=null;
GC.Collect();
In this way, right?
Duplicate registration
i'm try.
IArchiveValue test1 = t1.Item(i);
IArchiveValue test2 = t2.Item(i);
IArchiveValue test3 = t3.Item(i);
...
Hi,.
I want to put a value in the array.
The item()function takes too long in a loop.
IArchiveFilterVariables zenonArchiveVariables = zenonArchiveFilter.Query();
i want AlarmMessageList be impossible Double click .
Please tell us how to prevent a double-click.
Necessarily required :)
i'm solved.
VSTA.zip file changed.
@ritschel93 thanks ..
you know way only workspace -> vsta Success.
but
i want mode change in project->programing interface -> vsta .
Hi,
accidentally select the VB in the vsta.
C # can't change?
How could not know.
i want programing in the c# vsta
Hi.
i want use clr option .
how to way?
not found project option,
Hi.
<Programing -> VSTA>
i want use open xml sdk2.5 .
This version will only work with .NT Framework4.0.
but VSTA .NET version 3.5.(It supports to version 2.0.)
i'm solved!!
int testInt;
int test;
string testInt= this.Variables().Item("ExecuteTrend").get_Value(0).ToString();
test= (Convert.ToInt32(testInt);
i want casting int.
int test;
test = this.Variables().Item("ExecuteTrend").get_Value(0);
this error
and
solved.
add item
->
Dim zPIC As DynPicture
Dim zELE As Element
Const strPicture As String = "Picture_Login"
Const strElement As String = "ActiveX_16"
Hi.
i want selected item from commbobox. and add item.
Public Sub LeftClickDown_Default(obElem As Element)
Dim zPIC As DynPicture
Dim zELE As Element
Const strPicture As String...
Hi.
sorry for the questions.
i want selected item from commbobox.
i try
public void Macro_selectitem()
{
I cannot find the selected item.
thank you.
one more question.
my source code.
Microsoft.Vbe.Interop.Forms.ComboBox combo;
public void Macro_Init_CombBox()
{
Thank you very much.
my source code apply.
this.Variables().Item("testint").set_Value(0, 100);
messagebox show
->Back is not possible as there is no screen path yet.
Thank you very much. Help not only VBA(Variable) examples.
I want to control the internal variables.
Hi.
Help is not listed.
i want using variable.
For example, I would like to put a value to a variable you created in advance.
Hi. my function code.
the value is all zeros,Time and the variable name is normal.
public void Macro_testA()
{
IArchive zenonArchive = this.Archives().Item(0);
...