Search found 595 matches

by AriSilva
July 7th, 2018, 10:22 am
Forum: Feature Requests
Topic: data entry - phone format
Replies: 2
Views: 6066

data entry - phone format

I know this is a little bit out of line, but in the future would you consider having a phone number format that includes (or not) the area code? Something like (xxx) - (yyyyyyyyyyy) I know also this is complicated for several reasons, one of them being the variable number of digits in different coun...
by AriSilva
July 6th, 2018, 12:23 pm
Forum: Feature Requests
Topic: Dataviewer - converting and exporting ordered
Replies: 1
Views: 2466

Dataviewer - converting and exporting ordered

The dataviewer can show the file as ordered or not, which is very good. But when exporting to other formats, or converting to dat, for example, even if the file is shown as ordered, the output file is not ordered. There should be an option to export/convert as ordered. In the "old times", ...
by AriSilva
June 30th, 2018, 8:25 am
Forum: Feature Requests
Topic: Data viewer - do not show group items
Replies: 0
Views: 37157

Data viewer - do not show group items

An option in the menu not to show menu items (this might be the default).
by AriSilva
June 21st, 2018, 8:56 am
Forum: Feature Requests
Topic: DataViewer - show variable names
Replies: 0
Views: 37845

DataViewer - show variable names

In the View menu, an option to show the variable names instead of the variable labels.
by AriSilva
June 13th, 2018, 6:01 pm
Forum: Other
Topic: Loadcase using an array element as an ID
Replies: 1
Views: 2637

Loadcase using an array element as an ID

array string a(10);
string x;
loadcase(dict, a(1)); //compiler error
loadcase(dict, x); //ok
by AriSilva
June 6th, 2018, 9:56 am
Forum: Android
Topic: execsystem with parameters
Replies: 3
Views: 3280

Re: execsystem with parameters

2bad. So, if I need to pass something to another program I should write a file with a predefined name, writing the information on that file. Now, in Android (I´m fairly new on this environment) If I want to write a file in the root, how do I set this file´s filename? And, next, if I need to receive ...
by AriSilva
June 5th, 2018, 1:12 pm
Forum: Android
Topic: execsystem with parameters
Replies: 3
Views: 3280

execsystem with parameters

Is there a way to call an outside application passing a parameter? Like execsystem("app:com.example.jorge.meurecordatorio"); // open recordatorio But I need to pass an identification key to this program, something like execsystem("app:com.example.jorge.meurecordatorio, parm"); //...
by AriSilva
June 5th, 2018, 12:11 pm
Forum: Other
Topic: Accessng the First proc (FF)
Replies: 2
Views: 3453

Re: Accessng the First proc (FF)

And, why not having all the function names also in the tree, just below the GLOBAL node, as they are shown in the program?
This would help very much in navigating through the program code.
by AriSilva
June 5th, 2018, 12:05 pm
Forum: Other
Topic: Accessng the First proc (FF)
Replies: 2
Views: 3453

Accessng the First proc (FF)

I know this is not a very important issue, but... In the fmf screen, the left side shows the procs tree, where the very first node is the FF for the entire program. By clicking in any name there the system is directed for the corresponding proc. But a click in the very first one goes to the entire p...
by AriSilva
June 4th, 2018, 4:32 pm
Forum: Synchronization
Topic: Synchronizing paradata files
Replies: 4
Views: 3724

Re: Synchronizing paradata files

In fact, my needs where a little bit more basic than everything paradata could give me: I have to measure the time spent in each form, that is, since it entered the first variable of the form, and when it left the last one. And the whole time in each interview. As simple as that. Presently I´m captu...