Hi all
This is urgent, please help !!!
I have a web app that have several buttons, all of them runs a different LS agent and then refresh the form…
@Command([ToolsRunMacro]; “(MyAgent)”) ;
@Command([ViewRefreshFields])
One of the buttons has this “MyAgent”, MyAgent have this two lines of code at then end…
Set Item = Doc.GetFirstItem ( “txtPermiso” )
Call DocWeb.CopyItem ( Item, “lstPermisosPosibles” )
The server crashes on this copyitem or either on ViewRefreshFields. I have a error handler on this agent but never gets there, only crashes…
This is weird because only crashes on a W2000 with LD 6.5.3, I have another server running LD 6.0.2 on a W XP and don’t crash…
Any ideas ??
Thanks in advance