I am assuming you have a TextBox for users to enter their address.You could use the "is changed" rule on the textbox to invoke the validation instantly, that is, after the user changes the value in the textbox and focus is moved.The validation can be done using Invoke Service or a custom function et...