Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Help with error

    Is it possible to say what's wrong here?

    Code:
    16:09:19.899:WARN:Log:Error:
    	'Expected ')''
    	in http://localhost/beltrailway/mainapplication/forms/main.htm
    	at line 56
        anonymous(_1=>"xmlDoc,xmlText,rpcResponse,rpcRequest", _2=>"populateDS(xmlDoc, xmlText, 'Locationcod..."[190])
        Class.$c5(_1=>"populateDS(xmlDoc, xmlText, 'Locationcod..."[190], _2=>"xmlDoc,xmlText,rpcResponse,rpcRequest")
        Class.fireCallback(_1=>"populateDS(xmlDoc, xmlText, 'Locationcod..."[190], _2=>"xmlDoc,xmlText,rpcResponse,rpcRequest", _3=>Array[4], _4=>undef, _5=>undef) on [Class XMLTools]
        XMLTools.$37c(_1=>Obj, _2=>"<?xml version = "1.0" encoding="Windows-..."[6156], _3=>Obj, Obj, Obj, Obj, Obj, Obj, undef)
        ** recursed on Class.fireCallback
    Thanks

    #2
    I'm guessing there's a syntax error in your callback definition. Check the syntax wherever you have populateDS() defined, or try using firebug in firefox to find the exact line.

    Comment

    Working...
    X