Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Several functions are missing in customization manager in Microsoft Dynamics SL


View products that this article applies to.

Symptoms

Several functions are unavailable in the Visual Basic editor in the Customization Manager in Microsoft Dynamics SL. The missing functions include pvchkfetch1 and dbnavfetch1.

↑ Back to the top


Cause

Bug 23758

↑ Back to the top


Resolution

To resolve this issue, add the following code to the vbtvba.bas file that is located in the CU\VBA\Modules folder of the SL Program files directory:

Declare Function pvchkfetch1 Lib "swimapi.dll" Alias "#364" (ByVal ctl$, cursor%, ByVal keyval$, struct1 As Any, ByVal s1size%) As Integer
Declare Function dbnavfetch1 Lib "swimapi.dll" Alias "#366" (ByVal ctl$, cursor%, ByVal keyval$, struct1 As Any, ByVal s1size%) As Integer
Declare Function pvchkfetch4 Lib "swimapi.dll" Alias "#365" (ByVal ctl$, cursor%, ByVal keyval$, struct1 As Any, ByVal s1size%, struct2 As Any, ByVal s2size%, struct3 As Any, ByVal s3size%, struct4 As Any, ByVal s4size%) As Integer
Declare Function dbnavfetch4 Lib "swimapi.dll" Alias "#367" (ByVal ctl$, cursor%, ByVal keyval$, struct1 As Any, ByVal s1size%, struct2 As Any, ByVal s2size%, struct3 As Any, ByVal s3size%, struct4 As Any, ByVal s4size%) As Integer
Declare Function pvchkfetch8 Lib "swimapi.dll" Alias "Exm_pvchkfetch8" (ByVal ctl$, cursor%, ByVal keyval$, struct1 As Any, ByVal s1size%, struct2 As Any, ByVal s2size%, struct3 As Any, ByVal s3size%, struct4 As Any, ByVal s4size%, struct5 As Any, ByVal s5size%, struct6 As Any, ByVal s6size%, struct7 As Any, ByVal s7size%, struct8 As Any, ByVal s8size%) As Integer
Declare Function dbnavfetch8 Lib "swimapi.dll" Alias "#368" (ByVal ctl$, cursor%, ByVal keyval$, struct1 As Any, ByVal s1size%, struct2 As Any, ByVal s2size%, struct3 As Any, ByVal s3size%, struct4 As Any, ByVal s4size%, struct5 As Any, ByVal s5size%, struct6 As Any, ByVal s6size%, struct7 As Any, ByVal s7size%, struct8 As Any, ByVal s8size%) As Integer



↑ Back to the top


Keywords: kbmbsmigrate, kbmbspartner, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 2616492
Revision : 2
Created on : 2/3/2017
Published on : 2/3/2017
Exists online : False
Views : 311