Search found 29 matches

by kompiler
March 12th, 2021, 7:24 am
Forum: Entry
Topic: LoadCase Function Issue
Replies: 7
Views: 5714

Re: LoadCase Function Issue

Dear josh, The same application is working fine on the previous version of CSEntry (deployed with the previous version of CSPro. I'm not sure which version it was. the last deployment of this application was done in April 2018), but after deploying it with CSPro 7.5 version and installing it on the ...
by kompiler
March 12th, 2021, 6:55 am
Forum: Entry
Topic: LoadCase Function Issue
Replies: 7
Views: 5714

Re: LoadCase Function Issue

Hello, It seems I also have faced this issue. If it was solved, could you please share the solution? My problem: the application was built back in 2018. On the computer, it works fine under CSPro 7.5, but on an Android device, it does not show the variables' value returned by "loadcase" fu...
by kompiler
June 22nd, 2020, 5:35 am
Forum: Entry
Topic: Error regarding looping form?
Replies: 6
Views: 6328

Re: Error regarding looping form?

Hi, I have also encountered this error. Here are the steps after which the error occurred: 1. Dictionary with a single record with one occurrence was created. 2. The form (for this record) was generated. 3. Some items in the dictionary were moved to the new record with multiple occurrences. After th...
by kompiler
June 8th, 2019, 4:03 am
Forum: Entry
Topic: Entry Message (W 10102)
Replies: 2
Views: 3618

Re: Entry Message (W 10102)

Thank you josh,

As i have mentioned the file was moved from tablet and no copy is available. I'll send the file for your review.
by kompiler
June 7th, 2019, 12:25 pm
Forum: Entry
Topic: Entry Message (W 10102)
Replies: 2
Views: 3618

Entry Message (W 10102)

Hello, After moving csdb file from tablet to computer i am receiving this message: "Could not open the data source SAMPLE_DICT: Unable to read csdb file. Could be an invalid file, a corrupt file or it could be in use by another program." Is there any way to solve the issue? I need to recov...
by kompiler
December 4th, 2018, 11:25 pm
Forum: Entry
Topic: Show/hide case tree
Replies: 8
Views: 6368

Re: Show/hide case tree

aaronw wrote:@kompiler I was able to reproduce your issue. There isn't another way to view them. We'll need to fix this in a future release.
Dear aaronw,

Any news on the above mentioned issue?
by kompiler
May 14th, 2018, 2:12 pm
Forum: Synchronization
Topic: Using different dropbox account
Replies: 4
Views: 4458

Re: Using different dropbox account

Thank you so much, sah! solved.
by kompiler
May 14th, 2018, 8:11 am
Forum: Synchronization
Topic: Using different dropbox account
Replies: 4
Views: 4458

Re: Using different dropbox account

...for Android device, the issue was solved by clearing application data through Application manager.
by kompiler
May 14th, 2018, 7:55 am
Forum: Synchronization
Topic: Using different dropbox account
Replies: 4
Views: 4458

Using different dropbox account

Hi, I've used one dropbox account during development of application and now i need to use another for synchronization. I've changed dropbox account through Options->Synchronization, but it still refers to the previous dropbox account. Also I couldn't change the account in CS Entry on android device....
by kompiler
April 16th, 2018, 9:00 am
Forum: Entry
Topic: restriction of multiple options alpha entry
Replies: 2
Views: 3101

Re: restriction of multiple options alpha entry

PROC alpha_item
PostProc
if pos('Z',$) and length(strip($)) <> 1 then
errmsg("Option Z cannot be selected together with other options");
reenter;
endif;

alpha_item - is your multiple option alpha question