Search found 2 matches

by Stephen Martin
Tue Sep 27, 2016 5:42 pm
Forum: Standard/Enterprise Development
Topic: ProFormAPI Classic 15 SP 3.3 unable to load
Replies: 1
Views: 2472

Re: ProFormAPI Classic 15 SP 3.3 unable to load

A change was made to the ProFormAPI so that it can detect what flavor of ProForm (Enterprise or Standard) is being used. To support this change, the libraries ClassicLicensingBridge.dll, SoftProClassic.Licensing.Client.dll and SoftPro.Licensing.Client.dll will also need to be added to the ProFormAPI...
by Stephen Martin
Thu Feb 28, 2013 4:20 pm
Forum: Integration Development
Topic: ProformAPI
Replies: 2
Views: 512

Re: ProformAPI

The ProFormAPI function SPGetFieldValue() returns the length of the data string returned. Add an integer variable to catch the length of the value Dim valueLen As Integer . . . valueLen = APIWrapper.SPGetFieldVlaue(sFieldName, sFieldValue, iSize) then you can set your value string base on the valueL...