10-19-2005 09:47 AM
10-20-2005 09:13 AM
Hi George,
You're going to have to help me to understand what "tab" in REPORT you're referring to. Do you mean the new tabbed configuration dialogs in DIAdem 10? Do you mean the tabs along the left side of DIAdem which determine which panel (REPORT, VIEW, ...) you're in? Do you mean which sheet is currently being displayed in REPORT (the tab along the bottom, like an Excel sheet?)
Please expand upon what you'd like to do here.
The answer to that last possibility is yes,
Brad Turpin
DIAdem Product Support Engineer
National Instruments
10-20-2005 09:25 AM
10-21-2005 09:34 AM
Hi George,
The command you'll want to call from the SUDialog to determine what REPORT sheet (tab) is currently open is called "GraphSheetInfos()". It fills the following DIAdem variables with the current status of REPORT sheet use:
GraphSheetCount
GraphSheetCurrNo
GraphSheetName
So you can call the following lines of code to determine the open sheet:
Call GraphSheetInfos()
MsgBox GraphSheetName
Ask if you have further questions,
Brad Turpin
DIAdem Product Support Engineer
National Instruments
10-21-2005 09:48 AM