i m here to ask u a importnt question...
is there any way to scroll down or up the text boxes on frames...
i mean to say,
i have one form, and a frame, and so many text boxes on frame, that all can not b shown at a time, so to use all text boxes, we scroll the bar, and remaing text boxes come shown...
i have to enter the sale in all text boxes, so i only can display some of them text boxes, rest should b hidden....when entries increases rest text boxes should b in display....
Jaseem Ahmed 2 Junior Poster
Recommended Answers
Jump to PostReplace the frame with 2 picture boxes if you want to scroll just the controls. Have a look at This link wich gives you all the code as well.
Jump to PostIt seems that you need to use the visible property of the textboxes, if textbox3 lost focus, set textbox4.visible = true.
If not, you need to give me much more information. This is what I could understand from the above.
Jump to Post@Jaseem, Mark this thread as solved. We do not want other searchers to get into multiple questions.:)
Open a new thread and I will reply on that as soon as I can, thanks.;)
All 9 Replies
abelingaw 69 Posting Whiz in Training
Jaseem Ahmed 2 Junior Poster
ChrisPadgham 113 Posting Whiz
AndreRet 526 Senior Poster
Jaseem Ahmed 2 Junior Poster
AndreRet 526 Senior Poster
Jaseem Ahmed 2 Junior Poster
AndreRet 526 Senior Poster
AndreRet 526 Senior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.