Search found 25 matches

by lmangcahan
September 27th, 2021, 3:11 am
Forum: Android
Topic: Blank Roster showing in Showlist
Replies: 2
Views: 1649

Re: Blank Roster showing in Showlist

Awesome! It did work. Thanks for the help.
by lmangcahan
September 27th, 2021, 3:08 am
Forum: Android
Topic: DirDelete using wildcard
Replies: 1
Views: 1511

DirDelete using wildcard

Hi CSPro Community, Does the dirdelete(pathname(Application) + "Backup*") still works on android 11? I'm having trouble deleting folders using the wildcard. below is my code: list string dirListing; dirlist(dirListing, "/storage/emulated/0/Android/tempcspro/TEMP_RESPONDENT*"); do...
by lmangcahan
September 22nd, 2021, 4:21 am
Forum: Android
Topic: Blank Roster showing in Showlist
Replies: 2
Views: 1649

Blank Roster showing in Showlist

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(&quo...
by lmangcahan
September 9th, 2021, 3:24 am
Forum: Entry
Topic: Link 2 Dataentry application
Replies: 3
Views: 1753

Re: Link 2 Dataentry application

I think I found the answer. I generated a PFF file from Form 1 then call Form 2 using execpff.
I'm new to CSPRO and I like how the community is so responsive.

Thank you heaps. :)
by lmangcahan
September 7th, 2021, 4:01 am
Forum: Entry
Topic: Link 2 Dataentry application
Replies: 3
Views: 1753

Link 2 Dataentry application

Hi. I have 2 data entry applications (Form 1 and Form 2) that I want to interconnect to each other. What is the best way to link the 2 applications using the .txt output file of Form 1. Thank you.