Blank Roster showing in Showlist

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
lmangcahan
Posts: 25
Joined: September 7th, 2021, 3:45 am

Blank Roster showing in Showlist

Post by lmangcahan »

Hello,
I would like to seek your help. I have previously completed a case and I wish to update some info within the same case, however I get this: https://imgur.com/a/id5BHfj

below is how I call the members inputted:
show("List of all members",MEM_REC,F2B03_LN,F2B03_FN,F2B03_MN,
title("Last Name","First Name","Mid Initial"));
Thank you.
Gregory Martin
Posts: 1777
Joined: December 5th, 2011, 11:27 pm
Location: Washington, DC

Re: Blank Roster showing in Showlist

Post by Gregory Martin »

Where are you calling this function? Because of CSEntry's treatment of "path," if you call that function in the middle of the roster, you will not see people entered after the occurrence you are on. If this is the problem, you may have to do some work to construct the list you wish to show. You can use the showarray function instead, populating an array with the household details.
lmangcahan
Posts: 25
Joined: September 7th, 2021, 3:45 am

Re: Blank Roster showing in Showlist

Post by lmangcahan »

Awesome! It did work. Thanks for the help.
Post Reply