Search found 572 matches

by khurshid.arshad
February 2nd, 2019, 9:33 pm
Forum: Entry
Topic: calculate difference in date variables
Replies: 3
Views: 2709

Re: calculate difference in date variables

Dear kamal Please check DateDiff Function in help. if your date is stored as string then string firstdateconcate=concat (Q201_YY_4, Q201_MM_2, Q201_DD_2); string seconddateconcate=concat (Q501_YY_4, Q501_MM_2, Q501_DD_2); if datediff(tonumber(firstdateconcate),(tonumber(seconddateconcate)),"dd&...
by khurshid.arshad
January 20th, 2019, 7:36 am
Forum: Entry
Topic: Copy/Paste
Replies: 1
Views: 1613

Copy/Paste

Dear Josh and Gregory; I hope you are doing well. How can i restrict copy/past in the Tablet? I have already ask this question and get the answer in "October 6th, 2018" Post, http://www.csprousers.org/forum/viewtopic.php?f=1&t=2884&p=9389&hilit=copy#p9389 There is a way to cont...
by khurshid.arshad
January 20th, 2019, 7:26 am
Forum: Entry
Topic: Time Difference
Replies: 9
Views: 5084

Re: Time Difference

variable length not matched with timestamp. Please increase variable length till 10.

Best.
a.
by khurshid.arshad
January 18th, 2019, 1:13 pm
Forum: Entry
Topic: Time Difference
Replies: 9
Views: 5084

Re: Time Difference

Please use this code

Code: Select all

PROC START

Preproc
$=timestamp();


PROC END_TIME
preproc
END_TIME =timestamp();

PROC DURATION
Preproc
    DURATION = End_time-Start;
Best.
a.
by khurshid.arshad
January 18th, 2019, 5:53 am
Forum: Entry
Topic: DECLARE LIST OF STRING VARIABLES
Replies: 7
Views: 4016

Re: DECLARE LIST OF STRING VARIABLES

your declaration maybe look like this: array string(100) myString(3); {3 names, each up to 100 characters long} example from help Example 2: (alphanumeric array) PROC GLOBAL array alpha(10) crop (20); {20 crop names, each up to 10 chars long} PROC MY_PROGRAM preproc crop(1)= "maize"; crop(...
by khurshid.arshad
January 18th, 2019, 2:47 am
Forum: Entry
Topic: GPS STORAGE IN ENTRY, MODIFY AND VERIFY MODES
Replies: 10
Views: 6883

Re: GPS STORAGE IN ENTRY, MODIFY AND VERIFY MODES

Another example, if you can work on it. PROC L_LATITUDE_N Onfocus if getos() = 20 then //only on Tablet if visualvalue(L_LATITUDE_N) <> notappl and visualvalue(L_LOGITUDE_E)<> notappl then if accept ("Do you want update GPS Coordinates?", "Yes, Update GPS Coordinates", "No, ...
by khurshid.arshad
January 7th, 2019, 10:02 am
Forum: Entry
Topic: GIS Boundary on the Google Earth
Replies: 10
Views: 9946

Re: GIS Boundary on the Google Earth

I have added .apc file (which you have attached earlier) through the file menu. But i have no experience how to use this code in my application.
Please advise.
Thanks.
a.
by khurshid.arshad
November 30th, 2018, 8:49 am
Forum: Android
Topic: CSWeb/Dropbox/FTP for more than one application
Replies: 2
Views: 2482

Re: CSWeb/Dropbox/FTP for more than one application

Thank you Josh. It is working.
Best.
a.
by khurshid.arshad
November 25th, 2018, 8:58 am
Forum: Android
Topic: CSWeb/Dropbox/FTP for more than one application
Replies: 2
Views: 2482

CSWeb/Dropbox/FTP for more than one application

Dear Team;

We are going to conduct three different surveys on tablet. One is in progress out of three, and other two will be start soon. I am using CSWeb.
My question is there is a way that each team can see their application instead all the applications for installation/Update.

Best Regards.
a.
by khurshid.arshad
November 9th, 2018, 7:40 am
Forum: Entry
Topic: Server Setup Error on LINUX
Replies: 4
Views: 3527

Server Setup Error on LINUX

Dear Team

Please guide for the server missing component as per the attached file.

We have copied CSWEB folder in www/html/ in LINUX server.

We are trying to run cspro setup on LINUX Server.

Best Regards.
A.