Post Reply 
App Check(n)?
01-14-2017, 05:16 PM
Post: #1
App Check(n)?
If it is desired to set the checkbox for the Advanced_Graphing app, while the current app is something else (say, the Function app), can this be done programmatically?

For example:
Code:

LOCAL a,b;
a:="Advanced_Graphing";
b:="X+Y=4";
EXPR(a+".V1:=" + 'b');  // ==> V1:=X+Y=4

Is it currently possible to CHECK(1) in the Advanced_Graphing App, if some other app is the current app? Some variation on this theme:

a.CHECK(1); // ==> to set the V1 check box.

Thanks,
-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
App Check(n)? - DrD - 01-14-2017 05:16 PM
RE: App Check(n)? - toshk - 01-14-2017, 06:25 PM
RE: App Check(n)? - DrD - 01-14-2017, 08:27 PM



User(s) browsing this thread: 1 Guest(s)