Hi all
A continuous subform contains a textbox control with relatively costly calculated data, using a function as control source. A button "copy to clipboard" on the mainform should copy the subform data to the clipboard, but i don't want to calculate the textbox content again, if possible, but instead just copy it from the textboxes.
Is there a way to loop through the subform's rows and access each row's textbox values from within the mainform's "copy to clipboard" button's on click event handler?
Thanks for any hints.
whisp
A continuous subform contains a textbox control with relatively costly calculated data, using a function as control source. A button "copy to clipboard" on the mainform should copy the subform data to the clipboard, but i don't want to calculate the textbox content again, if possible, but instead just copy it from the textboxes.
Is there a way to loop through the subform's rows and access each row's textbox values from within the mainform's "copy to clipboard" button's on click event handler?
Thanks for any hints.
whisp