June 4, 200322 yr Hi, I have a field called "ID" of type calculation. ID= GetField( "site" ) & "-" & GetField( "code" ) I noticed that ID's value doesn
June 4, 200322 yr Why are you using "Get Field"? This calculation could be very simple. ID (Calculation, Text Result ) = Site & "-" & Code Make the calculation unstored. HTH Lee
June 4, 200322 yr >Is it possible to execute script on events like "change field", "get focus", "lost focus", etc... not directly. But if you already have a script running(like the loop/pause 1 sec example), you can check for those events with status functions. Or use one of the event plugins from Troi, oAzium, ....
Create an account or sign in to comment