Search found 632 matches

by htuser
March 12th, 2019, 6:34 pm
Forum: Entry
Topic: Case fill in percentage
Replies: 2
Views: 2195

Re: Case fill in percentage

Thank you Aaron for your support who's a very important and intelligent idea. However: 1.-Greg informed us years ago that, Cspro have an undocumented On_Focus() global function who's executed after Onfocus. It's a field (Item), not level, roster, so i don't see how to use it in sections... 2.- For b...
by htuser
March 8th, 2019, 1:11 pm
Forum: Entry
Topic: Case fill in percentage
Replies: 2
Views: 2195

Case fill in percentage

Dear all, I'm thinking about a way to have which percent of each case has been filled. For roster by exemple, before entering, i would have an item who're stored the expected occurrence (rows) to be filled. My first idea is: 1. To have a metadata table (maybe in Cslog) having Dictionary macro as met...
by htuser
March 7th, 2019, 6:22 pm
Forum: Entry
Topic: Distinct in roster
Replies: 4
Views: 2853

Re: Distinct in roster

Thank you Greg. This is that i need.
And what about the CaseListingFilter issue?
I tried multiples regular expression, with no results.
Best Regards,
by htuser
March 6th, 2019, 8:52 pm
Forum: Feature Requests
Topic: Improvement of For Statement and Include C/C++
Replies: 0
Views: 33147

Improvement of For Statement and Include C/C++

Dear Cspro Developer Team, In his actual fashion, The for statement executes one or more statements repeatedly within a loop for each occurrence of a multiply occurring group. The multiple_occurring_group can be a form, roster, record, item, relation . Please can you upgrade it to support list and a...
by htuser
March 6th, 2019, 7:02 pm
Forum: Entry
Topic: Distinct in roster
Replies: 4
Views: 2853

Re: Distinct in roster

Dear Aaron, Thank you for your support. Since enumerators can use a single modality (response) to fill more than one row (occurrence) it's not a solution to use valid choices that are displayed based on previous responses. My first idea is to count distinct occurrence, maybe you have better than. Pl...
by htuser
March 6th, 2019, 12:26 pm
Forum: Entry
Topic: Distinct in roster
Replies: 4
Views: 2853

Distinct in roster

Dear Cspro Developer Team and Csprousers, I would like to know if there's an equivalent of SQL's Select Distinct/Select Group By in Cspro Logic? Greg informed me months ago how to delete under conditions in Cspro Logic. Why i need this? I've a radio button list where enumerators must enter informati...
by htuser
March 5th, 2019, 3:17 pm
Forum: Entry
Topic: Deal with Multidimensional Array
Replies: 3
Views: 2604

Re: Deal with Multidimensional Array

Thank you Greg. I've solved the test. I used tblrow(tesArray) instead of length(tesArray, 1), but doesn't using the break. I'm adding break. With your example, i've more way and this allow me to have lest if then else . My applications are more powerful and dynamic. But, i would also like to receive...
by htuser
March 4th, 2019, 8:20 pm
Forum: Entry
Topic: movement statements (advance, ask, move, reenter, skip)
Replies: 3
Views: 2584

Re: movement statements (advance, ask, move, reenter, skip)

Hi Arshad, Early with 7.2 beta release, i was discussing with the developer team about. Hopefully, they informed we that we'll be able to have 1.- Normal Logic execution within block; 2.- Reenter focus within block. in the future. So, you'll be able to you logic inside block. The CSPro developer Tea...
by htuser
March 4th, 2019, 4:08 pm
Forum: Entry
Topic: Sqlquery, list and multidimensional array
Replies: 3
Views: 2920

Re: Sqlquery, list and multidimensional array

Thank you Aaron for this very good idea. Are lookup files doesn't have row number limitation? However, until now, organization are disagree with using csdb for storing critical data such as phone number database since everybody can disseminate or modified any csdb database. In the near future when w...
by htuser
March 2nd, 2019, 9:56 pm
Forum: Entry
Topic: Sqlquery, list and multidimensional array
Replies: 3
Views: 2920

Sqlquery, list and multidimensional array

Dear Cspro Developer Team, Since the 7.2 release, CSPro support multidimensional array, please does can we store sqlquery results in multidimensional array? Until now, documentation stated You can use one- or two-dimensional arrays of type numeric or string to store results of sqlquery... Another, p...