
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In continuation to my program I wanted to conclude the program with Dialog fox displaying program successfully run .
I have used following DCL to show the same on screen >>
FLNG_FINAL : dialog {
label = "Congrats !!!!";
spacer;
spacer;
: text {
value = "FLNG Program Successfully run !!";
alignment = centered;
width = 30;
}
spacer;
spacer;
: button {
key = "cancel";
label = " ok ";
is_default = true;
is_cancel = true;
}
}
Unfortunately I m unable to close this below dialog box even after clicking OK button or Escape or anything ..and finally I have to End Task.
I tried various options and finally posting here to help. Please help, would be greatful.
regards,
TOMES
Solved! Go to Solution.