Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. DEFINE BROWSE BW_SC20SDAN
  2. &ANALYZE-SUSPEND _UIB-CODE-BLOCK _DISPLAY-FIELDS BW_SC20SDAN C-Win _FREEFORM
  3. QUERY BW_SC20SDAN NO-LOCK DISPLAY
  4. ZTYACC.prime COLUMN-LABEL "" FORMAT "X(35)"
  5. ZUNACT.sec COLUMN-LABEL " " FORMAT "X(30)"
  6. INFDON.sep COLUMN-LABEL "" FORMAT "99/99/9999"
  7. IF INFDON.top THEN "S" ELSE (IF INFDON.REPORT THEN "R" ELSE (IF INFDON.prime <> "" THEN INFDON.prime ELSE "")) COLUMN-LABEL "R" FORMAT "X(1)"
  8. /* _UIB-CODE-BLOCK-END */
  9. &ANALYZE-RESUME
  10. WITH SEPARATORS SIZE 83.57 BY 5.08
  11. BGCOLOR 15 FGCOLOR 1 FONT 6 FIT-LAST-COLUMN.
  12.  
  13. (?:DEFINE|DEF)s([ws]*)BROWSEs+([w-]+)s+([^.]*).
  14.  
  15. DEFINE BROWSE BW_SC20SDAN
  16. &ANALYZE-SUSPEND _UIB-CODE-BLOCK _DISPLAY-FIELDS BW_SC20SDAN C-Win _FREEFORM
  17. QUERY BW_SC20SDAN NO-LOCK DISPLAY
  18. ZTYACC.
  19.  
  20. DEF(INE)?s([ws]*)BROWSEs+([w-]+)s+(([^.]|.(?!$))*).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement