Search found 97 matches

by sah
May 13th, 2017, 8:38 am
Forum: Tools
Topic: Export Data from Excel To CSPro Data Entry
Replies: 13
Views: 14531

Method Not Found

Hello Folks,
Any clue on how to solve Method Not Found......, when exporting Excel to CSPro data with CSPro 7.

Thanks
by sah
May 9th, 2017, 12:43 am
Forum: Synchronization
Topic: Synchronization with FTP with CSPro 7
Replies: 1
Views: 2814

Synchronization with FTP with CSPro 7

Dear Greg & Josh Just inquiring, if it is possible to use the function sync connect to connect to FTP for those who don't have a server and if so, is it the same file specification as the server syntax. Connect to ftp if syncconnect(ftp, "http://192.168.10.10", "ftpuser", &qu...
by sah
May 2nd, 2017, 9:45 am
Forum: Entry
Topic: How to capture system time in CSPro?
Replies: 5
Views: 5113

Re: How to capture system time in CSPro?

Hello Socio, You are absolutely missing something with this code with respect to your holding variable. it should reflect in the functions not the other way round. HI202 = systime(); HI202A= int(HI202A / 10000); HI202B = int(HI202B / 100) % 100; HI202C = HI202C % 100; It should be rather: HI202 = sy...
by sah
April 15th, 2017, 8:37 am
Forum: Feature Requests
Topic: Exporting serval value sets
Replies: 2
Views: 3553

Exporting serval value sets

Dear Martin/Josh Great Job you guys are doing. The current CSpro do not export several value set of a variable. is it possible to have it exported by merge. so for instance value set 1 A 1 B 2 Value set 2 C 3 D 4 So when you export you have one value set: A 1 B 2 C 3 D 4 Thanks
by sah
April 15th, 2017, 8:22 am
Forum: Editing
Topic: Batch file for resolving Duplicate caseid
Replies: 2
Views: 4406

Batch file for resolving Duplicate caseid

Hello Josh/Martin
I need help in resolving duplicates cases by in export batch file and I don't want to eliminate the cases but rather add them to the data set. So if cases 10001 repeat I want to change one of them to case 1000199

Any Help.


Thanks,
Sah
by sah
August 29th, 2016, 4:12 pm
Forum: Entry
Topic: CSV and KML file
Replies: 3
Views: 3503

Tablet Specification

Hello Team,
Have any one use HP Pro 10 EE G1 Tablet for CAPI.Any review on using the Windows Tablet will be appreciated as I plan to use it for my current project.

Thanks,
Sah
by sah
May 28th, 2015, 4:13 pm
Forum: Other
Topic: android: how to open a text file using execsys
Replies: 5
Views: 5938

CSPro Andriod & learning Materials

Hello Martin & Josh I just got introduce to your awesome software cspro and i have been learning new stuff. I have gone through previous post (04-Survey) and I would like to know if there are materials to the Android Capi programming. On the other note, could you kindly advise which approach is ...