Search found 55 matches

by hannesrr
October 18th, 2017, 1:26 am
Forum: Entry
Topic: Bath File in Android
Replies: 1
Views: 2497

Bath File in Android

Hello!
Can I use batch app in Android?

Regards,
Hannes :geek:
by hannesrr
October 15th, 2017, 9:19 am
Forum: Synchronization
Topic: KIND OF TABLETs TO COLLECT INFORMATION IN RURAL AREAS
Replies: 0
Views: 36257

KIND OF TABLETs TO COLLECT INFORMATION IN RURAL AREAS

Good morning,
what kind of tablet and additional equipment is recommended to collect information in rural areas?
Could you suggest me a special model? :geek:
Thank you in advance for your support.

Regards,
Hannes Rodriguez
by hannesrr
August 2nd, 2017, 2:29 pm
Forum: Entry
Topic: CSEntry freezes
Replies: 0
Views: 36901

CSEntry freezes

Dear CsPro Team: We have an data entry application with CSPRO 7.0. It has 275 items and 12 sections, it is not a big data entry application. But we have many reports about that CSEntry freezes maybe 3 times a day, the operator need restart de CSEntry in this situation. You find in attach to this top...
by hannesrr
August 2nd, 2013, 10:54 am
Forum: Entry
Topic: Why does some ROSTERs show a error message?
Replies: 3
Views: 4545

Re: Why does some ROSTERs show a error message?

Workaround:.

From point of the error, Go back to the previous record then return.
by hannesrr
July 11th, 2013, 12:56 pm
Forum: Entry
Topic: Why does some ROSTERs show a error message?
Replies: 3
Views: 4545

Re: Why does some ROSTERs show a error message?

Hello Gregory: Yes!! I'm using repeating records.. and this error message appear when I'm using repeating subitems too... and this error occur only in Modify Mode!!.. Is there a workaround or a better solution to this problem? Please, What can I do? I've got antoher application with this problem... ...
by hannesrr
June 2nd, 2013, 9:36 am
Forum: Entry
Topic: Why does some ROSTERs show a error message?
Replies: 3
Views: 4545

Why does some ROSTERs show a error message?

I send you this image with the error message that some ROSTERs show in my data entry application.

I don't understand what happened...

Thank you for advance..

Hannes Rodríguez
by hannesrr
February 10th, 2013, 2:35 pm
Forum: Entry
Topic: Function to check duplicate values in multiple response vari
Replies: 3
Views: 4860

Re: Function to check duplicate values in multiple response

I think this code must be enough and this works only in data entry

proc MULT_FIELD

intActualValue=$;

if count(MULT_FIELD where MULT_FIELD=intActualValue) then
errmsg("This value has been entered");
reenter;
endif;
by hannesrr
February 5th, 2013, 9:24 pm
Forum: Entry
Topic: How can I use setvalueset with alphanumeric field? Resolved
Replies: 3
Views: 5389

Re: How can I use setvalueset with alphanumeric field? Resol

Gregory, thanks for your inputs, I resolved this problem. With this code my CSPRO application, add a new value into an alphanumeric array and it allows the user to select a value from the list (by the setvalueset function and the alphanumeric array) Maybe, this isn't the better way, but it works... ...
by hannesrr
February 5th, 2013, 4:02 pm
Forum: Entry
Topic: How can I use setvalueset with alphanumeric field? Resolved
Replies: 3
Views: 5389

Re: ¿How can I use setvalueset with a alphanumeric field?

Gregory, thank for your response.

About the first problem, I need to add a new value (by the setvalueset function) after the postproc of ALPHAFIELD_ACT1. Is it posible?

About the second problem, I'll improve my code.

Thank you in advance. :ugeek:
by hannesrr
January 29th, 2013, 6:51 pm
Forum: Entry
Topic: How can I use setvalueset with alphanumeric field? Resolved
Replies: 3
Views: 5389

How can I use setvalueset with alphanumeric field? Resolved

I've got a problem with SetValueSet command, I can't use it in an alpha field. The list of values doesn't show.. That's my code lines... PROC ALPHAFIELD_ACT1 postproc if iCantListado>0 then setvalueset(ALPHAFIELD_ACT1, aCodListado, aListado); setcapturetype(ALPHAFIELD_ACT1,3); endif; set attributes(...