Quantcast
Channel: Sage 100
Viewing all articles
Browse latest Browse all 36990

Forum Post: Trying to return a decimal column as retJunk using nGetResultSets (it is just returning a bunch of empty values)

$
0
0
How come nGetResultSets doesn't want to return the InvoiceAmounts in this situation? It just returns a bunch of empty strings. Can nGetResultSets not return a decimal column as retItems or retJunk? Below is what I am trying to do. My InvoiceNos return fine because they are varchar in SAGE database. Dim getResultSetParams() As Object = {"InvoiceNo$", "InvoiceAmt$", retItems, retJunk, filter, "", ""} oLotSerialTransHistEntry.InvokeMethodByRef("nGetResultSets", getResultSetParams) Dim InvoiceNumbers() As String = getResultSetParams(2).Split(System.Convert.ToChar(352)) Dim InvoiceAmounts() As String = getResultSetParams(3).Split(System.Convert.ToChar(352))

Viewing all articles
Browse latest Browse all 36990

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>