473,394 Members | 1,693 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,394 software developers and data experts.

Is there a way to edit MS-Access 2003 status bar messages?

176 100+
I have been looking for posts or help on this but haven't found anywhere.

In a continuous form I have a calculated control, and when I try to edit it, the status bar displays the following message: "Control can't be edited, it's bound to the expression..."

Is there a way to change this message for this specific error and other errors?

Regards.
Jan 23 '07 #1
5 6243
ADezii
8,834 Expert 8TB
I have been looking for posts or help on this but haven't found anywhere.

In a continuous form I have a calculated control, and when I try to edit it, the status bar displays the following message: "Control can't be edited, it's bound to the expression..."

Is there a way to change this message for this specific error and other errors?

Regards.
You can try Trapping the Error and entering your personalized Status Bar Text as follows:
Expand|Select|Wrap|Line Numbers
  1. Dim retVal As Variant
  2. Ret = SysCmd(acSysCmdSetStatus, "Customize your Text here!")
  3.  
  4. Dim retVal As Variant
  5. Ret = SysCmd(acSysCmdRemoveMeter)      'removes Status Meter
  6. Ret = SysCmd(acSysCmdClearStatus)         'clears Status Bar Text
Jan 23 '07 #2
Michael R
176 100+
You can try Trapping the Error and entering your personalized Status Bar Text as follows:
Expand|Select|Wrap|Line Numbers
  1. Dim retVal As Variant
  2. Ret = SysCmd(acSysCmdSetStatus, "Customize your Text here!")
  3.  
  4. Dim retVal As Variant
  5. Ret = SysCmd(acSysCmdRemoveMeter)      'removes Status Meter
  6. Ret = SysCmd(acSysCmdClearStatus)         'clears Status Bar Text
Why are you declaring retVal and than using Ret? Also, what Ret stands for?

Thanks.
Jan 23 '07 #3
ADezii
8,834 Expert 8TB
Why are you declaring retVal and than using Ret? Also, what Ret stands for?

Thanks.
I apologize, my Error in syntax:
Expand|Select|Wrap|Line Numbers
  1. Dim retVal As Variant
  2. retVal = SysCmd(acSysCmdSetStatus, "Customize your Text here!")
  3.  
  4. Dim retVal As Variant
  5. retVal = SysCmd(acSysCmdRemoveMeter)      'removes Status Meter
  6. retVal = SysCmd(acSysCmdClearStatus)         'clears Status Bar Text
Jan 24 '07 #4
Michael R
176 100+
Thanks a lot.
Jan 24 '07 #5
ADezii
8,834 Expert 8TB
Thanks a lot.
You're quite welcome.
Jan 24 '07 #6

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

Similar topics

4
by: Terry | last post by:
I need some help refining an MS 2000 relational databse. I have created a simple relational database using two tables, 'Student Details', 'Exam Details' and two forms, 'Input/Edit Exam Details',...
46
by: Keith K | last post by:
Having developed with VB since 1992, I am now VERY interested in C#. I've written several applications with C# and I do enjoy the language. What C# Needs: There are a few things that I do...
7
by: Wim Bonjean | last post by:
Hi, I recently was at the MS dev days and some speaker mentioned that there is a cool feature that allows edit/continue, so you can debug, edit and continue without recompiling. But, this...
2
by: Sky | last post by:
Hello: Another question about trying to wring functionality from a DataGrid... Have a DB table of "Contacts" -- 14 or more fields per record Show in datagrid -- but only 5 columns (First,Last,...
5
by: Diane Yocom | last post by:
I'm using VS2005 and am trying to get Edit and Continue to work while debugging. I've gone to the Tools-Options-Debugging dialog box and made sure "Enable Edit and Continue" is checked, but when I...
9
by: rn5a | last post by:
A Form has a DataGrid which displays records from a SQL Server 2005 DB table. Users can modify the records using this DataGrid for which I am using EditCommandColumn in the DataGrid. This is the...
1
by: Bob | last post by:
Hi, Hope you can help me with this one. I'm at my wits end. I'm trying to create an intelligent edit-box like the excellent "Customer" one at the URL: ...
5
by: Lloyd Sheen | last post by:
As stated in subject. VS 2005 has stopped allowing edit and continue. Of course when I check the Options under Edit and Continue it is enabled. Now I had opened that project last week and it...
9
by: Lloyd Sheen | last post by:
Title says it all. I have reinstalled this "terrible" version of VS now 4 times and I am having trouble with why MS released this. I do a simple one line addition and it tells me thing are not...
1
by: Arielle | last post by:
Background: I have a generated datalist to display information and I need to add the capability to have a button (Edit button) so that users can change the information. I'm sure once I figure it...
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:
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: 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
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,...
0
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...

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.