473,387 Members | 1,903 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

can't be done - pane or very custom toolbar to appear as part of Access window

TD
Hey All-

I don't think this is possible, but we'd love it if it were.

We would like to have a pane of our own design docked along the left
side of our Access application's main window. This pane might have any
number of things on it... buttons, a treeview, etc... and have a layout
we would specify. It would need to be truly docked to the main window,
like a toolbar is, and be resizable. (Some of the things we've found
for doing this are just controls that go onto an Access form--not
acceptable in this implementation.)

We can't find anything that does this. Any ideas? It's ok if the
implementation is non-trivial (windows api, subclassing, creating an
ocx).

Thanks,
-Tom

Jan 24 '06 #1
5 1415
Could you accomplish your purpose with a main form that included the
functionality you describe, and show all your other Forms embedded in a
Subform Control. It'd be a matter of resetting the SourceObject of the
Subform Control.

Larry Linson
Microsoft Access MVP

"TD" <to*******@gmail.com> wrote in message
news:11*********************@g49g2000cwa.googlegro ups.com...
Hey All-

I don't think this is possible, but we'd love it if it were.

We would like to have a pane of our own design docked along the left
side of our Access application's main window. This pane might have any
number of things on it... buttons, a treeview, etc... and have a layout
we would specify. It would need to be truly docked to the main window,
like a toolbar is, and be resizable. (Some of the things we've found
for doing this are just controls that go onto an Access form--not
acceptable in this implementation.)

We can't find anything that does this. Any ideas? It's ok if the
implementation is non-trivial (windows api, subclassing, creating an
ocx).

Thanks,
-Tom

Jan 24 '06 #2
TD
Hi Larry,
Thanks for the reply. Unfortunately, having a main form with a
subform control as a container for everything in the application isn't
a very attractive option to us. Some of the things that are stopping us
from going that way are:

* Reports can't appear in that container
* We would like the look and feel of a true pane, where the user can
resize its width in a native Windows sort of way.
* Since subforms can only be nested 3-deep, you burn up one of those
with the container layer, effectively giving you just 2-deep.

-Tom

Jan 24 '06 #3
Check out www.componentsource.com. You might call them.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
Over 1100 users have come to me from the newsgroups requesting help
re******@pcdatasheet.com

"TD" <to*******@gmail.com> wrote in message
news:11*********************@g49g2000cwa.googlegro ups.com...
Hey All-

I don't think this is possible, but we'd love it if it were.

We would like to have a pane of our own design docked along the left
side of our Access application's main window. This pane might have any
number of things on it... buttons, a treeview, etc... and have a layout
we would specify. It would need to be truly docked to the main window,
like a toolbar is, and be resizable. (Some of the things we've found
for doing this are just controls that go onto an Access form--not
acceptable in this implementation.)

We can't find anything that does this. Any ideas? It's ok if the
implementation is non-trivial (windows api, subclassing, creating an
ocx).

Thanks,
-Tom

Jan 24 '06 #4
"TD" <to*******@gmail.com> wrote in
news:11**********************@z14g2000cwz.googlegr oups.com:
Thanks for the reply. Unfortunately, having a main form with a
subform control as a container for everything in the application
isn't a very attractive option to us. Some of the things that are
stopping us from going that way are:

* Reports can't appear in that container
* We would like the look and feel of a true pane, where the user
can
resize its width in a native Windows sort of way.
* Since subforms can only be nested 3-deep, you burn up one of
those
with the container layer, effectively giving you just 2-deep.


What about resizing all your objects, forms, reports, etc., to fit
the available space? There's a form resizing class module on the
Access Web that I've used, and it has an example of how to figure
out the size of the Access client window so you can fit a form into
it. If you wanted to fit several forms in it, you could definitely
do that, as well.

I'm not certain if you can resize and position reports in that way,
though. Unfortunately, it seems that forms can be used in reports,
but not vice versa.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jan 24 '06 #5

To the original poster:

Most people here have a common belief that the newsgroups are for *free
exchange of information*.
But Steve is a notorious job hunter in these groups, always trying to sell
his services.
Before you intend to do business with him look at:
http://home.tiscali.nl/arracom/whoissteve.html (updated)

"PC Datasheet" <no****@nospam.spam> wrote in message
news:qF*****************@newsread2.news.atl.earthl ink.net...
Check out www.componentsource.com. You might call them.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
Over 1100 users have come to me from the newsgroups requesting help re******@pcdatasheet.com

"TD" <to*******@gmail.com> wrote in message
news:11*********************@g49g2000cwa.googlegro ups.com...
Hey All-

I don't think this is possible, but we'd love it if it were.

We would like to have a pane of our own design docked along the left
side of our Access application's main window. This pane might have any
number of things on it... buttons, a treeview, etc... and have a layout
we would specify. It would need to be truly docked to the main window,
like a toolbar is, and be resizable. (Some of the things we've found
for doing this are just controls that go onto an Access form--not
acceptable in this implementation.)

We can't find anything that does this. Any ideas? It's ok if the
implementation is non-trivial (windows api, subclassing, creating an
ocx).

Thanks,
-Tom


Jan 24 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Steven Burn | last post by:
Basically, what I'm looking for, is some sort of script that I can drop into a folder on my server, and when someone visits that specific folder (I'm going to remove all file's from the folder as...
0
by: Tom Dauria | last post by:
I inherited a weird application. Part of it is in VB6 and part in Access 2000. All of the reports and some of the forms are in Access 2000. The database is opened by the VB application. ...
1
by: HS Hartkamp | last post by:
I have had a corrupted database, and started a new one by importing all tables, forms, linked tables, queries, modules, etc. into a blank database. This all worked fine, apart from a custom...
3
by: Sushil Srivastava | last post by:
Hi Guys, Would you be able to help me using C# GUI (with user interface component) in my MFC application. I have used managed extension, COM-interops, etc but problem is this C# component has...
19
by: Dales | last post by:
I have a custom control that builds what we refer to as "Formlets" around some content in a page. These are basically content "wrapper" sections that are tables that have a colored header and...
9
by: WRH | last post by:
Hello I am new to asp but I made some Jscript functions which work fine. The functions contain some strings used as a registration key for some apps. It is important that these strings not be...
0
by: CrimeMaster | last post by:
Hi My IE toolbar is based on the Microsoft sample KKBar. I have draw a lot of buttons on it in which some are simply pushDown buttons and some are dropdowns.Beside this I have Made a Setting...
10
by: Miro | last post by:
I wanted certain text boxes ( only certain ones ) to always be Trim'd so that spaces are not in the begining, nor the end of the text entered. I created my own "Handle ?" - i hope thats the...
21
convexcube
by: convexcube | last post by:
Hi everyone, I am trying to create a single window interface for my database. As I am using Access 2007, I have my document layout options set to tabbed documents without displaying documents tabs...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.