Search found 632 matches

by htuser
June 1st, 2017, 6:59 pm
Forum: Synchronization
Topic: Dropbox Sync
Replies: 41
Views: 34390

Re: Dropbox Sync

Hi Anysia, Please follow this logic for having a user defined function (for syncrhonisation purpose using dropbox) function syncusingdropbox () if syncconnect(Dropbox) then // get the latest versions of the application files from Dropbox syncfile(GET,"/MyApp/MyApp.pff"); syncfile(GET,"...
by htuser
June 1st, 2017, 4:31 pm
Forum: Entry
Topic: Writecase issue
Replies: 3
Views: 3632

Writecase issue

Dear all, Trying to write some items to external dictionary using writecase it display errors/warning: DEPRECATION: The writecase variable list is no longer supported and will be ignored. Cases will be written using the values stored in OTHERS_DICT's ID items. The example WriteExt (Cspro installatio...
by htuser
June 1st, 2017, 1:43 pm
Forum: Entry
Topic: Csdb and external dictionary/data files
Replies: 2
Views: 2849

Csdb and external dictionary/data files

Dear all, I would like to know if there's no way to use the Csdb's main data file to store also data for external dictionary? In this event: 1.- The Csdb will store both, main and external dcf; 2.- We'll also upload external dcf in Csweb; 3.- Sync data separately for external dcf/files; If no, does ...
by htuser
May 30th, 2017, 11:12 am
Forum: Android
Topic: Serializing a field
Replies: 4
Views: 5001

Re: Serializing a field

Hi Mozum,
Please consider using autoincrement item.
Auto_increment.jpg
Auto_increment.jpg (48.24 KiB) Viewed 4997 times
For error message, please try visualvalue function with this idea:

Code: Select all

if item value<> visualvalue (previous item value)-1 then 
errmsg();
[/i]

Best regards,
by htuser
May 19th, 2017, 11:21 pm
Forum: Synchronization
Topic: Usage of CSweb
Replies: 26
Views: 26572

Re: Usage of CSweb

Hi Ekinge, I don't think ftp sync is linked to the Csweb server. So you can't see ftp synchronized case on the Csweb. FTP sync store cases in csdb database and Csweb store them in Mysql. To sync using Csweb, you must: 1.- upload your dcf file to Csweb (add dictionary), 2.- Using Csweb as a parameter...
by htuser
May 6th, 2017, 2:30 pm
Forum: Entry
Topic: Is it possible to load an application on playstore ?
Replies: 5
Views: 4287

Re: Is it possible to load an application on playstore ?

Thanks a lot Josh! This new way is welcome. It'll be a must to have a secure way to delete unused application. Now, we 're obliged to delete manually.
Best Regards,
by htuser
May 6th, 2017, 11:35 am
Forum: Other
Topic: .PEN
Replies: 1
Views: 2767

Re: .PEN

Hi Sam,
There's no way to see logic in pen file. You must recreate .pen, using your designer files.
Best regards,
by htuser
May 5th, 2017, 5:29 pm
Forum: Entry
Topic: Is it possible to load an application on playstore ?
Replies: 5
Views: 4287

Re: Is it possible to load an application on playstore ?

Hi Greg, Using sync parameters from pnc file, it's very easy to deploy cspro application from ftp, by example. I hope you'll always allow this sync who's very useful for first deployment. Since it's impossible using Csentry UWP we're obliged to copy files manualy, so i think you'll also allow sync u...
by htuser
April 30th, 2017, 1:41 pm
Forum: Entry
Topic: How to protect m'y codes
Replies: 2
Views: 2723

Re: How to protect m'y codes

Hi Marc,
Please find the response provided by Greg years ago here:
http://csprousers.org/forum/viewtopic.php?f=7&t=466
But, now the .enc file is replaced by .pen file
Best Regards,
by htuser
April 8th, 2017, 12:10 pm
Forum: Entry
Topic: How to create encrypted password
Replies: 1
Views: 2656

Re: How to create encrypted password

Dear yana,
You must use the prompt function with password option parameter. Please see Cspro's help about this function.
Best regards,