Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Form
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



Report this thread to moderator Post Follow-up to this message
Old Post
Ed Wyche
05-27-05 08:55 AM


Re: Form
Ed 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



Report this thread to moderator Post Follow-up to this message
Old Post
Michael Cole
05-27-05 08:55 AM


Re: Form
I 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
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Veign
05-27-05 08:55 AM


Re: Form
"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..."


Report this thread to moderator Post Follow-up to this message
Old Post
Bob Butler
05-27-05 08:55 AM


Re: Form
"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



Report this thread to moderator Post Follow-up to this message
Old Post
Jeff Johnson [MVP: VB]
05-27-05 08:55 AM


Re: Form
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...
> 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. 
>
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Veign
05-27-05 08:55 AM


Re: Form
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...
> 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. 
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Ed Wyche
05-27-05 08:55 AM


Re: Form
"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..."


Report this thread to moderator Post Follow-up to this message
Old Post
Bob Butler
05-27-05 08:55 AM


Re: Form
Hard 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 
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Veign
05-27-05 08:55 AM


Re: Form
"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/]


Report this thread to moderator Post Follow-up to this message
Old Post
Jan Hyde
05-27-05 01:55 PM


Sponsored Links




Last Thread Next Thread Next
Pages (2): [1] 2 »
Search this forum -> 
Post New Thread

Visual Basic archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 10:28 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.