Page 1 of 1
kinldy help me to generate List of persons from the Roster in pop up
Posted: January 30th, 2025, 11:55 pm
by shafim0123
kinldy help me to generate List of persons from the Roster in pop up
Re: kinldy help me to generate List of persons from the Roster in pop up
Posted: January 31st, 2025, 9:45 am
by htuser
There's at least two ways to do that:
a) Using HTML/CSS and CSPro logic in the CAPI Text webview (Please see an example here:
viewtopic.php?p=16914#p16914)
b) Fill an array or a list with person's name and use list.show() :
https://www.csprousers.org/help/cspro/l ... s%20values.
or showarray() :
https://www.csprousers.org/help/cspro/s ... ay_name.to display them.
Hope this help.