Search found 1791 matches

by Gregory Martin
April 19th, 2018, 7:05 am
Forum: Android
Topic: Controlling the navigation buttons
Replies: 3
Views: 3187

Re: Controlling the navigation buttons

Can you just set those fields to protected? If so, even when the user moves backwards, they'll never see them.
by Gregory Martin
April 19th, 2018, 6:44 am
Forum: Editing
Topic: recover deleted cases?
Replies: 3
Views: 5499

Re: recover deleted cases?

To add to Aaron's post, the only way to currently do this is to edit the .csdb file, which is a SQLite file. You can actually do this in CSPro with version 7.1. This, for example, will recover a case with the ID 0001, using the Simple CAPI dictionary: sqlquery (SIMPLECAPI_DICT, "UPDATE `cases` ...
by Gregory Martin
April 7th, 2018, 5:24 pm
Forum: Android
Topic: External File is'nt read by the Application
Replies: 2
Views: 3206

Re: External File is'nt read by the Application

I took your application and it works for me.

1) Generate your .pen file using CSPro 7.1.

2) Make sure that the file AppUbigeo/ubigeo.csdb is copied to the Android device.

Let me know if it still doesn't work.
by Gregory Martin
April 7th, 2018, 3:04 pm
Forum: Entry
Topic: Dictionary cannot be read by CSPro 7.0
Replies: 10
Views: 8641

Re: Dictionary cannot be read by CSPro 7.0

It's hard to know without seeing your Android device and all of your application. Given your .pnc file, and the fact that you say that the .pff isn't pointing to a different file, it's hard to know why you would be missing cases. I'm sorry that we couldn't figure out what the problem is.
by Gregory Martin
April 5th, 2018, 1:24 pm
Forum: Entry
Topic: Populate roster
Replies: 2
Views: 2757

Re: Populate roster

One option is to have an external file that contains information about which products are in a store. Then, using the loadcase function, you figure out which products are in the store and populate the roster with those products. You can change the labels of each row of the roster with the setocclabe...
by Gregory Martin
April 5th, 2018, 7:28 am
Forum: Entry
Topic: Dictionary cannot be read by CSPro 7.0
Replies: 10
Views: 8641

Re: Dictionary cannot be read by CSPro 7.0

Nothing in your file immediately makes me think that there is a problem. One thing I would check is whether, when you GET the files from Appname, whether you are getting a PFF file that connects to a different data file. If that were the case, then when you open your application next, you would see ...
by Gregory Martin
April 4th, 2018, 3:19 pm
Forum: Entry
Topic: Dictionary cannot be read by CSPro 7.0
Replies: 10
Views: 8641

Re: Dictionary cannot be read by CSPro 7.0

That isn't normal. What does your .pnc file look like?
by Gregory Martin
April 4th, 2018, 9:29 am
Forum: Entry
Topic: Dictionary cannot be read by CSPro 7.0
Replies: 10
Views: 8641

Re: Dictionary cannot be read by CSPro 7.0

You can use text files on CSPro 7.1.
by Gregory Martin
April 4th, 2018, 7:59 am
Forum: Android
Topic: Installing version 7.0
Replies: 7
Views: 6756

Re: Installing version 7.0

You can find CSEntry 7.0.2 here:

http://csprousers.org/apk/CSEntry_7_0_2.apk
by Gregory Martin
April 4th, 2018, 7:55 am
Forum: Entry
Topic: Dictionary cannot be read by CSPro 7.0
Replies: 10
Views: 8641

Re: Dictionary cannot be read by CSPro 7.0

When using CSPro DB files, the dictionary version is stored in the file, and the way things are now, you can't move back to an older version of CSPro. In fact, the dictionary format did not change from 7.0 to 7.1, so this is a limitation we hope to remove in the future, because you should be able to...