Avatar

Level 4

Hopefully the references may be correct now, I entered them in the JavaScript editor and made sure to enter manually and check that at each dot . the proper name came up next till it gave me the .rawValue selection, here is where I'm at now.  I am still working on finding out how to use control + click.

var myVA = form1.sfrmMain.sfrmMainSub1.sfrmMain2.tbMainInfo.Row1.tVANo.rawValue;
var myYR = form1.sfrmMain.Year0.rawValue;
var myPrj = form1.sfrmMain.sfrmMainSub1.sfrmMain2.tbMainInfo.Row2.tPrjNo.rawValue;

myVA = myPrj.toString() + "-" + myYR.toString();