Search found 600 matches

by AriSilva
July 31st, 2018, 6:21 pm
Forum: Editing
Topic: occurs item inside a multiple occurring record
Replies: 6
Views: 5443

Re: occurs item inside a multiple occurring record

You are right (as always).
I´ve changed the item group to alpha and the program worked.
I would suggest writing something about that in the help when using subitems, if it is not there already.
Thanks
by AriSilva
July 31st, 2018, 7:30 am
Forum: Editing
Topic: occurs item inside a multiple occurring record
Replies: 6
Views: 5443

Re: occurs item inside a multiple occurring record

My mistake.
I did not test it throughly before sending. Sorry.
Here it goes
by AriSilva
July 31st, 2018, 7:25 am
Forum: Editing
Topic: count records in a roster in a data entry
Replies: 5
Views: 4716

Re: count records in a roster in a data entry

Sorry, I copied the files but did not change the fmf (and there was a missing dict too).
Here a fresh one.
by AriSilva
July 30th, 2018, 4:13 pm
Forum: Editing
Topic: occurs item inside a multiple occurring record
Replies: 6
Views: 5443

Re: occurs item inside a multiple occurring record

Attached the test app.
Plz, execute first the TesteE18.pff which will generate an output file, then execute the TesteE18_Segunda.pff which is the same program reading the output file. You will see that all the variables have default values thatwere not there at the beginning.
Best
by AriSilva
July 30th, 2018, 3:54 pm
Forum: Editing
Topic: count records in a roster in a data entry
Replies: 5
Views: 4716

Re: count records in a roster in a data entry

Here is the test you asked for. Attached the apc for testing the counts. It is a real application composed of a menu program and the interview program. I´m just sending the interview. In order to see the problem I just create two cases. Please, execute the program and click in the first case. I put ...
by AriSilva
July 29th, 2018, 12:10 pm
Forum: Editing
Topic: count records in a roster in a data entry
Replies: 5
Views: 4716

count records in a roster in a data entry

I´m trying to use count to count records but it always returns 0. It is in a proc after the form is executed. I´ve tried with the dictionary name and the form name as below numeric kk1 = count(E_VIAGENS_FORM where E01_FEZ = 1); numeric kk2 = count(E_VIAGENS where E01_FEZ = 1); but if I count them by...
by AriSilva
July 28th, 2018, 11:22 am
Forum: Tools
Topic: PFFrunner does not accept pff for dataentry
Replies: 1
Views: 2720

PFFrunner does not accept pff for dataentry

I ´m using the pffrunner not as a production runner, but as a organized list of tasks I have to do to test programs, and of course, finally, to execute a production runner. It is a very good tool to help me organize and not forget what I should execute, the inputs,, outputs, parameters, etc. It migh...
by AriSilva
July 27th, 2018, 7:20 pm
Forum: Editing
Topic: occurs item inside a multiple occurring record
Replies: 6
Views: 5443

occurs item inside a multiple occurring record

I´m trying some editing on a variable which is a subitem (e18) of an item that occurs 3 times. The item belongs to a record type with a max of 20. I´m inside of that proc e18 The checking works fine, the errmsg also, but when I try to impute the field it does something which I do not know, and chang...
by AriSilva
July 19th, 2018, 3:04 pm
Forum: Android
Topic: Calling another application and waiting
Replies: 1
Views: 2427

Calling another application and waiting

I want to call an application with execsystem, and then wait for that app to finish to continue my program, since it has to read the file that the other appl wrote. How should I do that? I was thinking about staying inside a do while until something happens, but what? How do I know that the other ap...
by AriSilva
July 19th, 2018, 9:07 am
Forum: Android
Topic: Assigning fields out of the flow
Replies: 3
Views: 3456

Re: Assigning fields out of the flow

But if the control does not pass thru the field, or if the field is in another form, which is never used, the field is not assigned.