2010/4/30 Steve King <[email protected]>: > Hi All > > I know this is going to be really really basic, but I haven't used Rev for a > couple of years and cannot get this simple thing to work > > Enter characters into a field > When losing focus from that field, take the content of that filed, add > contents of field B and put into field C. A bit spreadsheet like > > I have tried OnFocusOut ... Put.. but the target fld "C" is not updated! I > have also tried with MouseUp and OnReturn still target Fld C does not update > > Cheers > Steve
Hi Steve, Have you try exitField or closeField messages? ExitField performs when you leave a field which its content have not changed CloseField performs when you leave a field after update it. HTH Regards, -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc _______________________________________________ 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
