Search found 134 matches

by Mariovaisman
July 22nd, 2016, 3:42 pm
Forum: Entry
Topic: Flow control process
Replies: 5
Views: 4796

Flow control process

Hi, I am working using flow control methodoly where in case the application is in some multiple occurrence form, and using the userbar, I have a button to come back to the flow control form, the button execute REENTER flow_form, I found that all records between the current record and the flow_form w...
by Mariovaisman
June 11th, 2016, 9:23 am
Forum: Entry
Topic: execsystem (android)
Replies: 2
Views: 3505

Re: execsystem (android)

Thank you Josh, it is exactly what I need,
by Mariovaisman
June 10th, 2016, 8:44 am
Forum: Entry
Topic: execsystem (android)
Replies: 2
Views: 3505

execsystem (android)

I see in the examples that the function "execsystem" with the parameters (view: it is possible to see a movie, a picture, a play a sound, now my question is if it possible to see a text file. For example the application creates a text report file, and I want to show it in the screen in the...
by Mariovaisman
August 16th, 2015, 10:50 am
Forum: Entry
Topic: Multiple Languages selection in the value set
Replies: 2
Views: 3255

Re: Multiple Languages selection in the value set

See also capi_lang with is a reserved word to select the language in the capi area.
by Mariovaisman
August 16th, 2015, 10:49 am
Forum: Entry
Topic: Multiple Languages selection in the value set
Replies: 2
Views: 3255

Re: Multiple Languages selection in the value set

For each valueset you defined in the dictionary, generate a second valueset, by default the first has the same name that the variable plus _vs1, the second finalize with _vs2. After you create the second valueset for all variables, see the function setvaluesets(), this function select whuch group of...
by Mariovaisman
August 13th, 2015, 6:06 pm
Forum: Entry
Topic: Check box, how to determine selections
Replies: 11
Views: 14681

Re: Check box, how to determine selections

When you define the variable for multiple responses (text variable), define subitems as numeric variables and ask if those numeric variabes have the response you want.
by Mariovaisman
August 12th, 2015, 10:29 am
Forum: Entry
Topic: Add new case
Replies: 1
Views: 2370

Add new case

Dear all, i developed capi application where I have a main program (control system), where I can select the key to be entered, with this information the control system program generates the pff to call the specific data entry program, up to here it works properly, however when the edataentry program...
by Mariovaisman
August 9th, 2015, 7:35 am
Forum: Entry
Topic: SELCASE function in android devices
Replies: 2
Views: 3013

Re: SELCASE function in android devices

Please discard the problem, it was my fault, the problem was in the .pnc file where the file names had to be case sensitive, so, those files were not copied to the android device.

SELCASE is working properly, also the manual way using LOCATE, retrieve and accept.

Thanks again.

Mario
by Mariovaisman
August 8th, 2015, 7:31 pm
Forum: Entry
Topic: SELCASE function in android devices
Replies: 2
Views: 3013

Re: SELCASE function in android devices

I did a search in the group and it is not the first time that it is posted. I will replace the selcase function by locate and retrieve functions, increasing the value of the key to generate the list, it is a manual way to do the same that selcase does. Please advice if there is any direct solution f...
by Mariovaisman
August 8th, 2015, 6:14 pm
Forum: Entry
Topic: SELCASE function in android devices
Replies: 2
Views: 3013

SELCASE function in android devices

I developed an application where I used the function SELCASE, it is working properly in a windows PC, however in my first test in a tablet (android), it is like no data found in the selcase function, then the program continues with no selection. Ithere any issue with this function?.

Thanks

Mario