I’m trying to get the Grid Mask to display the same on all applications but they appear to be reading it differently.
For example:
? A phone number has been entered into a table with 16 characters (ie. 8888888888888888).
? I want it to display as (88) 8888 8888 and only 10 characters.
? In the Form application I use (xx) xxxx xxxx in the Grid Mask. This displays correctly and removes the last 2 digits.
? In the Grid application I do exactly the same thing but running the application displays as 888888(88) 8888 8888
? I’ve set up a link to the Form application so when I click to edit a record from the Grid app and open a modal window… it displays correctly.
Any ideas?