Tab Control

Dogberry

Registered User.
Local time
Today, 07:10
Joined
May 9, 2017
Messages
16
Hi
On my form I have tab control for 9 different things.

My problem is each tab seems to be limited to 255 characters is their a way round this that will allow me to enter more information into each tab.

Many thanks in advance

Dogberry
 
In terms of space, I don't see how it would work

Consider doing the following - not tested but I use similar methods with other controls in my databases:
Suggest you have a hidden textbox just above the tab control together with a mouse move event on the tab control
When the mouse moves over each tab, make the textbox visible & display text relevant to that tab
 

Users who are viewing this thread

Back
Top Bottom