Hi,

I'm trying to update one line in a datagrid from a field text, but I get
this error.

The handler: SetDataOfLine has reached the recursion limit of: 400000.
Execution will be terminated to prevent hang.

The code from the field text:

on rawkeydown thekey
   Global t_LineData

   switch thekey
      case 65293
         put fld ftmp into t_LineData["Col 2"]
         send "SetDataOfIndex 1,2,fld ftmp" to group "datagrid"
      break
      default
         pass rawkeydown thekey
   end switch
end rawkeydown 

Global t_LineData is get from the datagrid on selection change, and from the
field text I want to perform some operations over some of the values of the
line selected, modify them and update the line into the datagrid.

What I'm doing wrong? Any idea of how do it better?

Salut,
Josep
-- 
View this message in context: 
http://www.nabble.com/Datagrid-SetDataOfIndex-Error-tp23166328p23166328.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to