Search found 601 matches

by AriSilva
December 13th, 2019, 5:11 pm
Forum: Other
Topic: Program editor navigation
Replies: 1
Views: 2198

Program editor navigation

A tiny suggestion. Look at the following scenario: Editing a dataentry program Use the Dicts tab to see something in the dictionary Double click in any variable Click in the Forms tabs to return to edit the code Click in the Forms button in the menu It works OK, but it returns always to the first fo...
by AriSilva
December 11th, 2019, 4:21 pm
Forum: Editing
Topic: forcase loop
Replies: 4
Views: 3253

Re: forcase loop

I´ve found that the set first does the job, provided you do not close the file before hand.
By the way, what´s the reason to close an external file that you opened for reading?
by AriSilva
December 11th, 2019, 3:55 pm
Forum: Editing
Topic: forcase loop
Replies: 4
Views: 3253

forcase loop

Is there a way to execute a forcase more than once for the same file?
I´ve tried to close the file and open it again, but apparently it is not working, the second time it does not execute the loop.
What should I have to do?
Best
by AriSilva
December 11th, 2019, 9:49 am
Forum: Editing
Topic: special characters
Replies: 1
Views: 1853

special characters

I think I already reported that, but, just in case, the toupper function is not handling the special characters ã, ó, ç, é, õ, â
Best
Ari
by AriSilva
December 10th, 2019, 8:24 am
Forum: Editing
Topic: working with the record as a group item
Replies: 6
Views: 3737

Re: working with the record as a group item

Could you "move" that to feature requests, then?
by AriSilva
December 9th, 2019, 10:08 am
Forum: Editing
Topic: working with the record as a group item
Replies: 6
Views: 3737

working with the record as a group item

Is there a way to refer to the whole contents of a record?
For example, a record type has many variables, and I want to write them all in to a write command, such as
write("%s", person_record_edt);
without having to create a group item, or naming them one by one.
Best
by AriSilva
December 4th, 2019, 7:21 am
Forum: Feature Requests
Topic: Searching for variables in the DataViewer
Replies: 6
Views: 3811

Re: Searching for variables in the DataViewer

The view all data would be very handy, it would be like how spss shows data, where you can see all the questionnaires. But, in this manner, it would be needed to select a record type to be shown. And maybe a maximum number of questionnaires (say, 1000, "parametrized").
by AriSilva
November 30th, 2019, 12:18 pm
Forum: Feature Requests
Topic: Searching for variables in the DataViewer
Replies: 6
Views: 3811

Re: Searching for variables in the DataViewer

OK, Christmas is coming, maybe the CsPro team will give us some gifts. Besides the suggestions that I already made (search facility and options to present just the variable name, and maybe just the codes with no category label to shrink the field width: 1. The actual format is organized by case (que...
by AriSilva
November 28th, 2019, 10:39 am
Forum: Feature Requests
Topic: Searching for variables in the DataViewer
Replies: 6
Views: 3811

Searching for variables in the DataViewer

Sometimes, specially when you have a very lengthy record, it is difficult to see the contents of a specific variable, for example, when it is located in the end of the record. You have to keep hitting the scroll bar many many times until you reach the variable. A search by the variable name to posit...
by AriSilva
November 4th, 2019, 4:23 pm
Forum: Feature Requests
Topic: Go to line number
Replies: 2
Views: 2445

Re: Go to line number

Very Good.
I did not see any entry for that in the menus, that was the reason I suggested to have it.
Thanks