Search found 600 matches

by AriSilva
July 26th, 2022, 9:50 am
Forum: Editing
Topic: selcase returning always true
Replies: 2
Views: 2336

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: 2336

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: 2229

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: 3558

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: 3727

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: 2229

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: 3558

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: 3727

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: 3558

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 '<...
by AriSilva
July 1st, 2022, 7:24 am
Forum: Entry
Topic: Background-color in qsf
Replies: 3
Views: 2946

Re: Background-color in qsf

Hi Sherrel, I´ll try to find a backup of this qsf, but in the mean time, what I´m saying is that in the qsf editor there is a button to define the text color, but it is not able to define the background. In the attachement I show a picture of the qsf editor and another picture of the gmail editor, w...