Skip to content

Commit

Permalink
12.2.13 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
swaohan committed Nov 28, 2023
1 parent 65b5f6e commit 57aab10
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions prodict/_dictc.p
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (C) 2006-2021 by Progress Software Corporation. All rights *
* Copyright (C) 2006-2023 by Progress Software Corporation. All rights *
* reserved. Prior versions of this work may contain portions *
* contributed by participants of Possenet. *
* *
Expand Down Expand Up @@ -82,6 +82,7 @@ To translate dictionary into foreign language:
/* LANGUAGE DEPENDENCIES END */ /*-----------------------------------*/
Modified Date: 06/08/21 tmasood Restrict use of data admin for 32-bit
06/08/23 tmasood Enable use of data admin for 32-bit
============================================================================*/


Expand Down Expand Up @@ -158,16 +159,6 @@ FORM SKIP(1)

/*==========================Mainline code==================================*/

/*--------------------- Check the OE bitness ----------------------------*/

&IF "{&WINDOW-SYSTEM}" <> "TTY" &THEN
IF ade_licensed[{&ADMIN_IDX}] = {&INSTALLED} AND PROCESS-ARCHITECTURE = 32 THEN DO:
MESSAGE "Data Administration is not supported in the 32-bit Windows GUI client"
VIEW-AS ALERT-BOX ERROR.
RETURN.
END.
&ENDIF

USE "" NO-ERROR. /* resets to startup default file */
sw_sav = SESSION:SUPPRESS-WARNINGS.
SESSION:SUPPRESS-WARNINGS = YES. /* no warnings on platform specific funcs */
Expand Down

0 comments on commit 57aab10

Please sign in to comment.