REDEFINE RADIO oRadOpt VAR nPrn ID 701, 702, 703, 704 OF oDlg
With the following RC
Code: Select all
WRKPRNSEL DIALOG DISCARDABLE 0, 0, 100, 125
STYLE WS_POPUP|DS_MODALFRAME|WS_CAPTION|WS_VISIBLE
CAPTION "Workorder Printout Selection Options"
FONT 12, "Segoe UI"
BEGIN
CONTROL "Print Invoice", 701, "Button", BS_AUTORADIOBUTTON, 10, 10, 80, 13
CONTROL "Print Estimate", 702, "Button", BS_AUTORADIOBUTTON, 10, 25, 80, 13
CONTROL "Print Tech Worksheet", 703, "Button", BS_AUTORADIOBUTTON, 10, 40, 80, 13
CONTROL "Print Counter Sale", 704, "Button", BS_AUTORADIOBUTTON, 10, 55, 80, 13
CONTROL "", 710, "Button", WS_TABSTOP, 30, 75, 40, 40
END
This occurs with builds using Harbour and VC++ 2013.
Any suggestions ? I find it consistently when I use the RADIO command with resources.