Search found 97 matches

by sah
June 22nd, 2017, 8:59 am
Forum: Android
Topic: CSPro 6.3.2 apk
Replies: 6
Views: 5922

Re: CSPro 6.3.2 apk

Hi Team CSPro,
Can we have links to download old application on this platform so we can download straight instead of going to google play. thanks
by sah
June 15th, 2017, 2:27 pm
Forum: Tools
Topic: Concatenating & Duplicate tool
Replies: 2
Views: 3368

Re: Concatenating & Duplicate tool

Looking forward to that. Thanks :D
by sah
June 15th, 2017, 7:59 am
Forum: Entry
Topic: Picking current date but changing when viewing the case
Replies: 12
Views: 11736

Re: Picking current date but changing when viewing the case

another way to code is :


PROC DATE
onfocus
if demode ()= 1 then
DATE=edit("99/99/9999",sysdate("DD/MM/YYYY"));
endif;


I am wondering why you are using the on focus, instead of Preproc,
by sah
June 11th, 2017, 1:42 am
Forum: Synchronization
Topic: Data viewer tool stop working during Synchronization
Replies: 6
Views: 5684

Re: Data viewer tool stop working during Synchronization

Thanks for the reply and the troubleshooting.
by sah
June 9th, 2017, 10:25 am
Forum: Synchronization
Topic: Data viewer tool stop working during Synchronization
Replies: 6
Views: 5684

Re: Data viewer tool stop working during Synchronization

Sure, Josh, please check your PM
by sah
June 8th, 2017, 3:53 pm
Forum: Synchronization
Topic: Data viewer tool stop working during Synchronization
Replies: 6
Views: 5684

Re: Data viewer tool stop working during Synchronization

Hello Team,
It is FTP synchronization. and this happens when synchronizing
by sah
June 7th, 2017, 8:13 pm
Forum: Synchronization
Topic: Data viewer tool stop working during Synchronization
Replies: 6
Views: 5684

Data viewer tool stop working during Synchronization

Dear Team, I am experiencing this problem most time synchronizing data using the data viewer tool. Below is the details of the problem reported by windows 7 for your perusal. Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: DataViewer.exe Problem Signature 02: 7.0.0.0 Problem Sig...
by sah
May 29th, 2017, 3:43 pm
Forum: Synchronization
Topic: Usage of CSweb
Replies: 26
Views: 26247

Re: Usage of CSweb

You can check the CSweb documentation and also use the script below as well: string Server = "https://www.myserver.org/api"; // connect to the CSWeb server if syncconnect(CSWeb,Server) =1 then // get the latest versions of the application files from the CSWeb server syncfile(GET,"/MyA...
by sah
May 28th, 2017, 10:15 am
Forum: Entry
Topic: Copying values entered from previous case
Replies: 7
Views: 6223

Re: Copying values entered from previous case

You can try to set the variable property to persistent. Persistent fields are fields that take the value from the previous case in the data file as their default and they are typically used for fields that change very rarely from one case to another. When you want to change the fields, then you can ...
by sah
May 27th, 2017, 4:48 am
Forum: Other
Topic: logic on form not working
Replies: 3
Views: 4911

Re: logic on form not working

Another way around this is to use the Postproc in the section 9 so it can be executed for Section 10 Variable.