DCBROWSE and UseVisualStyle
Posted: Wed Feb 24, 2010 11:14 am
Hi Roger,
is there a Get/Set function to set the UseVisualStyle:=.T. for all browses ?
is there a Get/Set function to set the UseVisualStyle:=.T. for all browses ?
Donnay Software Web Forums
http://bb.mobile.donnay-software.com/Donnay/
http://bb.mobile.donnay-software.com/Donnay/viewtopic.php?f=2&t=88
Code: Select all
oConfig := DC_XbpBrowseConfig():new()
oConfig:useVisualStyleBrowse := .t.
DC_XbpBrowseDefault(oConfig)
Code: Select all
EVAL {|o| o:UseVisualStyle:=.T. }