Hi,
i want to show all my records which are saved in database (3 Textfields and 1 Radio)
The 3 textfields are correct but the radio group only shows the last result. In Database there are both radios saved.
How can i fix the problem?
i want to show all my records which are saved in database (3 Textfields and 1 Radio)
The 3 textfields are correct but the radio group only shows the last result. In Database there are both radios saved.
How can i fix the problem?

Hi patrickhoechst,
Please drag a Debugger action into the On Load event, then submit the form and post the debug results here.
Bob
Please drag a Debugger action into the On Load event, then submit the form and post the debug results here.
Bob
Hi patrickhoechst,
Please drag a Debugger action into the On Load event, then submit the form and post the debug results here.
Bob
Please drag a Debugger action into the On Load event, then submit the form and post the debug results here.
Bob
Hi patrickhoechst,
I can see both values there, I don't see why they don't load correctly :-(
Please ask Max if he has any suggestions using the Contact Us menu above and linking to this thread.
Bob
I can see both values there, I don't see why they don't load correctly :-(
Please ask Max if he has any suggestions using the Contact Us menu above and linking to this thread.
Bob
Hi,
How do you set the fields values ? your fields names inside the repeater are not dynamic, you need to use the {var:area_repeater10.row.field_name} in each field value box, and the fields names should be modified too: {var:area_repeater10.key}, please check the manual for how this can be done correctly.
Best regards
How do you set the fields values ? your fields names inside the repeater are not dynamic, you need to use the {var:area_repeater10.row.field_name} in each field value box, and the fields names should be modified too: {var:area_repeater10.key}, please check the manual for how this can be done correctly.
Best regards
This topic is locked and no more replies can be posted.