At the moment, I’m thinking of rolling my own using the filters centrally 
defined as follows. The functionality

The method is easy to call via: Set_ZipCode_Display (Self)

========================================
//Method Set_ZipCode_Display
C_POINTER($1;$ZipCode)
$ZipCode:=$1

Case of 
        : (Length($ZipCode->)=5)
                OBJECT SET FORMAT($ZipCode->;"|Zip_Display_Standard")
        : (Length($ZipCode->)=9)
                OBJECT SET FORMAT($ZipCode->;"|Zip_Display_Extended")
        Else 
                OBJECT SET FORMAT($ZipCode->;"")
End case
========================================

> On Nov 3, 2018, at 5:54 PM, Robert ListMail via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> ...zip code data entry and display.

**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to