Tab Controls/tab pages/controls within tab pagesI give up! I have a tab control user object - inherited from u_tab - and
some tab pages. Initially only one page is enabled which has a
datawindow. When a valid data is entered in the DW, I need to enable
rest of the tabs - Now - it is giving me a NULL object reference error
during execution for the following statement in an event of the DW -
tabcontrol.tabpage.enabled=TRUE
getparent( ) also giving errors - HELP! How can I do this?
Thanks!
Ragni
rpanjala@nsf.gov
Ragni --
If you have CreateOnDemand set for the tab, then the tab pages are not valid
until the user accesses them. ...
Tab ControlsHello - I'm using PB 6.5. I can't get the selectedtab property to work in any
event. I want a different tabselected to show based on what menu item is
selected. I have put tab1.selectedtab=X in several events and none of them will
cause ANY tab to be selected and have focus. Not until one of the tabs is
clicked, does this work.
There seems to be something going on in the opensheet command. Anyone have any
ideas?
THANKS
---== Posted via the PFCGuide Web Newsreader ==---
http://www.pfcguide.com/_newsgroups/group_list.asp
Have you tried SelectTab()?
Let us know,
Terry...
TABS, TABS, AND MORE TABS.Name: Danny
Email: danheidiatrogersdotcom
Product: Thunderbird
Summary: TABS, TABS, AND MORE TABS.
Comments:
Hi
Why is it that EVERYTIME I get a new upgrade whether on Firefox or
Thunderbird, I get TABS? I now have an upgrade on Thunderbird and
guess what, I have an 'Inbox' TAB that i don't know how to get rid of.
Any ideas?
Another issue is. Why doesn't Firefox display something telling me it
is working/looking for the site I want. I click on a site and stare at
Firefox and don't know if it is doing anything. The previous versions
were mu...
Tab control tabs
Hi,
Is there a way to show the tabs of a tab control on the left (instead of the default “top”)?
(Something like the “Customer & Partner Solutions” on http://www.microsoft.com/en/us/default.aspx )
Thanks,
Z
http://deluxe-tabs.com/file/templates/tabs-vertical-template.htmlGirijeshhttp://www.girijesh.in/
That’s nice…
But I meant is it possible to do it with the AJAX tab control?
...
Deleting pages of tab control inside tab controlIt's about Power Builder 5.0. I have one tab control and inside this other
tab control with few pages. How can i delete these pages and how to get a
popup menu for these tabpages ( right click shows only menu of older tab
control ). I know how to perform it from older tab control and tab page but
i am unable to do it when i am positioned on child tab pages.
Answer me here or at
marina@servomihalj.co.yu
...
Dynamic Add User Control Object To The Tab Control
Anyone can suggest what's wrong to the code below as the User Control objects ONLY appear in the first tab and NOT in the balance tabs ?
1) User Control name - usRFQDetail
2) Tab Control name - tcRFQDetail
Dim tcPage As New TabPage
Dim ucRFQDetailInstance As usRFQDetail() = New usRFQDetail(100) {}
Dim sdrReader As SqlDataReader = cmdReader.ExecuteReader(CommandBehavior.CloseConnection)
With sdrReader
If .HasRows Then
ucRFQDetailInstance(intTotalTab) = New usRFQDetail
.Read()
tcRFQDetail.TabPages(intCurrentTab).Text = .GetStrin...
Adding Button only to selected tab in Tab Control?
I'm using the Tab Control and I'm creating Tabs dynamically.
I've just figured out how to use Headertemplates on my dynamically created tabs. I have some headertext and an ImageButton (close button) in my HeaderTemplate. But I only want that ImageButton to be visible on the selected tab.
In code behind I can easily make different HeaderTemplates depending on weather the tab is selected or not, but then I have to enable AutoPostBack on my TabContainer and that's not something I wanna do.
Is there a way to hide my ImageButton on all tabs except on the s...
Dynamically Add New tab to Tab Control
I have a hyperlink on one of tab's content. When the user clicks the link, I want it to load the page that the hyperlink is set to into a new tab panel.Has anyone done this or seen this done somehere? Otherwise I wouldn't know where to render pages for hyperlinks. I don't want it to render in the same tab because then that tabbecomes pointless and becomes a whole new meaning if I were to refresh it with a totally different page which would not make any sense to me. When is Microsoft going to get rid of VB.NET!...
Tab control/selected tab page problemFirst thing, we are using PB 6.0. When using tab controls, we cannot cause
any tab page other than the one in index position 1 to be selected when
opening a window. We have tried posting events that will perform the code
after the window is visible, to no avail. I even tried using the movetab()
function as a last resort. That worked, almost. It brings the tab page I
want selected to the first position (the other tab pages are disabled, by
the way). Then, when the user clicks a radio button, certain other tab
pages are enabled. When they are enable, though, they get moved before t...
Tab strip control
i am using a tabstrip control to which the tabs are added dynamically depending upon the condition matched. but in the
tabstrip1.SelectedIndexChange event, i am not able to acces the selected index properly. the selected index returned to me on any tab click is zero or the index of the first tab. what can be done to deal with this problem?
plz help.
thanx in advance.
Sachin....
tab user obj vs. tab controlI have built tab page objects, inserted them onto a tab object which I
then placed onto a
sheet. I have been having problems with GPF fires all over the place
(chokes mostly with multiple dw's on the tab page). I am about ready to
give up trying to figure out the problem and just use tab controls on
the sheet itself.
I seem to remember reading that it is more efficient to create user
objects versus putting the controls directly onto the sheet. If this is
the true, why? And is it worth it to continue beating my head against
the wall trying to solve the gpf?
Thanks
On Mon,...
Dynamically creation of tab pages in tab controlHi,
iam using PB 8.0 .
please let me know how to create tab pages dynamically in tab control
and how to set the properties like Name, tab page text,.. to
dynamically created tabpage.
Thanks in advance
On Jul 9, 8:18=A0pm, shk <krishnahar...@gmail.com> wrote:
> Hi,
>
> iam using PB 8.0 .
> please let me know how to create tab pages dynamically =A0in tab control
> and how to set the properties like Name, =A0tab page text,.. to
> dynamically created tabpage.
>
> Thanks in advance
You need the opentab function which allows you to create any pre...
Dynamic User Control Inside Tab Control
I have a web aplication with one web form and one user control. The form contains a tabcontiner with NO tab panels. On each load, one tab panel is dynamically added to the web form and the user control is dynamically added to the tab panel.
The user control contains a button. It raises an event on its click event.
Once you click on the button, the event is never called.
This is strange because the code works perfectly if the user control is dynamically added inside a panel instead of a tab control.
Any ideas?
private void makeTabs()
{
try
...
Set the control's tab order in a tab controlHow can I set the control's tab sequence in a tab page?
Charles
Right click inside the tab page, and select Tab order from the right
mouse menu. Get out of tab order using the menu or toolbar.
Kent Piland
Charles wrote:
> How can I set the control's tab sequence in a tab page?
>
> Charles
...
Tab control withouth the tabs.I have a tab control with about 7 tabs on it and it works great. I have
all of the behavior working exactly as it should. My problem - marketing
said they would like a wizard that would walk you through the
information in a specific order instead of letting the people do it in
any order they want. But they still want the tab control available to
them. The tab control does everything the wizard would do except it
allows them to pick the tab to go to.
Any way to turn of the tabs in the tab control and force them to use
buttons ( which I've programmed ) to move around?
Jeffrey B...