473,748 Members | 2,551 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ImageMso and other images in access 2007

ARC
Hello all,

In access 2007, does anyone know where to find a list w/pictures, of the
names of pics that can be used in the ribbon? Other than the default
happyface, I only found one other: AddressBook. I'm looking for more names
to use in the line that looks like:

<button id="Customers" imageMso="Happy Face" ......

Also, if you use the form design tool, it puts a nifty little logo in, but
it would be nice to find more pictures there as well.

Thanks!

Andy
May 29 '07 #1
12 21144
Hi,
In access 2007, does anyone know where to find a list w/pictures, of
the names of pics that can be used in the ribbon? Other than the
default happyface, I only found one other: AddressBook. I'm looking
for more names to use in the line that looks like:

<button id="Customers" imageMso="Happy Face" ......

Also, if you use the form design tool, it puts a nifty little logo
in, but it would be nice to find more pictures there as well.
Try the sample db you can at http://www.accessribbon.com

Navigate to FAQ - the first item contains a link to the sample.

Regards
Jens
May 29 '07 #2
ARC
Thanks for the link, that was the ticket! To save people from looking at all
the downloads, the sample ribbon 3 is what people want, it has all the icon
gallery's.

Thanks again,

"Jens Schilling" <Je************ ************@fi ssership.dewrot e in message
news:f3******** **@online.de...
Hi,
>In access 2007, does anyone know where to find a list w/pictures, of
the names of pics that can be used in the ribbon? Other than the
default happyface, I only found one other: AddressBook. I'm looking
for more names to use in the line that looks like:

<button id="Customers" imageMso="Happy Face" ......

Also, if you use the form design tool, it puts a nifty little logo
in, but it would be nice to find more pictures there as well.

Try the sample db you can at http://www.accessribbon.com

Navigate to FAQ - the first item contains a link to the sample.

Regards
Jens


May 30 '07 #3
ARC
I've been looking more at the sample 3 database from your link, in his
downloads section, as this is exactly what I need. It's the one that is a
sample app, and shows how to do the ribbon for the main app, form, and
report.

I thought I was an expert at Access 97, but after looking at his code, I'm a
bit overwhelmed. I wish he had a version of this project without the dual
language (english and german), as the lookups built into the ribbons adds
another layer of complexity that is making it super complex for me to follow
along... I see how he is building ribbons using a table, rather than the
USysRibbons table, but it get's overwhelming to follow with the lookups for
the language, as you can't see what goes where. A hard-coded english version
would make it easier to grasp. It is what I'm looking for, but yikes!!
"ARC" <an**@andyc.com wrote in message
news:Oy******** ********@newssv r23.news.prodig y.net...
Thanks for the link, that was the ticket! To save people from looking at
all the downloads, the sample ribbon 3 is what people want, it has all the
icon gallery's.

Thanks again,

"Jens Schilling" <Je************ ************@fi ssership.dewrot e in
message news:f3******** **@online.de...
>Hi,
>>In access 2007, does anyone know where to find a list w/pictures, of
the names of pics that can be used in the ribbon? Other than the
default happyface, I only found one other: AddressBook. I'm looking
for more names to use in the line that looks like:

<button id="Customers" imageMso="Happy Face" ......

Also, if you use the form design tool, it puts a nifty little logo
in, but it would be nice to find more pictures there as well.

Try the sample db you can at http://www.accessribbon.com

Navigate to FAQ - the first item contains a link to the sample.

Regards
Jens



May 31 '07 #4
Hi,
I thought I was an expert at Access 97, but after looking at his
code, I'm a bit overwhelmed. I wish he had a version of this project
without the dual language (english and german), as the lookups built
into the ribbons adds another layer of complexity that is making it
super complex for me to follow along... I see how he is building
ribbons using a table, rather than the USysRibbons table, but it
get's overwhelming to follow with the lookups for the language, as
you can't see what goes where. A hard-coded english version would
make it easier to grasp. It is what I'm looking for, but yikes!!
I've called Gunter's attention to this thread - maybe there's a chance that
he adds the necessary translations.

For the moment I can only offer you my assistance for all the things google
language tools can't give you a reasonable translation.

You can contact me by e-mail ( delete <BitteLoesche n) - but to avoid to
run into my spamfilter please state a reasonable ref.
Please mention the name of report/form/module/function where you find german
comments you want to understand.

But please be aware - English is not my native language ;-)

Regards
Jens
May 31 '07 #5
Hi,
I've called Gunter's attention to this thread - maybe there's a
chance that he adds the necessary translations.
Gunter starts working on that - please be a bit patient ...

Regards
Jens

May 31 '07 #6
ARC
Many thanks for your help!

To clear things up, I'm not really looking for translations, but looking for
a single language version. Having 2 languages adds another layer that is
making it difficult to understand how everything works.

Thanks again!

"Jens Schilling" <je************ ************@fi ssership.dewrot e in message
news:f3******** *****@news.t-online.com...
Hi,
>I've called Gunter's attention to this thread - maybe there's a
chance that he adds the necessary translations.

Gunter starts working on that - please be a bit patient ...

Regards
Jens

May 31 '07 #7
Hi,
To clear things up, I'm not really looking for translations, but
looking for a single language version. Having 2 languages adds
another layer that is making it difficult to understand how
everything works.
OK - so we have a first misunderstandin g ;-)

