JBD_Fetch giving trouble.

MriWip

Member
Hi Everyone, i found a couple of posts matching my topic but could get a solution.

Brief Desc.-- I am opening a View which is a join on F0101/F59X1/F59X2 on AN8 using API openViewExtended, am setting up my custom selection using SetSelection, then using SelectKeyed and subsequently JDB_Fetch.

I am using JDB_Fetch to obtain data from view. When the fetch occurs it is successful, but the dsJoinRecord(which is DS of my View), remains blank.

For eg: If there are 5 records matching the filter criteria
then JDB_Fetch which is in a while loop gets executed (SUCESSFULLY)5 times but the dsJoinRecord remains blank.I alos cross checked this by using SelectKeyedGetcount API which gives me a count of 5. So am guessing that there is some issue with JDB_Fetch only.

Please Advice. Thanks in advance.
 
Back
Top