Code Comments
Programming Forum and web based access to our favorite programming groups.I have a form with a sstab with 97 tabs and each tab has another sstab with 4 tabs. Each one of those tabs has 5 items on it and I get an error after doing a couple of them because I run into the problem with to many controls on it. If someone can give me some suggestions in getting this to work. Thanks Ed
Post Follow-up to this messageEd Wyche wrote: > I have a form with a sstab with 97 tabs and each tab has another > sstab with 4 tabs. Each one of those tabs has 5 items on it and I > get an error after doing a couple of them because I run into the > problem with to many controls on it. If someone can give me some > suggestions in getting this to work. 97 tabs, are you serious? What the hell are you writing - I am seriously intrigued here. -- Regards, Michael Cole
Post Follow-up to this messageI would like to see a screenshot of this form - can you post one somewhere... -- Chris Hanscom - Microsoft MVP (VB) Veign's Resource Center http://www.veign.com/vrc_main.asp -- Read. Decide. Sign the petition to Microsoft. http://classicvb.org/petition/ "Ed Wyche" <whocares> wrote in message news:uyN5OIlYFHA.2128@TK2MSFTNGP14.phx.gbl... > I have a form with a sstab with 97 tabs and each tab has another sstab with > 4 tabs. Each one of those tabs has 5 items on it and I get an error after > doing a couple of them because I run into the problem with to many controls > on it. If someone can give me some suggestions in getting this to work. > > Thanks > Ed > >
Post Follow-up to this message"Ed Wyche" <whocares> wrote in message news:uyN5OIlYFHA.2128@TK2MSFTNGP14.phx.gbl > I have a form with a sstab with 97 tabs and each tab has another > sstab with 4 tabs. Each one of those tabs has 5 items on it and I > get an error after doing a couple of them because I run into the > problem with to many controls on it. If someone can give me some > suggestions in getting this to work. The first thing I'd do is redesign the interface. 97 tabs is going to be unmanageable for the users. Maybe a treeview on the left listing the 97 categories, in some logical order, and then 4 nodes under each category replacing the child sstab controls... If you insist on using the tabs then you do have all of the child sstab controls in a control array, right? -- Reply to the group so all can participate VB.Net: "Fool me once..."
Post Follow-up to this message"Ed Wyche" <whocares> wrote in message news:uyN5OIlYFHA.2128@TK2MSFTNGP14.phx.gbl... >I have a form with a sstab with 97 tabs http://homepage.mac.com/bradster/iarchitect/tabs.htm
Post Follow-up to this messageWhat about up / down arrows attached to a textbox. This way the user can use the arrows to cycle through the 97 containers or type a number in the textbox. Then display a frame or display the same frame handling the frame based on the selected value. Does each tab duplicate the exact same interface? -- Chris Hanscom - Microsoft MVP (VB) Veign's Resource Center http://www.veign.com/vrc_main.asp -- Read. Decide. Sign the petition to Microsoft. http://classicvb.org/petition/ "Ed Wyche" <whocares> wrote in message news:utnH%23blYFHA.3648@TK2MSFTNGP14.phx.gbl... > Yes they are in a array. There is a form before this that they select the > ones that they want to see and then the other tabs I make invisable. I will > take a look at the treeview suggestion. > > "Veign" <NOSPAMinveign@veign.com> wrote in message > news:OOOwaOlYFHA.2264@TK2MSFTNGP10.phx.gbl... work. > > >
Post Follow-up to this messageYes each tab does duplicate. Can you give me a quick sample of what you are talking about? "Veign" <NOSPAMinveign@veign.com> wrote in message news:eak$CklYFHA.796@TK2MSFTNGP10.phx.gbl... > What about up / down arrows attached to a textbox. This way the user can > use the arrows to cycle through the 97 containers or type a number in the > textbox. Then display a frame or display the same frame handling the > frame > based on the selected value. > > Does each tab duplicate the exact same interface? > > -- > Chris Hanscom - Microsoft MVP (VB) > Veign's Resource Center > http://www.veign.com/vrc_main.asp > -- > Read. Decide. Sign the petition to Microsoft. > http://classicvb.org/petition/ > > > "Ed Wyche" <whocares> wrote in message > news:utnH%23blYFHA.3648@TK2MSFTNGP14.phx.gbl... > will > work. > >
Post Follow-up to this message"Jeff Johnson [MVP: VB]" <i.get@enough.spam> wrote in message news:uRXXJelYFHA.4036@tk2msftngp13.phx.gbl > "Ed Wyche" <whocares> wrote in message > news:uyN5OIlYFHA.2128@TK2MSFTNGP14.phx.gbl... > > > http://homepage.mac.com/bradster/iarchitect/tabs.htm Thanks! I had lost that site when they last moved. -- Reply to the group so all can participate VB.Net: "Fool me once..."
Post Follow-up to this messageHard to because I'm unsure what you are trying to accomplish with each frame. But it would seem that you could use one interface and handle it based on the requested value (0 - 96)... I think the control is referred to as a spinner control. http://www.pscode.com/vb/scripts/Sh...=52342&lngWId=1 -- Chris Hanscom - Microsoft MVP (VB) Veign's Resource Center http://www.veign.com/vrc_main.asp -- Read. Decide. Sign the petition to Microsoft. http://classicvb.org/petition/ "Ed Wyche" <whocares> wrote in message news:uZHD$olYFHA.3272@TK2MSFTNGP14.phx.gbl... > Yes each tab does duplicate. Can you give me a quick sample of what you are > talking about? > > "Veign" <NOSPAMinveign@veign.com> wrote in message > news:eak$CklYFHA.796@TK2MSFTNGP10.phx.gbl... can the sstab > >
Post Follow-up to this message"Bob Butler" <tiredofit@nospam.com>'s wild thoughts were released on Thu, 26 May 2005 18:34:15 -0700 bearing the following fruit: >"Jeff Johnson [MVP: VB]" <i.get@enough.spam> wrote in message >news:uRXXJelYFHA.4036@tk2msftngp13.phx.gbl > >Thanks! I had lost that site when they last moved. They moved? The last site was blocked by our filter but I've got access again... Cool. Jan Hyde (VB MVP) -- If native Americans made a raw fish dinner, would it be called Souix-shi? (Obnoxio The Clown) [Abolish the TV Licence - http://www.tvlicensing.biz/]
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.