Search found 75 matches

by Boni
July 18th, 2020, 6:38 pm
Forum: Entry
Topic: Condition on exit after partial save
Replies: 2
Views: 1570

Condition on exit after partial save

Dear all !!! I would like to know how to put a condition at the exit of the application after partial save. For example, I joined an external dictionary of Status, I can put a function at the global Postproc, for the end of the questionnaire (completely filled) the variable "Result Status"...
by Boni
July 18th, 2020, 5:59 pm
Forum: Synchronization
Topic: Bluetooth synchronization with logic
Replies: 9
Views: 3815

Bluetooth synchronization with logic

Hello every body !! I have a problem with Bluetooth Synchronization with Logic (CSPro 7.4), I have written a logic to synchronize files between two Android devices, the logic is correct. But when I try to synchronize, whether it was with "Put" or "Get", I get a error message of s...
by Boni
July 9th, 2020, 6:00 pm
Forum: Entry
Topic: Display the notes with csdb
Replies: 5
Views: 2794

Re: Display the notes with csdb

Thank you Dear Aaronw! It works well.I've been trying once to convert my text files into CSDB on CSentry with the Writecase () function, it was really slow and it was still not effective. With Batch Edit, it works very well, really thanks. Damage that Edit Batch is not walking on Android. I can now ...
by Boni
July 8th, 2020, 7:23 pm
Forum: Entry
Topic: Display the notes with csdb
Replies: 5
Views: 2794

Re: Display the notes with csdb

Thank you Dear Gregory! It work well, but I can not convert a text file to a cspro db file. When I save the text file as CSPro DB file (with the extension "CSDB"), to open it, I select the corresponding dictionary, I receive an error message. Convert from a cspro db file to a text file, th...
by Boni
July 8th, 2020, 12:03 pm
Forum: Entry
Topic: Display the notes with csdb
Replies: 5
Views: 2794

Display the notes with csdb

Hello everybody ! I would like to know how to display the notes with csdb. With text files, I could use the TextView tool to display the contents of the CSNOT file, but with csdb files, how do I do this?
I tried with the Getnote () function, it doesn't work
by Boni
July 3rd, 2020, 5:42 am
Forum: Entry
Topic: Assign two or more data files to a dictionary
Replies: 5
Views: 2554

Re: Assign two or more data files to a dictionary

Thank you for your kind answer !
by Boni
July 2nd, 2020, 6:05 pm
Forum: Entry
Topic: Assign two or more data files to a dictionary
Replies: 5
Views: 2554

Re: Assign two or more data files to a dictionary

I works, thanks! :D But, I have a small question, if you do not mind. For synchronization, at the place to write for example: File01.csdb, file02.csdb, ..., to designate files to synchronize or even copy, I can use "* .csdb" or "file??.csdb", to designate all files in this format...
by Boni
July 2nd, 2020, 5:51 pm
Forum: Entry
Topic: Merge two report files to get one file to display
Replies: 2
Views: 1493

Re: Merge two report files to get one file to display

The problem is solved, I had forgotten to call the "Close function to close my report file <"Close(Report_file)"> otherwise there was no error on logic.
Thank you Dear Gregory!!
by Boni
July 2nd, 2020, 12:39 pm
Forum: Entry
Topic: Assign two or more data files to a dictionary
Replies: 5
Views: 2554

Assign two or more data files to a dictionary

I can use the "Setfile" function to assign a data file to a dictionary. I would like to know how to do this in case where I want my dictionary browses two or more files to check for a condition. for example, I wrote a loop on a household data file, draw up the list of persons eligible for ...
by Boni
July 2nd, 2020, 12:22 pm
Forum: Entry
Topic: Merge two report files to get one file to display
Replies: 2
Views: 1493

Merge two report files to get one file to display

Dear All !!! Hello everyone! I design a reporting application of two text files. I would like my application instantly merge the two files produced to display a single file automatically. I'm facing on CSPro 7.4 the error message 14012 ("TEXT FILE IS NOT ENCODED IN A FORMAT SUPPORTED BY CSPRO&q...