Hi Jim,

I need something like this example:

Code    Description     Units   Price   Total
J001    Item A          2               12              24(*)

(*) Column Total will be calculated by col "Units" * "Price", and if the
user edit the values of Units or Price the column Total will be calculated.
Other thing is that control the column that the user are editing..

Reading the scripts I found:

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 

Any that I put inside of this script, thinking that this is correct handler
not work.
If I use "rawkeyup" message I can intercept the key pressed but nothing
more... sorry but I'm stoped here.


Hi Josep,

I assume you are saying you have handlers you have added into the card
script that are not working?

Can you show a sample of the code that is not working?

Thanks!

Jim Bufalini


-- 
View this message in context: 
http://www.nabble.com/ListMagic-calculated-columns-tp21864343p21881420.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