if (result["Parcels.DBO.Parcels.MBL"]) xPPIN = result.Parcels.DBO.Parcels.MBL;
if (result["MBL"]) xPPIN = result.MBL;
if (xPPIN != ""){ and what you are looking for is when you reach the breakpoint (if you do) does xPPIN have the value that you passed into the URL? From there I would put a breakpoint in the utimerComplete function (first line of that function) and step through the code to see if the id variable is not NaN.
if (xPPIN != ""){ xPPIN did have a value, I Stepped past that, it went through the event listener and started the timer. Went to if (!xExt == "")and then jumped to the bottom of the function
catch (error:Error){}. At the second break point, function utimerComplete, the id variable was NaN. BTW thanks for all your help
query.where = expr;where is equal to.