Search found 67 matches

by manishcspro
October 3rd, 2020, 8:44 am
Forum: Entry
Topic: create value set from external data file
Replies: 4
Views: 2210

Re: create value set from external data file

Actually the for loop creates the valueset list as per line number or number of occurrences. The setvaluset function stores and displays the district list based on all the oocurrences in database. The setvalueset function should store the unique district code. But it was not doing.. perhaps somethin...
by manishcspro
September 29th, 2020, 3:39 am
Forum: Entry
Topic: create value set from external data file
Replies: 4
Views: 2210

create value set from external data file

I have created a data entry application, It generates a data file in .csdb format. I have created a reporting application to display report based on data entered in above data entry application. We have to select the district code from displayed dropdown list to view the particular district's report...
by manishcspro
September 20th, 2020, 5:30 am
Forum: Entry
Topic: looping through two external dictionaries at a time
Replies: 1
Views: 1196

looping through two external dictionaries at a time

I want to compare data of two different data files of same nature or unit. For that I have created a menu program to select district, division, month, year. If I select a particular district, division, month, year then it should create html output having Id's and the column values of current month a...
by manishcspro
September 12th, 2020, 11:21 am
Forum: Entry
Topic: too many occurrences of record or group in a dictionary
Replies: 14
Views: 5654

Re: too many occurrences of record or group in a dictionary

Thank you so much for guiding..
by manishcspro
September 10th, 2020, 12:27 am
Forum: Entry
Topic: too many occurrences of record or group in a dictionary
Replies: 14
Views: 5654

Re: too many occurrences of record or group in a dictionary

I am looping through items ACHLIST_AT and ACHLIST_CP of CASELIST_DICT to populate ACH_AT and ACH_CP items in main Dictionary ACH_DICT. When cursor reaches on ACH_AT, it searches ACHLIST_AT and when cursor reaches ACH_CP it searches item ACHLIST_CP in ACHLIST dictionary. The cursor works fast if case...
by manishcspro
September 9th, 2020, 3:09 am
Forum: Entry
Topic: too many occurrences of record or group in a dictionary
Replies: 14
Views: 5654

Re: too many occurrences of record or group in a dictionary

It worked, the message "too many occurrences of record or group in a dictionary" does not appear. But when I load large data it slows down the cursor movement because it searches previous month's value in external dictionary for creating cumulative values for every occurrence in a case. Is...
by manishcspro
September 8th, 2020, 7:47 am
Forum: Entry
Topic: too many occurrences of record or group in a dictionary
Replies: 14
Views: 5654

Re: too many occurrences of record or group in a dictionary

Please respond about the issue..
by manishcspro
September 4th, 2020, 12:16 pm
Forum: Entry
Topic: too many occurrences of record or group in a dictionary
Replies: 14
Views: 5654

Re: too many occurrences of record or group in a dictionary

The sequence is 1- first it remove the old .dat file and its .dat.idx file 2- Then It creates the new cumulative file in caselist folder , exporting from main data file placed in "UPMPR17\achdata\achdata.csdb" 3- Finally it runs the main application file placed in "achievement\ach\ach...
by manishcspro
September 4th, 2020, 8:09 am
Forum: Entry
Topic: too many occurrences of record or group in a dictionary
Replies: 14
Views: 5654

Re: too many occurrences of record or group in a dictionary

No the problem still exist...
by manishcspro
August 31st, 2020, 12:16 pm
Forum: Entry
Topic: too many occurrences of record or group in a dictionary
Replies: 14
Views: 5654

Re: too many occurrences of record or group in a dictionary

Actually I had developed an application to record monthly progress as well as cumulative progress of various schemes in districts starting from April to March in each financial year. To calculate the cumulative progress I created another data file in .dat format using write case in batch edit from m...