hi guys im currently trying to get my edit´able field to work my prob is that it loads the form fine but no data is put into the fields.
here is my connection setup.

when i press the username it loads the form fine but no data is put into the fields from the record i choosen.
any got a idea as to why ?
regards
maddragon151
here is my connection setup.

when i press the username it loads the form fine but no data is put into the fields from the record i choosen.
any got a idea as to why ?
regards
maddragon151
hi out from the debugger i can see the data is loaded and it seams that the data is not loaded in the field by default value.
i use {BSCapp.Status} in the default value as i use model ID i also tried {BSCapp}{Status} that did not load it either? am i writing the code for access the data array wrong ?
regards
maddragon151
i use {BSCapp.Status} in the default value as i use model ID i also tried {BSCapp}{Status} that did not load it either? am i writing the code for access the data array wrong ?
regards
maddragon151
Hi maddragon151,
Please remove the default values you entered, your fields names should match the table fields names, and if you have a Model ID then the form fields names should include that too, so in your case the form field name should be something like:
Regards,
Max
Please remove the default values you entered, your fields names should match the table fields names, and if you have a Model ID then the form fields names should include that too, so in your case the form field name should be something like:
BSCapp[Status]
for example!Regards,
Max
hi max thanks that solved it🙂 i did a workaround by using the DB record loader but this is far better.
thanks
maddragon151
thanks
maddragon151
This topic is locked and no more replies can be posted.