good day,
I have some data in a database.
I want to load this data into a form created for it.
But I do not get the data neatly in the form.
What I've done:
- and read data event in the load, reads the data from the data base. this is called read_data8.
That gives an array read_data8. Model Member
[var] [n] [member] the data.
This is all going well.

But now I want to show them data in a form.
A Multi field area contains all necessary fields. But I can not see any data here.
Via event_loop6
So value of the text field should be something of ....
var: eventloop6.fieldname
But unfortunately this does not work.
I will do something wrong. But I do not see what.
Who can help me?
I have some data in a database.
I want to load this data into a form created for it.
But I do not get the data neatly in the form.
What I've done:
- and read data event in the load, reads the data from the data base. this is called read_data8.
That gives an array read_data8. Model Member
[var] [n] [member] the data.
This is all going well.

But now I want to show them data in a form.
A Multi field area contains all necessary fields. But I can not see any data here.
Via event_loop6
So value of the text field should be something of ....
var: eventloop6.fieldname
But unfortunately this does not work.
I will do something wrong. But I do not see what.
Who can help me?