TranGrid TranGridVar = null; // pointer the grid object that will be used.
short h = 0, w = 0, v = 0;
try
{
current.begin();
Services serv = new Services(myORB);
TranGridVar = TranGridHelper.narrow(myORB.orb().string_to_object(getService(refFile)));
try