Hi Roger,
is there a Get/Set function to set the UseVisualStyle:=.T. for all browses ?
DCBROWSE and UseVisualStyle
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
DCBROWSE and UseVisualStyle
_______________________
Best Regards
Wolfgang
Best Regards
Wolfgang
Re: DCBROWSE and UseVisualStyle
Try this:
Code: Select all
oConfig := DC_XbpBrowseConfig():new()
oConfig:useVisualStyleBrowse := .t.
DC_XbpBrowseDefault(oConfig)
The eXpress train is coming - and it has more cars.
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
Re: DCBROWSE and UseVisualStyle
Thanks Roger,
but this does not work for me.
So i add the line
to every DCBROWSE.
but this does not work for me.
So i add the line
Code: Select all
EVAL {|o| o:UseVisualStyle:=.T. }
_______________________
Best Regards
Wolfgang
Best Regards
Wolfgang
Re: DCBROWSE and UseVisualStyle
@Wolfgang: What version are you using?
Roger introduced the USEVISUALSTYLE clause for DCBROWSE several months ago. Use that instead of EVAL-whatever. And DC_XbpBrowseConfig works definitely with build 253.
Roger introduced the USEVISUALSTYLE clause for DCBROWSE several months ago. Use that instead of EVAL-whatever. And DC_XbpBrowseConfig works definitely with build 253.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
Re: DCBROWSE and UseVisualStyle
Ok, i will give it a next try at the weekend.
_______________________
Best Regards
Wolfgang
Best Regards
Wolfgang