473,406 Members | 2,549 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,406 software developers and data experts.

Set Application Title using VBA

Admin: This thread was moved from a hijack question posted in Is It possible to set Access Startup Options using VBA?. Please do not post new questions in existing threads.

Using this, how would I set the Application Title? I got the boolean stuff working but I run into a data type conversion error when I try setting the app title using dbString.
Jan 15 '19 #1

✓ answered by twinnyfo

Mjoyce1962,

Exactly what have you tried? Your description is is not very clear at all.

You should be able to use:
Expand|Select|Wrap|Line Numbers
  1. ChangeProperty "AppTitle", dbText, "Your Application Title"

3 846
twinnyfo
3,653 Expert Mod 2GB
Mjoyce1962,

Exactly what have you tried? Your description is is not very clear at all.

You should be able to use:
Expand|Select|Wrap|Line Numbers
  1. ChangeProperty "AppTitle", dbText, "Your Application Title"
Jan 15 '19 #2
Thanks for responding. I used ADezils code to change the DB properties such as allow shortcut menus etc and it works fine as long as the property is a Boolean but when I tried to set the application title using dbString instead of dbBoolean I get a data type conversion error. What is strange is that it worked the first time I ran it but when I copied that database and tried it again, it failed.

I think I have resolved the issuing using dbText as the property type.
Jan 15 '19 #3
twinnyfo
3,653 Expert Mod 2GB
Glad I could hepp! Let us know if you need anything else!
Jan 15 '19 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Napo | last post by:
Hi: i build a .net application named A.exe. I need run this application twice using c# code in another application. i try to use process.start(A.exe) twcie, but it failed. Because the second...
3
by: wolftor | last post by:
If I change the application title, it appears to change OK during the current session; but if I exit Access 97 and then run the application again, the change did not get saved. Any idea how to fix...
8
by: Suzanne | last post by:
What is the code for changing the title in the title bar at the top of the screen? Thanks! Suzanne
1
by: Paul | last post by:
I have a .mdb that I did not write. I open the app and change the Application Title in the Startup dialog box. The bar at the top changes to what I want typed in. I close the app. When I open...
0
by: forge | last post by:
Installing Merge Modules from C# Windows Form Application (not using a setup and deployment project) Hi, Currently, we have an InstallShield project that creates a setup.exe that only...
1
by: David Veeneman | last post by:
How do I persist properties bound to application settings in the VS 2005 Designer? I am binding form and control properties to application settings using VS 2005, as explained in MSDN: ...
3
by: John | last post by:
Hi How can I change the application title through code? Thanks Regards
0
by: Dick | last post by:
I have a shared project that contains icons and bitmaps that are used throughout my suite of applications. I have to set Form.Icon, PictureBox.Image, etc. using code because the form designer...
0
by: Sasie7679 | last post by:
Dear All, We have a requirement to open any document with a specific application and display it within a OCX control (Example - word, excel, adobe reader, MSPaint, Photoshop etc). We are using...
1
by: TanuLamba15 | last post by:
Hi All, I want to get the current page title using PHP. I tried "var $subject_title =(document.title);" javascript code, but could not get this in PHP code. Can anyone help me for this. ...
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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,...
0
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.