Search found 12 matches

by juanf11
April 20th, 2021, 11:17 am
Forum: Entry
Topic: Parameters to set defaults "Cases in Sort Order" and "View Partials Only"
Replies: 1
Views: 1047

Parameters to set defaults "Cases in Sort Order" and "View Partials Only"

Hello.-

Is there a parameter for the PFF file to set the "Cases in Sort Order" and "View Partials Only" settings to "ON" by default.

Thanks.
by juanf11
April 13th, 2021, 9:29 am
Forum: Editing
Topic: Changing the case state from partial to complete through batch logic
Replies: 4
Views: 3958

Re: Changing the case state from partial to complete through batch logic

Hello.-

Sorry for the delay. I have sent the file with instructions through private message.

Best regards.
by juanf11
April 9th, 2021, 2:13 pm
Forum: Editing
Topic: Changing the case state from partial to complete through batch logic
Replies: 4
Views: 3958

Re: Changing the case state from partial to complete through batch logic

Sorry. It might be because I'm not familiar with the sqlquery function, and the provided documentation only provides examples as to how to read data and generate a record, list, or array. But not on how to modify the .csdb file through the batch application. Is there any example you could provide? I...
by juanf11
April 8th, 2021, 2:41 pm
Forum: Editing
Topic: Changing the case state from partial to complete through batch logic
Replies: 4
Views: 3958

Changing the case state from partial to complete through batch logic

Hello.-

I'm trying to use logic in a batch application to change the status of a case from partial to complete. The purpose is to hide 'complete' cases from data input so that their case list isn't bloated.

Is there any way to achieve this? Thanks.
by juanf11
July 28th, 2020, 9:42 am
Forum: Feature Requests
Topic: Dataviewer search with *
Replies: 2
Views: 1986

Re: Dataviewer search with *

Hello.-

Maybe being able to filter or search with a regexp could be really helpful aswell.
by juanf11
July 9th, 2020, 6:24 pm
Forum: Entry
Topic: Modify fields only by going backwards
Replies: 2
Views: 1724

Modify fields only by going backwards

Hello.- Is there any way I can disable a field so that it's only accesable by going backwards after the first time it's filled? I've tried many ways to go around this, including using the previous and following field to sort of "make" a loop that enables fields when going backward and so o...
by juanf11
July 8th, 2020, 6:56 pm
Forum: Feature Requests
Topic: Scrollbar in prompt multiline textboxes
Replies: 3
Views: 2625

Re: Scrollbar in prompt multiline textboxes

Of course. Here I'm using the prompt function in an onfocus procedure to fill the field value with the inputted value(s) in the prompt. However as you can see the line limit is 6, and pressing the 'enter' key won't allow any more line breaks to be inserted. https://imgur.com/a/47o7BLt And the code u...
by juanf11
July 8th, 2020, 6:33 pm
Forum: Feature Requests
Topic: File Dialog
Replies: 2
Views: 1943

Re: File Dialog

Hello Gregory. Using a weird mix of direxist, dircreate, the below code and execsystem with explorer.exe to said folder and some pausing errmsgs I've managed to do kind of what I wanted to with some extra steps. This is because the files I wanted to select through a file dialog would be some which d...
by juanf11
July 8th, 2020, 6:03 pm
Forum: Feature Requests
Topic: Pre-loading already filled-in values in CSPro (modify mode)
Replies: 2
Views: 1985

Re: Pre-loading already filled-in values in CSPro (modify mode)

Hello aaronw, I know about the existence of visualvalue. However, you cannot use the visualvalue function with the report and setreportdata functions. I also know about the loadcase function; however, as I want to load the values from the working dictionary (sort of like a ROSTER-oriented visualvalu...
by juanf11
July 7th, 2020, 4:50 pm
Forum: Feature Requests
Topic: File Dialog
Replies: 2
Views: 1943

File Dialog

Hello.-

Would it be possible to add to CSPro a File Dialog that lets you choose a certain file so that its route becomes a string in the CSPro application?

This would allow for more flexible data syncing with files.

Thanks.