Hello,

I use ListMagic and I need to control the modify of some column values to
calculate other columns, the typically calculated column.

I found this reading the documentation but I can't obtain any result... :(

Any idea of what is the better way to do it?

on LMListEdited pWidget,pItem,pLineNo,pOldValue,pNewValue
   DisplayPrompt "LMListEdited - item" && pItem && "of line" && pLineNo &&
"-" && pOldValue && ">" && pNewValue
   -- sent when an item has been edited and changed in the list
   -- pWidget is the long ID of the widget
   -- pItem is the item number
   -- pLineNo is the line number
   -- pOldValue is previous value
   -- pNewValue is new vlaue
   -- write your code here:
   
end LMListEdited


Cheers,
Josep
-- 
View this message in context: 
http://www.nabble.com/ListMagic-calculated-columns-tp21864343p21864343.html
Sent from the Revolution - User mailing list archive at Nabble.com.

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

Reply via email to