| Project: | Proparse Project |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
DBTYPE was added as preprocessor function in OpenEdge 10.1A or so.
&IF DBTYPE( "dictdb" ) = "PROGRESS" &THEN
MESSAGE DBTYPE( "dictdb":u ) VIEW-AS ALERT-BOX INFORMATION.
&ENDIF