The Things that Make Up this Example
Objects Required (LANSA AD)
Objects Required (Visual LANSA)
| Some Pop-up Calendars | To Execute this Example |
Objects Required (LANSA AD)
| Type | Name | Code | Description |
| Process | SET_169 | Process for this example | |
| Function | SET169A | Function SET169A - Demonstrate a prompt calendar | Demonstrate a prompt Calendar |
| Function | SET169B | Function SET169B - Calendar | Calendar |
| Field | S_DATFRM | P 6,0 | From Date |
| Field | S_DATTO | P 6,0 | To Date |
| Field | DAY | S 2,0 | Current day |
| Field | S_DATE | P 6,0 | Date |
| Field | S_DAY | P 2,0 | Day |
| Field | S_DAY1 | P 2,0 | Monday |
| Field | S_DAY2 | P 2,0 | Tuesday |
| Field | S_DAY3 | P 2,0 | Wednesday |
| Field | S_DAY4 | P 2,0 | Thursday |
| Field | S_DAY5 | P 2,0 | Friday |
| Field | S_DAY6 | P 2,0 | Saturday |
| Field | S_DAY7 | P 2,0 | Sunday |
| Field | S_MONTH | P 2,0 | Month |
| Field | S_MTHNAM | A 10 | Month |
| Field | S_RETCDA2 | A 2 | Return Code |
| Field | S_YYYY | P 4,0 | Year YYYY |
| Field | S_YYYYMM | P 6,0 | YYYYMM Date |
| Field | YYYYMMDD | S 8,0 | Date YYYYMMDD numeric |
Objects Required (Visual LANSA)
| Type | Name | Code | Description |
| Form | S_169FA | Form S_169FA - Demonstrate a prompt calendar | Demonstrate Calendar Form |
| Form | S_169FA1 | Form S_169FA1 - Calendar | Calendar |
| Field | MONTH | S 2,0 | Month Number |
| Field | S_DATFRM | P 6,0 | From Date |
| Field | S_DATTO | P 6,0 | To Date |
| Field | S_FMTLONG | A 20 | Date Format |
| Field | S_PMPTFLD | A 10 | The name of the prompted field |