ListMagic calculated columns
    Josep 
    jmyepes at mac.com
       
    Thu Feb  5 19:30:56 EST 2009
    
    
  
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.
    
    
More information about the use-livecode
mailing list