msgbox and inputbox are available by default, but is there any way or example that can be used to call combobox or listbox using custom assembly?
Find maintenance, best practice, and troubleshooting articles.
msgbox and inputbox are available by default, but is there any way or example that can be used to call combobox or listbox using custom assembly?
Hello sijin , could you please give more details on your use case and the version of the software you are using?
I am using openlab 2.8, and when reporting sequence or single data, I would like to implement the function of selecting the data to be reported in chechoutbox or listbox or creating a selection option for single data.
Hello,
It is possible to include forms in a class dll, but in my limited testing, I had issues getting the form to display when called from the IR template. Even in interactive report creation the template rendering would hang with no visible user form. It may still be possible, but I have no example of a successful implementation. Also please note any user required user interaction like a simpler message or inputbox will not work in automated report generation.
Marty Adams
Isn't it simpler just to select the samples that you want to be included in the report using the file tree displayed on the left side of the data analysis window?
/Andy
__PRESENT