Search found 74 matches

by munirmdee1
March 2nd, 2017, 2:25 am
Forum: Entry
Topic: Configuring FTPS
Replies: 3
Views: 5305

Re: Configuring FTPS

Mutua Kakinyi, hello brother!!?...

How far with FTPS Configuration? have you managed to solve the problem?

This is Munir Mdee
by munirmdee1
September 8th, 2016, 5:18 am
Forum: Entry
Topic: Synchronization Failed
Replies: 4
Views: 5744

Re: Synchronization Failed

I tried also with FileZilla in my PC, in FileZilla it fails to connect only if I put port 21 which also in my tablet it complains about port 21. But if I put port number 22 in FileZilla it connects successful. So I think in Android the problem is Port number 21 as it complains about port 21. Now how...
by munirmdee1
September 8th, 2016, 4:34 am
Forum: Entry
Topic: Synchronization Failed
Replies: 4
Views: 5744

Re: Synchronization Failed

Hi Josh, Actually I used WinSCP to connect to the server, it connected successful, and I could transfer files from and to. I put Server IP Address 154.118.226.21, username and password the same im using in CSEntry android application PNC file: .PNC file:- [SyncFile] Version=CSPro 6.3 AppName=THIS [C...
by munirmdee1
September 6th, 2016, 9:13 am
Forum: Entry
Topic: Synchronization Failed
Replies: 4
Views: 5744

Synchronization Failed

Hi everyone, I have a problem here, I developed an Android data entry application using CEntry. It works fine, but when I send data to my ftp server, it displaying an error message saying: Synchronization error: Error logging to the server ftp://154.118.226.21/ failed to connect to /154.118.226.21 (...
by munirmdee1
April 1st, 2016, 8:21 pm
Forum: Entry
Topic: Programatically close application and open the other
Replies: 6
Views: 5806

Re: Programatically close application and open the other

Yes Josh, it closes Menu application and opens Main application and closes it. I don't know why...
by munirmdee1
April 1st, 2016, 5:57 am
Forum: Entry
Topic: Partial Save In Android
Replies: 2
Views: 2574

Partial Save In Android

How to program a partialsave in android data entry application. Because, I have developed one but it give an error when trying to open a partialsaved case. I'm getting this error: "Invalid subscript C01A(0) - Var C04A Post Proc", C01A and C04A are questions in a roster. Please any idea or ...
by munirmdee1
April 1st, 2016, 4:00 am
Forum: Entry
Topic: Programatically close application and open the other
Replies: 6
Views: 5806

Re: Programatically close application and open the other

Hi Josh, Actually I've used the same code for android you posted above: if execPFF(".\Main.pff", stop) <> 1 then errmsg("Failed to launch main application"); endif; What is happening is, it opens/runs the main.pff and then it closes in andriod, but in windows it works fine, in wi...
by munirmdee1
March 30th, 2016, 7:57 am
Forum: Entry
Topic: Programatically close application and open the other
Replies: 6
Views: 5806

Programatically close application and open the other

Hi everyone I have two application here, one I use as a Menu and the other one I use as the Main apllication. When I run Menu application it gives me options as either to Add New Data, Edit Existing Data or Quit the Application. So I need after I choose option like Add New Data or Edit Existing Data...
by munirmdee1
February 24th, 2016, 3:51 am
Forum: Entry
Topic: Level Of Execution In Data Entry Application
Replies: 1
Views: 2562

Level Of Execution In Data Entry Application

Hi all, I understand levels of execution in CSPro Data Entry Application, but I have a little concern. My concern is I want to close the application after completing entering data, for example I have a househole questionnaire, the last field/item is number of members in the household (ie NUM_MEM). S...
by munirmdee1
February 23rd, 2016, 9:10 am
Forum: Entry
Topic: How to Write A Condiotion In CAPI Questions
Replies: 11
Views: 10979

Re: How to Write A Condiotion In CAPI Questions

Thank you very much Josh, its now working perfectly. I always use execPFF function to run a .PFF file, but I never thought if it can be also used to stop it.

Wwwaaoouu, thank you