Hi there.
I have a table with a column that will store IDs to records in another database. My idea is showing the ID field (that's no problem) and placing a button or a link next to it so that I could open a new window and select/return the ID of the selected record from there, but I cannot find a way to place an action for a field. Adding a link to the field is not suitable because it gets opened in the same tab/window as the edit form, so it gets lost.
Any advice on this? I'm now using an onclick handler in the text edit, but it's not to polite...
Regards,
J.