To understand you correct - what I will pass to Gunter - please explain
whats difficult to you .
Do you mean i.e. the german named functions ?

Regards
Jens

May 31 '07 #8
ARC
Mainly, I can't get the ribbon to work. I modified his form ribbon, and set
a form to use the ribbon below. But only the main access / default ribbon
will show when I open the form, but I want the ribbon below to show:

<customUI xmlns="http://schemas.microso ft.com/office/2006/01/customui">
<ribbon startFromScratc h="true">
<tabs>
<tab id="tabForm" label="Start">
<group id="FgrpCloseFo rm" Label="Addition al Customer Details
and Options" visible="true">
<button id="btnFormClos e" size="large" Label="Close"
imageMso="Print PreviewClose" onAction="Ribbo nButtonClick"/>
<button id="btnAddresse s" size="large" Label="Addition al Addresses"
imageMso="Addre ssBook" onAction="Ribbo nButtonClick"/>
<button id="btnCustOpt " size="large" Label="Customer Options"
imageMso="FileD atabaseProperti es" onAction="Ribbo nButtonClick"/>
</group>
<group id="grgDemoForm " label="Demo" >
</group>
</tab>
</tabs>
</ribbon>
</customUI>
Jun 1 '07 #9
Hi, Andy
Mainly, I can't get the ribbon to work. I modified his form ribbon,
and set a form to use the ribbon below. But only the main access /
default ribbon will show when I open the form, but I want the ribbon
below to show:
May I ask to put your kind attention to Gunter's latest news ( updated about
two hours ago ) - hope you can find something there that meets your needs
;-)

http://www.accessribbon.de/en/?News#01.06.2007

But if it doesn't help - even though it's already after midnight in Germany,
I contacted Gunter - and he's offering that you send me a copy of your
database, and we will have a look at it (I've stated my e-mail address with
posting from 31.5. 10.40 hrs).

Regards
Jens

Jun 1 '07 #10

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

Similar topics

29
3462
by: Paul H | last post by:
Why the heck was this dropped? All my dbs use ULS even the complex ones. It aint perfect, it's too fiddly, but it works. How will I be able to say "These users can run these reports and these users can't." in Access 2007? Will I have to create my own tables (tblSecurityGroups, tblSecurityUsers) and code the whole thing? Thanks, Paul
1
11535
prn
by: prn | last post by:
Hi folks, I'm relatively new to Access, but I seem to have drawn the short straw, so I have the assignment for my workplace of looking for problems/inconsistencies in migrating applications to Access 2007 from previous versions. We don't have a lot of Access applications, but even a dozen or so can be an interesting challenge. I have loaded a few that were created in Access 2003 into Access 2007 and all of the ones I have tried have come up...
17
7666
by: Neil | last post by:
A client of mine likes some of the new bells and whistles in Access 2007, and is thinking about converting our A03 format MDB to an A07 format file. However, while some of the users have A07, many do not, and it's not clear when they would get it. His thought was to use the upcoming Access 2007 runtime to allow the users who are still running Office 2003 to be able to run the database. While I use multiple versions of Access on my...
4
5483
by: Neil | last post by:
Just found out that the Microsoft Rich Textbox does not support full text justification, since it's based on Version 1.0 of the RichEdit Window Class, and full text justification is only available in versions 3.0 or later of the class. However, also just found out that the new Rich Text property in Access 2007 ALSO does not support full text justification! This seems incredible, that MS would create a brand new application, and not...
16
11133
by: Neil | last post by:
I posted a few days ago that it seems to me that the Access 2007 rich text feature does not support: a) full text justification; b) programmatic manipulation. I was hoping that someone might know one way or the other whether that was true or not, or could point me to an article or help text that would. What I have seen so far online and in Access 2007 help seems to confirm the above. But that (or at least (b)) seems incredible that it...
18
19492
by: Dennis | last post by:
Greetings. I want to run the two versions of Access on the same machine (2003 & 2007). I still need 2003 for most of my work, yet I need to start learning 2007. In my previous attempts at this, right after the release of 2007, I had problems with the installation dialog running every time I switched versions. Along with file association issues. I was hoping to find a work around to this, assuming that 8+ months later there would be a...
2
3790
by: ARC | last post by:
Just curious if anyone is having issues with Acc 2007 once the number of objects and complexity increases? I have a fairly large app, with many linked tables, 100's of forms, queries, reports, and lots of vba code. I'm nearly finished with re-doing my app in access 2007, and just imported an add-in program, which has added even more forms, queries and linked tables. Every so often now, after opening many different screens, I'll...
2
1634
by: prakashwadhwani | last post by:
Hi ! I was wondering if Access 2007 command buttons support Images + Text in combination on the button ? Rgds, Prakash
9
4494
by: prakashwadhwani | last post by:
Hi !! I'm about to develop a new project for a client. Should I go about it in Access 2003 or 2007 ? Purchasing it either for me or for my client is not a major consideration here ... what I'd like to know is the stability, speed & ease of use of both the products. I believe Access 2007 has a new file format too and that it may be slower.
0
9562
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9386
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9333
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9254
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6078
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4608
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2217
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.