How to click text block controls programmatically in FDA

forjoydeep1

Active Member
Hello Team - I need your help on Text Block Control functionality. I have a text block control on my form which appears as a link and I have some ER coded within it. I have anotehr Push button on my form. How can I call/press/click the text block control from this Push button. So the click of the text block control will happen programmatically without any manual intervention. Is there any system function to do that ?

Thanks,
Joydeep
 
It can't be done. An alternative is to move the code from the text block to a button. And then have the text block control and your other code call that button.
 
Back
Top