Search found 9 matches

by chandi
April 22nd, 2024, 11:32 am
Forum: Entry
Topic: LoadCase
Replies: 2
Views: 623

LoadCase

HI,
I have external dic with 5 id's,I need to search existence of case for some validation for that I have 2 values of Id's out of 5.How can I check this partial key in cspro using command like loadcase or find.
by chandi
April 16th, 2024, 6:27 am
Forum: Entry
Topic: cursor location in Data Entry
Replies: 1
Views: 501

cursor location in Data Entry

1. Is it possible to specify cursor field in data entry application within "pff" file when I directly need to jump as program start via pff modification within menu program, 2. Also How I ended data entry once user come to last field I need not to make visible csentry application anymore a...
by chandi
February 29th, 2024, 11:09 am
Forum: Android
Topic: Save data with pff
Replies: 6
Views: 1600

Re: Save data with pff

I tried this method but I get massage "Warning 1026" "All of the ID fields were not filled, please reenter" I just can save and case is correctly saved. Is there a way to avoid showing this massage too. If I let user to go through all ID fields (as I am passing ids form intent ID...
by chandi
February 27th, 2024, 10:05 pm
Forum: Android
Topic: Save data with pff
Replies: 6
Views: 1600

Re: Save data with pff

Thanks that helps to solve my issue
by chandi
February 26th, 2024, 10:15 pm
Forum: Android
Topic: Save data with pff
Replies: 6
Views: 1600

Re: Save data with pff

Thanks Greg, It seems I can use endlevel, but at that point can I avoid asking "Accept this case => yes/no" prompt, I am sending ID fields from android app via intent to CsEntry, sometime I can close case based on IDs Value itself, but it should reflect in final datafile I am stuck in that...
by chandi
February 24th, 2024, 1:50 am
Forum: Android
Topic: Save data with pff
Replies: 6
Views: 1600

Save data with pff

Hi, I am manipulating "pff" file and entry Ids using external program. in some cases I can pass all required case values to pff so no need to open data entry, at that point can I save data file without literally opening csentry application. My scope it to feed all data to data file and min...
by chandi
September 6th, 2023, 6:19 am
Forum: Entry
Topic: ValueSet Upper Limit
Replies: 1
Views: 1046

ValueSet Upper Limit

Dear CsPro Users,
Are there any limits for Static ValueSets in Dictionary, if so what the number is?
Is this apply only for Desktop or both Android and Desktop?
I am trying to use long list to choose occupation codes.

Thanks for your time
by chandi
September 6th, 2023, 2:15 am
Forum: Android
Topic: Store data in different location CsEntry
Replies: 2
Views: 2749

Re: Store data in different location CsEntry

Thanks Greg, I'll try :)
by chandi
September 2nd, 2023, 1:24 am
Forum: Android
Topic: Store data in different location CsEntry
Replies: 2
Views: 2749

Store data in different location CsEntry

I am trying to save data file in different location in my android internal storage, I set the location via intent.putExtra("InputData", NewdataFile); (As mention in the relevant Example) but this gives error and not open the App, and it says it has no permission to create new file, how can...