Search found 1794 matches

by Gregory Martin
March 10th, 2015, 9:49 am
Forum: Entry
Topic: Naming Picture
Replies: 2
Views: 3726

Re: Naming Picture

You pass the filename you want to the execsystem call, so you can write something like this:
execsystem(maketext("camera:%spicture %02d-%d.jpg",pathname(application),HOUSEHOLD,STRUCTURE));
by Gregory Martin
January 7th, 2015, 11:02 am
Forum: Entry
Topic: Csentry Android and protected field
Replies: 2
Views: 2554

Re: Csentry Android and protected field

We haven't seen this problem yet. Can you send me an application where this happens? greg@csprousers.org
by Gregory Martin
November 18th, 2014, 1:54 pm
Forum: Entry
Topic: Dropbox sync
Replies: 37
Views: 40249

Re: Dropbox sync

If your data entry application is called UG FORM, then the two files you need to run the application on your device are UG FORM.pen and UG FORM.pff. Dropbox will look for them here: /UG FORM/UG FORM.pen /UG FORM/UG FORM.pff It will attempt to download them to a folder on your tablet named UG FORM. I...
by Gregory Martin
November 18th, 2014, 1:32 pm
Forum: Entry
Topic: Roster creation
Replies: 2
Views: 3310

Re: Roster creation

Can you upload an Excel version of what you are trying to create? It is not clear to me exactly what your roster would look like.
by Gregory Martin
November 18th, 2014, 1:31 pm
Forum: Entry
Topic: Count Value from different data entry application
Replies: 4
Views: 3082

Re: Count Value from different data entry application

You can do this if you have an external dictionary and use it to access the data in the other file. However, you can only do this with an external dictionary, and the external dictionary must be different from your data entry program's main dictionary. Can you describe in more detail what you are tr...
by Gregory Martin
November 18th, 2014, 1:05 pm
Forum: Entry
Topic: Unable upload data from Android into dropbox
Replies: 3
Views: 3971

Re: Unable upload data from Android into dropbox

Continuing with what shafique arif said, where is your data located on the Android device? Based on this code: ClientPath=/%AppName% Put=HasilEntri.dat Put=HasilEntri.dat.not CSEntry is expecting to find the data files here: <SD Card>/csentry/dataentri/HasilEntri.dat <SD Card>/csentry/dataentri/Hasi...
by Gregory Martin
November 18th, 2014, 1:02 pm
Forum: Entry
Topic: Runtime error!
Replies: 3
Views: 4140

Re: Runtime error!

Are you able to launch your application from the postproc of your level? That way, you don't need to worry about prematurely ending it (and thus needing the savepartial code). If you're working on Windows, then your first CSEntry close as your new one opens. This is from the stop helps: In a data en...
by Gregory Martin
November 18th, 2014, 12:55 pm
Forum: Entry
Topic: Possible CSENTRY bug in android
Replies: 2
Views: 2857

Re: Possible CSENTRY bug in android

The problem before, which we fixed, related to information about the decimal digits being set incorrectly after a reenter was executed. If you still have a problem, can you email your application to csprousers@gmail.com with an explanation of where the problem occurs
by Gregory Martin
November 12th, 2014, 10:07 am
Forum: Entry
Topic: Possible CSENTRY bug in android
Replies: 6
Views: 5305

Re: Possible CSENTRY bug in android

shafique arif , There seem to be differing reports about what causes that error. Here's one, for example: http://stackoverflow.com/questions/19652367/unknown-error-code-during-application-install-919 Have you tried downloading CSEntry while on WiFi, or while on just your network connection (if you ...
by Gregory Martin
November 10th, 2014, 3:52 pm
Forum: Entry
Topic: Runtime error!
Replies: 3
Views: 4140

Re: Runtime error!

Hi Stavros,

It's hard to know what's going on without seeing the logic of your application. Can you send it to csprousers@gmail.com? I can take a look and see if I can figure out what's going on.