Search found 571 matches

by khurshid.arshad
July 3rd, 2017, 7:56 am
Forum: Entry
Topic: Allowing blank answers
Replies: 2
Views: 2604

Re: Allowing blank answers

Dear Claudia;
Please try this syntax

Code: Select all


PROC variablename
preproc

	set behavior($) canenter(notappl) on (noconfirm);
a.
by khurshid.arshad
June 29th, 2017, 8:13 am
Forum: Entry
Topic: Multi Choice with Check Box
Replies: 1
Views: 3005

Multi Choice with Check Box

Dear Team

I am using check box with 10 items. I don't want to change my selection sequence. please advice.


Example.
My choice is D,A,C,K and B, and i don't want to change this sequence.

Thanks.
A.
by khurshid.arshad
June 25th, 2017, 8:21 am
Forum: Entry
Topic: How to get GPS coordinates.
Replies: 7
Views: 7071

Re: How to get GPS coordinates.

Dear arkagwa; Please see this syntax from the help. Basic Example gps(open); // on Android gps(open,3,4800); // on a laptop or Windows tablet; COM3, 4800 baud if gps(read,5) then // a successful attempt at a read, for up to five seconds errmsg("Latitude is %f, longitude is %f",gps(latitude...
by khurshid.arshad
June 24th, 2017, 10:04 am
Forum: Synchronization
Topic: Data Viewer is stop working
Replies: 5
Views: 5084

Re: Data Viewer is stop working

Dear Josh
Thank you. New version, please see error in attached file.
Thanks.
by khurshid.arshad
June 24th, 2017, 7:48 am
Forum: Synchronization
Topic: Data Viewer is stop working
Replies: 5
Views: 5084

Data Viewer is stop working

Dear Team

When i am trying to download the data through Data viewer it stop working. I am using Dropbox. Please see attached image.
Please advice.

thanks.
a.
by khurshid.arshad
June 21st, 2017, 1:08 pm
Forum: Synchronization
Topic: Synchronization error between enumerator and supervisor
Replies: 2
Views: 2769

Re: Synchronization error between enumerator and supervisor

Dear Josh;

Thank you and you were right. My file name was not correct.
Thanks.
Arshad
by khurshid.arshad
June 21st, 2017, 2:48 am
Forum: Synchronization
Topic: Synchronization error between enumerator and supervisor
Replies: 2
Views: 2769

Synchronization error between enumerator and supervisor

Dear Team; When i try to transfer all ".dat" files from supervisor tablet to enumerator tablet with the code 1, it works. When i try to transfer a specific file from supervisor tablet to enumerator table, it gives me error Please see code 2. the picture is attached for error message."...
by khurshid.arshad
June 14th, 2017, 8:46 am
Forum: Entry
Topic: Selcase function
Replies: 2
Views: 2676

Re: Selcase function

thanks.
a.
by khurshid.arshad
June 14th, 2017, 5:19 am
Forum: Entry
Topic: Selcase function
Replies: 2
Views: 2676

Selcase function

Dear Team

There is way that cursor don't move forward in "Selcase Function", if i tap the tablet screen other than options.

Thanks.
a.
by khurshid.arshad
June 7th, 2017, 2:38 pm
Forum: Synchronization
Topic: Invalid file used with syncdata
Replies: 7
Views: 6180

Re: Invalid file used with syncdata

Dear Josh; This is the following code which i am using in my application and it is working. If I can improve this syntax, please give me some advice. Thank you. A. PROC GLOBAL Numeric iFile; list string filelisting; Function SynDatatoServer(); if syncconnect(Dropbox)=1 then dirlist (filelisting, &qu...