Print Page | Close Window

Issue with Flexgrid

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Skin Framework
Forum Description: Topics Related to Codejock Skin Framework
URL: http://forum.codejock.com/forum_posts.asp?TID=17804
Printed Date: 27 September 2024 at 11:18am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Issue with Flexgrid
Posted By: DDEBERT
Subject: Issue with Flexgrid
Date Posted: 24 January 2011 at 2:01am
Hi all,

We're using the MS Flex Grid in our applications and on seven, the scrollbars don't work at all.

Our version is 13.0.0

If we deactivate the ".AutoApplyNewThreads" and ".AutoApplyNewWindow" then it's working properly.

Any feedback on this ?

Thx.



Replies:
Posted By: Xander75
Date Posted: 02 February 2011 at 11:38am
Hi,

I use the MSHFlexGrid in one of my Projects and I use the code below.

Try using the following code in your main form:


    With SkinFramework
        .ExcludeModule "msado15.dll"
        .ExcludeModule "msdard.dll"
        .ExcludeModule "msjet40.dll"
        .ExcludeModule "msjetoledb40.dll"
        .ExcludeModule "msjiter40.dll"
        .ExcludeModule "msjint40.dll"
        .LoadSkin App.Path + "\Styles\Office2007.cjstyles", ""
        .ApplyWindow me.hWnd
        .ApplyOptions = SkinFramework.ApplyOptions Or xtpSkinApplyMetrics
    End With


PS. The reason for the ExcludeModule codes is that I have experienced crashes with the SkinFramework control when working with Databases under certain circumstances. This resolves the issues I have had, although I do only need .ExcludeModule "msado15.dll".


-------------
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition
Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6)



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net