09-01-2015, 09:04 PM
I figured it out!
\Dialog_Editor
str dd=
BEGIN DIALOG
0 "" 0x90C80AC8 0x0 0 0 224 136 "What system?"
3 Button 0x54032000 0x0 8 24 48 14 "Windows"
4 Button 0x54032000 0x0 8 60 48 14 "Red Prairie"
5 Button 0x54032000 0x0 8 96 48 14 "JD Edwards"
END DIALOG
DIALOG EDITOR: "" 0x2040202 "*" "" "" ""
int button=ShowDialog(dd 0 0)
sel button
case 3
mac "Unlock_ResetAD"
...
case 4
mac "Unlock_ResetRP"
...
case 5
mac "Unlock_ResetJDE"
...