Search found 27 matches

by vgonzalez
March 25th, 2024, 8:08 am
Forum: Entry
Topic: Urgent Assistance Needed: Script Overflow Issue Causing Program Shutdown!
Replies: 4
Views: 292

Re: Urgent Assistance Needed: Script Overflow Issue Causing Program Shutdown!

Estimado colega Alvarado, Le escribo para recomendarle como indica Gregory, la mejor solución para la necesidad que precisas es hacer uso de un diccionario complementario que le permita a través de una lista, identificar las opciones para la división administrativa y los establecimientos educativos....
by vgonzalez
February 28th, 2024, 5:15 pm
Forum: Entry
Topic: Application startup error in CSEntry 8.0 android app
Replies: 10
Views: 738

Re: Application startup error in CSEntry 8.0 android app

Dear Gregory,

Thank you for your suggestion, which indeed allowed me to solve the problem of replacing the dictionary from JSON format to ASCII format in the meta table successfully.

Greetings
by vgonzalez
February 22nd, 2024, 11:57 pm
Forum: Entry
Topic: Application startup error in CSEntry 8.0 android app
Replies: 10
Views: 738

Re: Application startup error in CSEntry 8.0 android app

I'm having the same problem with apps that were working fine with CSEntry 7.7.3 and since I don't have the auto-update option disabled, it now generates the following error messages: System error 10106: Due to errors, the data source for %s is configured as an empty data source System error 10102: C...
by vgonzalez
October 2nd, 2023, 11:04 pm
Forum: Entry
Topic: Roster operation
Replies: 15
Views: 13812

Re: Roster operation

Hello Mahedi, I hope you're well. I invite you to consider some recommendations to make it easier or avoid writing many lines of code, using the properties of the occurrence labels for each record. OccurrenceLabels.jpg https://www.csprousers.org/help/CSPro/occurrence_labels.html Likewise, you can cu...
by vgonzalez
September 7th, 2023, 11:32 pm
Forum: Entry
Topic: Dynamic Record Position
Replies: 6
Views: 4174

Re: Dynamic Record Position

You can find the mailing list in the CSPro help menu, as shown in the image... CSPro_HelpMenu.jpg This team that is identified in the image, is the main and official support of CSPro, and the rest of us are part of the community that we use, give assistance, promote or train new developers in our co...
by vgonzalez
September 6th, 2023, 8:24 pm
Forum: Entry
Topic: Dynamic Record Position
Replies: 6
Views: 4174

Re: Dynamic Record Position

Most of the incidents when trying to move between the items from the same or different rosters are mainly due to the validation configuration that the capture controls have or due to the logic developed that controls the jumps between the items of each items or records in rosters, remember that the ...
by vgonzalez
August 14th, 2023, 1:41 pm
Forum: Entry
Topic: Geographic coordinates to utm converter
Replies: 3
Views: 4351

Re: Geographic coordinates to utm converter

Thanks Gregory for the functions, I managed to make an approximation to the expected value of UTM, not perfect but useful, however I note that I had to modify a function and add another to give the expected results. function fm_cos2(angle) // Função quadrado do ângulo cosseno numeric result = 0; res...
by vgonzalez
July 19th, 2023, 8:11 am
Forum: Entry
Topic: combine a numeric variable and an alpha variable
Replies: 4
Views: 2724

Re: combine a numeric variable and an alpha variable

Good morning, For this you can make use of the CONCAT function, which allows you to concatenate texts. https://www.csprousers.org/help/CSPro/concat_function.html In the case of concatenating with variables of type integer, use the edit function for each integer variable, which returns a character st...
by vgonzalez
July 19th, 2023, 8:02 am
Forum: Entry
Topic: Geographic coordinates to utm converter
Replies: 3
Views: 4351

Geographic coordinates to utm converter

Dear colleagues I am writing to you on this occasion to be advised by the guru developers in this prestigious tool in order to develop a logic that allows me to respond to a requirement from the CSPro logic. The requirement that they ask me after reading the geographic coordinates is to convert the ...
by vgonzalez
May 3rd, 2023, 4:11 pm
Forum: Entry
Topic: Multiple polygons in map viewer
Replies: 3
Views: 6242

Re: Multiple polygons in map viewer

thank you for your answer htuser, The way to load several .json files is very useful and functional, which helps me in a way to solve my problem with loading individual polygons, however, I wanted to go a little further, which is perhaps still very ambitious and it is load in a single file. When cre...