|
-
Oct 15th, 2005, 06:10 PM
#1
Thread Starter
Hyperactive Member
Floating Sub Form
Hi
Is this possible ?
I have built a treeview structure. I want my user to click on an item they see in this structure, and show more details about that item. Say, the date purchased, their location, etc. I could just put these details in a text field that is set with relevant info when they click. But can I get some sort of info box that pops up, at some place above the parent form. Doesn't matter where. They'd need to be able to move it out of the way if neceary, or close it.
Thanks
Robert
-
Oct 15th, 2005, 07:06 PM
#2
Frenzied Member
Re: Floating Sub Form
If your looking for a personalized small messaegbox, you can find many of them on PS code. I use the little bubble one that fades in and out displaying information over an item. Here would be an example one from ps code:
http://www.pscode.com/vb/scripts/Sho...31434&lngWId=1
Age - 15 ::: Level - Advanced
If you find my post useful please ::Rate It::

-
Oct 17th, 2005, 06:58 AM
#3
Re: Floating Sub Form
 Originally Posted by RobertLees
Hi
Is this possible ?
I have built a treeview structure. I want my user to click on an item they see in this structure, and show more details about that item. Say, the date purchased, their location, etc. I could just put these details in a text field that is set with relevant info when they click. But can I get some sort of info box that pops up, at some place above the parent form. Doesn't matter where. They'd need to be able to move it out of the way if neceary, or close it.
Thanks
Robert
I would suggest creating a new form that has all of the fields that you want to display.
When a item is clicked on your treeview, code the call to the database that will return all of the information that you want to show, load the new form, and display that information in the appropriate places.
-
Oct 17th, 2005, 11:42 AM
#4
Re: Floating Sub Form
Call the other form like this:
It will always be on the top of the caller form but unlike a modal form, both the forms are enabled.
Pradeep
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|