Search found 46 matches

by leulae
April 10th, 2018, 6:53 am
Forum: Android
Topic: execpff without WAIT
Replies: 1
Views: 2485

execpff without WAIT

Dear All, I am developing an Android application, When I call execpff function to call another cspro application, it does not run the application (???), But it work with Windows. I examine and place errmsg ("B4 run pff); to make delay, it works then. setfile(pffFile,pffFilename,create); filewri...
by leulae
April 7th, 2018, 9:38 pm
Forum: Other
Topic: Disable run through .pen File
Replies: 2
Views: 3229

Re: Disable run through .pen File

Great, Thank you Leulae On Windows, if you run the .pen file, then CSEntry will allow the user to enter file information, which will create a new .pff file. If you do not want to allow the user to create their own .pff file, you could do something like this: 1) Add a special parameter to your valid ...
by leulae
March 31st, 2018, 1:06 pm
Forum: Other
Topic: Disable run through .pen File
Replies: 2
Views: 3229

Disable run through .pen File

Dear all

CSpro data entry applications deploy to users with pen and pff file.

If user clicks on .pen file program starts. I need a method to run the application only though .pff, Is this achievable?

Thank all

Leulae
by leulae
March 24th, 2018, 3:31 am
Forum: Other
Topic: Hash value for a file or folder
Replies: 2
Views: 8056

Hash value for a file or folder

Dear all, I upload text files to the server, then I need to get the Hash values to compare the files in server with files in client (PC / Android) to write confirm script / script to verify files which are identical. if anyone help me to generate a hash value for a file or folder is highly appreciat...
by leulae
March 7th, 2018, 6:08 am
Forum: Android
Topic: Case tree, Language Change and Search
Replies: 1
Views: 2576

Case tree, Language Change and Search

Dear all My android application has three languages I have number of records in dictionary, and each record has number of items (Variables), Record names and Item names have translated to three different language and default is English. I am seeking solution to my following two problems 1. When lang...
by leulae
March 7th, 2018, 3:46 am
Forum: Android
Topic: No SD Card – No Error
Replies: 3
Views: 3577

Re: No SD Card – No Error

Thank you all for your guidance

Leulae
by leulae
March 5th, 2018, 11:55 am
Forum: Android
Topic: No SD Card – No Error
Replies: 3
Views: 3577

No SD Card – No Error

Dear all, pathname(CSEntryExternal) – No SD Card – No Error I wrote backup operation for Android with the help of pathname(CSEntryExternal) function. string backupToSD = pathname(CSEntryExternal) + maketext("myfolder/Backup%d",timestamp()); filecopy(pathname(Application) + "Data/filen...
by leulae
February 7th, 2018, 1:27 am
Forum: Android
Topic: Control - Accept this case
Replies: 4
Views: 4954

Re: Control - Accept this case

Thanks aaronw

I will try.

Leulae
by leulae
February 6th, 2018, 11:35 am
Forum: Android
Topic: Control - Accept this case
Replies: 4
Views: 4954

Re: Control - Accept this case

Thanks,

Option 2, Close the CSEntry application

Leulae
aaronw wrote:When you say "exit from the data Entry" which of the following describes the desired behavior:
1. Exit from data entry and return to the case listing
2. Close the CSEntry application
by leulae
February 5th, 2018, 12:43 am
Forum: Android
Topic: Control - Accept this case
Replies: 4
Views: 4954

Control - Accept this case

Dear All, When editing a case at last it ask “Accept this case” , if press “NO” it goes to the place where it was. I need to change the behavior to, -> when press “NO”, -> to exit from the data Entry. Can anyone suggest me a solution please? Need to do this in android as well PC Thank you all Leulae