Want to get rid of Google Ads, click here.
  • Section Widget

  • Recent Article Comments Widget

    jmbetty

    I added the variable reset and that cleared up that part of the issue. I'm still getting the... Go to last post

    Kill User Sessions without being SysAdmin

    jmbetty on 2010-08-19
    Jacob.Heubner

    As far as your edit goes, I saw that too. I apparently don't reset the host array in... Go to last post

    Kill User Sessions without being SysAdmin

    Jacob.Heubner on 2010-08-19
  • How to start a background process from JavaScript

    Following JavaScript will start a background process.

    Code:
     
    function startProcess(processName)
    { 
    var rteReturnValue = new SCDatum(); var rteNames = new SCDatum(); rteNames.push("name"); var rteValues = new SCDatum(); rteValues.setType(8); rteValues=system.functions.insert(rteValues, 0, 1, processName); system.functions.rtecall("callrad",
    rteReturnValue, "scheduler.start", //RAD app name rteNames, rteValues, false); //false to run in same thread, true to run in new thread
    return true;
    }
  • Google search

    Google
     
  • Support ServiceCenter Resources - Make a donation

    Acceptance Mark