Hello,
I am using CHECKBOX with FOLDER; however when the CHECKBOX, there is no border to indicate to user the field is active; how do I correct this problem?
Thank You,
#include "FiveWin.ch"
function Main()
local oDlg, oFld, lValue := .T.
DEFINE DIALOG oDlg SIZE 400, 300
@ 0.5, 1 FOLDER oFld OF oDlg SIZE 188, 138 ;
PROMPTS "One", "Two", "Three"
@ 1, 1 CHECKBOX lValue OF oFld:aDialogs[ 1 ]
@ 3, 1 BUTTON "Test" OF oFld:aDialogs[ 1 ]
ACTIVATE DIALOG oDlg CENTERED
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 72 guests