Hi,
Refresh of part of the report, or refresh of one field seems to be a previously covered topic. I tried to follow this thread but without success:
https://mydbr.com/forums/topic.php?id=1950#post-5593
I have couple of scenarios I am trying to handle:
1) Two editable fields. One is selection from the dropdown, second one - simple textbox. How can I make second field to reflect same value that's been selected from dropdown in the first field?
Have been trying various things with callback, but no luck.
2) Displayed resulset and two more editable text fields on the same report. Depending on the row user clicks on - I would like to populate two editable text fields with values of the first two columns of the resultset row user clicked on.
I have tried to use extra column (similar to "delete" column in your examples of editable report) with the callback function. I can access the values I need from my result set but I don't know how to set values of my textboxes to them.
Would really appreciate your suggestions or some sample code.
Thank you
Eugene