16 #ifndef __gui_group_h__ 17 #define __gui_group_h__ 19 #error As of Base 3.15.4, the promptgroup implementation has changed. \ 20 This header file (guigroup.h) is invalid and will be removed shortly. \ 21 Instead, you should include dbStaticLib.h, parse the DBD, \ 22 and use dbGetPromptGroupNameFromKey() and dbGetPromptGroupKeyFromName() \ 23 that have been added to dbStaticLib. \ 24 More details in the 3.15.4 release notes and the AppDev Guide.