Uploaded image for project: 'Bug Archive'
  1. Bug Archive
  2. BUGARCHIVE-6621

List in #define not precompiled correctly

    XMLWordPrintable

    Details

    • Type: Maintenance
    • Status: Fixed (View Workflow)
    • Resolution: Unresolved
    • Labels:
      None
    • Old bug number:
      28321
    • Patch version:
      D611,O309,P206

      Description

      In Uniface 8.4.05 GA a list in #define is not precompiled as in Uniface 8.4.04
      plus D409.

      #define DOORSTART_BUTTONS =
      B1=Voorzieningen!;OCC!;WVONDVZ_MT!;;B2=Voorzieningxx!;CMP!;WVONDVZ_TY
      !;

      variable = "<DOORSTART_BUTTONS>"

      Before Uniface 8.4.05 the variable becomes:

      variable =
      "B1=Voorzieningen!;OCC!;WVONDVZ_MT!;;B2=Voorzieningxx!;CMP!;WVONDVZ_T
      Y"

      From Uniface 8.4.05 GA the variable becomes:

      variabele =
      "B1=Voorzieningen!;OCC!;WVONDVZ_MT!;;B2=Voorzieningxx!;CMP!;WVONDVZ_T
      Y!"
      with the <GOLD> exclamation mark at the end.

        Attachments