home *** CD-ROM | disk | FTP | other *** search
- #include <dos.h>
- #include "ScrEdit.H"
- #include "ScrDemo.003"
-
- void main()
- {
- S_Init();
- S_OpenScreenFile("ScrDemo.Scr");
- Initialize_Dupe_Fields_buf();
- S_LoadScreen("Dupe_Fields");
- S_Cursor = S_INVERSENORMAL;
- do{
- S_ReadScreen();
- if (S_Enter) strcpy(S_UserMsg,"PROCESS SCREEN");
- }
- while (!S_Esc);
- S_CloseScreenFile();
- }