![]() |
AdAsynexecute vs Applyskin |
Post Reply
|
| Author | |
irman_herdiana
Newbie
Joined: 10 August 2007 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Topic: AdAsynexecute vs ApplyskinPosted: 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
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 01 November 2007 at 8:44am |
|
Hi, Please attach sample to debug.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
irman_herdiana
Newbie
Joined: 10 August 2007 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
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
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
irman_herdiana
Newbie
Joined: 10 August 2007 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
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
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 05 November 2007 at 4:29am |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |