Search found 103 matches

by Yass
May 17th, 2018, 4:29 am
Forum: Entry
Topic: filewrite as report from a Roster
Replies: 3
Views: 3687

filewrite as report from a Roster

Dear Cspro Team, I am writing out a file as a report from a roster, the codes below compiles alright but no output. The list of households are found in roster (HHROSTER) and i will like to generate a report per EA, based on the EA selected all the households identified in the roster comes out. Hope ...
by Yass
March 31st, 2018, 6:41 pm
Forum: Android
Topic: setocclabel with two variables...
Replies: 6
Views: 5490

Re: setocclabel with two variables...

Hi Greg,

I am not still have the result i want on the modify option... I have pls send you the application for a look. Thanks for your support.
by Yass
March 27th, 2018, 2:40 pm
Forum: Android
Topic: setocclabel with two variables...
Replies: 6
Views: 5490

Re: setocclabel with two variables...

Thanks Greg, I need a clarification on the CaseListingFilter=12 example: Let say the cases are saved based on the Cluster numbers and structureno. The team working are assigned 10 Clusters. All members will enter a cluster and complete it before they move to another. This means the interviewer will ...
by Yass
March 27th, 2018, 11:33 am
Forum: Android
Topic: setocclabel with two variables...
Replies: 6
Views: 5490

Re: setocclabel with two variables...

Thanks Greg, Please can you help me ON this , I have a listing application that has this .pff if fMode = 1 then filewrite(pffFile1,"StartMode=add;%s",CLUSTER_NO); elseif fMode = 2 then filewrite(pffFile1,"StartMode=Modify"); endif; My issues is when i select Modify Mode (fMode=2)...
by Yass
March 26th, 2018, 7:01 am
Forum: Android
Topic: setocclabel with two variables...
Replies: 6
Views: 5490

setocclabel with two variables...

Hi All

Code: Select all

[code]

do  i = 1 while i <= totocc(SECTION2000)
		setocclabel(SECTION2000(i), concat(strip(S2Q1(i))," ",(NET(strip((i))));
	enddo;
	
	
	
[/code]

Please help is needed to fix the error below
ERROR: Invalid character expression near line 20 in DATUN_QUEST procedure


Thanks
by Yass
March 18th, 2018, 5:03 am
Forum: Android
Topic: loadcase and no action in the field (variable)
Replies: 2
Views: 3042

loadcase and no action in the field (variable)

Hi Cspro, I have a menu program that calls other programs. For instance I have programs : Menu AppDrink AppHousehold Then have a dictionary named SamSelHH , which I have added to both Menu and AppDrink. In the AppDrink prog I have : Preproc Prov if loadcase(SampSelHH)= 1 then Prov=SProv; Dist=SDist;...
by Yass
March 13th, 2018, 3:16 pm
Forum: Tools
Topic: Deploy Application
Replies: 11
Views: 12036

Re: Deploy Application

Thanks Josh,

Let say , except my dictionary I have to update my external files and the program. After deploying ... the new application will be able to
read existing data on the interviewers device without errors coming from either idx, or log files... I am trying to understand Josh !!!
by Yass
March 13th, 2018, 2:21 pm
Forum: Tools
Topic: Deploy Application
Replies: 11
Views: 12036

Re: Deploy Application

Hi, Please how do you use the Deploy tool to update a program. My understanding of the Deploy tool is to have the Survey application folder with all files placed on the android device. How is it possible , let say I want to update my external files and .pen file... Thought you such with sync. I need...
by Yass
March 10th, 2018, 10:24 am
Forum: Synchronization
Topic: VPN vs Dropbox, FTP and CSWEB
Replies: 2
Views: 3734

Re: VPN vs Dropbox, FTP and CSWEB

Thanks Josh ... you answered me !!