January 22, 200917 yr Hello world ive been trying for two days now to make a script attached to a button that compares two fields contents from different layouts is this at all possible?
January 22, 200917 yr Go To Layout(Primary Layout) Set Variable($Compare; CompareField1) Go To Layout(Secondary Layout) If($Compare = CompareField2) Show Custom Dialog("Fields are the same") Else Set Field(CompareField2;$Compare) Endif Go To Layout(Original Layout) hth
January 22, 200917 yr Author one more thing would i be able to put another $compare in the same script thats operates from the same button or would i have to make a whole new script?
Create an account or sign in to comment