Search found 601 matches

by AriSilva
July 30th, 2022, 9:38 am
Forum: Tools
Topic: dataviewer and logic helper
Replies: 2
Views: 4268

dataviewer and logic helper

Hi folks, When showing the logic helper (very useful implementation, by the way), and then clicking bak in one of the cases to show it, it is necessary to click in windows and choose the case to display it. But then, when clicking in another case to show it, the system shows the logic helper again. ...
by AriSilva
July 26th, 2022, 9:50 am
Forum: Editing
Topic: selcase returning always true
Replies: 2
Views: 2370

Re: selcase returning always true

I forgot to ask:
Is there a way to avoid showing the key in the selcase list?
by AriSilva
July 26th, 2022, 9:47 am
Forum: Editing
Topic: selcase returning always true
Replies: 2
Views: 2370

selcase returning always true

Hi folks, I´m using the selcase to choose from a specific case in a file. The instrucction is the following: ret = selcase(PB_EDUCA_SUP_05_AMOSTRA_NIVSUP_DICT, z) include(AM11_PESSOA_NOME) where pos(strip(y), AM11_PESSOA_NOME) = 1; //z contais the typed letters When I type a couple of letters (or a ...
by AriSilva
July 19th, 2022, 5:05 pm
Forum: Editing
Topic: accepting (or prompting) a date
Replies: 2
Views: 2259

Re: accepting (or prompting) a date

Sure, that's what I´m doing now.
I was just thinking about using some kind of a calendar date format, as in the form.
Best
Ari
by AriSilva
July 19th, 2022, 9:40 am
Forum: Tools
Topic: exporting data to R
Replies: 4
Views: 3593

Re: exporting data to R

Hi Greg, I´ve tried two things: 1. Generate the case logic to export the R files, and tried to change the set behavior command like set behavior() export (R, SubitemOnly, UNICODE); or set behavior() export (R, SubitemOnly, UTF8); but it does not accept either one, just the ANSI, and for what ever re...
by AriSilva
July 18th, 2022, 1:33 pm
Forum: Tools
Topic: dataviewer takes forever to show the dictionary
Replies: 5
Views: 3774

Re: dataviewer takes forever to show the dictionary

Thanks for the note.
I had already installed the latest version of the Onscreen control, but it did not work.
The worst of all is that, once started, it cannot be closed, so, the alternative is uninstall it!
Best
Ari
by AriSilva
July 18th, 2022, 7:28 am
Forum: Editing
Topic: accepting (or prompting) a date
Replies: 2
Views: 2259

accepting (or prompting) a date

Hi folks,
I need to filter some questionaires, skipping (skip case) the ones with a field date below a certain date I would enter during execution time, like an accept, or a prompt,
The field type "date" exists in a form, but not in batch mode.
Best
Ari
by AriSilva
July 16th, 2022, 3:08 pm
Forum: Tools
Topic: exporting data to R
Replies: 4
Views: 3593

Re: exporting data to R

Hi Greg, Unfortuntely I cannot send you the example anymore, since I decided to write a snipet of code in cspro replacing the offending special characters by their counterpart ( á to a, etc.). As far as using the wrinting to R directly I´ll try it later but I think it will help only if I do not have...
by AriSilva
July 16th, 2022, 2:51 pm
Forum: Tools
Topic: dataviewer takes forever to show the dictionary
Replies: 5
Views: 3774

Re: dataviewer takes forever to show the dictionary

Hi Greg, I finally found the guilty guy on this matter: it is an application from LG monitoes named "OnScreen Control". This app lets you subdivide your monitor in several ways, and it is a big help when using a 29" monitor. I really do not know hot it interferes with the csprodiction...
by AriSilva
July 8th, 2022, 10:03 am
Forum: Tools
Topic: exporting data to R
Replies: 4
Views: 3593

exporting data to R

Hi folks, We are having problems exporting to R, the data is being exported using ANSI, and we got errors when reading them in R. See the messages below, caused by reading .R files: source(paste0(pasta, "D_SELECIONADO.R")) Error in substring(x, first, last) : invalid multibyte string at '<...