Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikWeb! How to use Tabs (Sheets)

Hello All,

I'm using the workbench with Visual Studio 2008. I'm able to use controls such ListBoxes and Buttons but I cannot find anything related to tabs (Or sheets, SH01, SH02, ...etc).

I tried to make my own tabs but the only 'Sheet' that loads properly is the one whose tab is preselected on load.

I tried to hook up to the OnAvqComplete event but it's never fired, at least i can never catch it:

qwwHub.Register({ OnAvqComplete: function() { alert('Fired !! ') } })

Any idea how to solve this problem? I'm a bit in a hurry as we have to present a demo quite soon.

Thanks for any input.

1 Reply
Not applicable
Author

I'm also trying to use workbench to display a single sheet. It seems that workbench can only display objects and I want to avoid writing code to generate the whole sheet (since the ajax client already contains that code).

Any advice would be helpful.

Thanks.