Search found 567 matches

by aaronw
February 8th, 2018, 4:14 pm
Forum: Synchronization
Topic: Error:Unable to read response from server
Replies: 3
Views: 4747

Re: Error:Unable to read response from server

Glad you figured it out. I like your suggestion about specifying which log. I'll update the message.
by aaronw
February 8th, 2018, 4:10 pm
Forum: Android
Topic: Auto Guardado
Replies: 1
Views: 2516

Re: Auto Guardado

If you're using CSPro 7.1 take a look at the Data Source Options under Options. There you can specify how often an automatic save is done.
by aaronw
February 8th, 2018, 4:06 pm
Forum: Android
Topic: PFF file creation
Replies: 2
Views: 3354

Re: PFF file creation

PFF files have not changed with 7.0. Have you ran the application? PFFs are generated when the application is run.
by aaronw
February 8th, 2018, 11:46 am
Forum: Entry
Topic: superficies of cultived space
Replies: 3
Views: 3686

Re: superficies of cultived space

CSPro does not have a function that will do this calculation for you. Unfortunately, calculating the area of an irregular polygon is non-trivial. I recommend looking at a well-tested library like GEOS (C/C++) or Shapely (Python).
by aaronw
February 6th, 2018, 4:05 pm
Forum: Synchronization
Topic: Error:Unable to read response from server
Replies: 3
Views: 4747

Re: Error:Unable to read response from server

ui.log is going to log details related to the navigation of the CSWeb website. What we need here is the sync.log.

Depending on the your OS you will find the sync log in either one of two places:
  • 1. Android: csentry\sync.log
    2. Windows: Users\username\AppData\Roaming\CSPro\sync.log
by aaronw
February 6th, 2018, 3:48 pm
Forum: Tabulation
Topic: Can i control the text viewer tables width?
Replies: 1
Views: 6801

Re: Can i control the text viewer tables width?

Look at the margin to the left of a row or above a column. Hover your mouse over the boundaries and drag to adjust the height of a row or width of a column.
wide.GIF
wide.GIF (2.35 KiB) Viewed 6685 times
narrow.GIF
narrow.GIF (1.63 KiB) Viewed 6685 times
by aaronw
February 6th, 2018, 3:31 pm
Forum: Android
Topic: Control - Accept this case
Replies: 4
Views: 5045

Re: Control - Accept this case

Unfortunately, I don't believe this is possible. However, I tried to get as close to the desired behavior as I could. First, turn off "Confirm end-of-case" under Data Entry Options. The following will work on Windows. However, on Android you will be left at the "Entry Applications&quo...
by aaronw
February 6th, 2018, 1:56 pm
Forum: Entry
Topic: Error Message: "CsPro Application has stopped working"
Replies: 12
Views: 13639

Re: Error Message: "CsPro Application has stopped working"

This is a very general error message. There not a single solution we can point to. During testing you will need to identify where or why this is happening. For instance, this may only happen on a certain form or when a particular piece of logic is run. Once you are able to isolate the issue it will ...
by aaronw
February 5th, 2018, 3:55 pm
Forum: Other
Topic: code help
Replies: 1
Views: 2515

Re: code help

The help documents are a great resource for these types of questions. Here's a link to the if statement: http://www.csprousers.org/help/CSPro/if_statement.html IF Q34= 1 THEN SKIP TO Q35; ELSEIF Q34= 2 THEN SKIP TO Q37; ELSEIF Q34= 3 THEN skip to Q36; ENDIF ;
by aaronw
February 5th, 2018, 3:45 pm
Forum: Synchronization
Topic: Sync file does not exist
Replies: 4
Views: 4848

Re: Sync file does not exist

We don't have a walk through of either. Once your csweb application is configured use a web browser to navigate to it. Use your admin user and password to log on. login.GIF Under the "Data" tab you can add dictionaries by pressing the "Add Dictionary" button. add-dictionary.GIF U...