Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - AdAsynexecute vs Applyskin
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

AdAsynexecute vs Applyskin

 Post Reply Post Reply
Author
Message
irman_herdiana View Drop Down
Newbie
Newbie


Joined: 10 August 2007
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote irman_herdiana Quote  Post ReplyReply Direct Link To This Post Topic: AdAsynexecute vs Applyskin
    Posted: 01 November 2007 at 5:22am
Dear All,
 
Am having problem with my skinned application form, the application crash when execute a query using AdAsyncExecute type
am using vb6 and ado 2.8 any bright sunshine on this bugs.. :)
 
Thanks
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 01 November 2007 at 8:44am

Hi,

Please attach sample to debug.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
irman_herdiana View Drop Down
Newbie
Newbie


Joined: 10 August 2007
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote irman_herdiana Quote  Post ReplyReply Direct Link To This Post Posted: 04 November 2007 at 10:16pm
here are the sample
 
 
NOTE:
please edit the code <SERVER> <USER> <TABLE> etc. with your own database information
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 05 November 2007 at 1:29am
Hello,
 
Thanks I see it.
 
Problem that some dlls don't like to be hooked.  Solution for your problem is exclude some dlls from hook:
 
Before you apply skin add lines:
 
   SkinFramework.ExcludeModule "msado15.dll"
   SkinFramework.ExcludeModule "oledb32.dll"
   SkinFramework.ExcludeModule "msadce.dll"
   SkinFramework.ExcludeModule "msadcer.dll"
   SkinFramework.ExcludeModule "ws2_32.dll"
   SkinFramework.ExcludeModule "ws2help.dll"
   SkinFramework.ExcludeModule "netapi32.dll"
 
and it will work.
 
I see you still use  10.4 (demo ?) version, you need update to have ExcludeModule  method.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
irman_herdiana View Drop Down
Newbie
Newbie


Joined: 10 August 2007
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote irman_herdiana Quote  Post ReplyReply Direct Link To This Post Posted: 05 November 2007 at 2:20am
Hi,
 
am doing some research for my company
well codejock is not only just simplified my work but it's also make user "eyes" friendly
we planning to upgrade it and askin for full support but unfortunately my company did't accept the online invoicing..we still discuss for solution somehow
 
am tryn to exclude(dlls)...
 
Thank a lot
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 05 November 2007 at 4:29am
Hello,
 
Write to sales@codejock.com they will help to find another way except online invoicing.
 
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.