Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • arbitrary
  • generated by the interface
  • will not collide with the existing ascii characters (0-127) in this field thereby supporting uniqueness properly

AVS would store the single character and displays it in the UI in the usual way.
The AVS databse will have to be able to support the insertion of unicode characters (encoding of UTF-8 or equivalent).
The downside of this solution is that for the "รข" to be meaningful, the user must take an extra step look up the address.
We can easily provide that service, but the non-meaningful character is a a violation of a number of UI design principals.
The existence of addresses with legitimate street number suffixes is relatively rare.
Therefore, I would anticipate that operational issues here will be a lack of familiarity of this kind of address and how to look it up, etc.
On the other hand, I think any char 1 solution here is going to have this problem.
This is because street number suffix could be "1" or "A" or "1A" or whatever.

5) change the column width in AVS but do not change the forms and reports
Val is looking at this possible solution.
There may be the equivalent of compiler errors that prevent us from going down this path.

...