473,657 Members | 2,604 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to change CreateUserWizar d error message color

I'm using the CreateUserWizar d Web Server Control
The error message when the passwords do not match is colored red.
Red does not show well against my background so I like to change that color.

I only find 3 color settings:
BackColor, BorderColor, and ForeColor.

I the first two are evidently not what I need.
I tried forecolor and it simply changed all the text but not the error
message (as you would expect, but I tried anyway).

Do you know how to change the error message's color?
Thanks
Oct 19 '08 #1
6 4423


"AAaron123" <aa*******@road runner.comwrote in message
news:O5******** *****@TK2MSFTNG P05.phx.gbl...
I'm using the CreateUserWizar d Web Server Control
The error message when the passwords do not match is colored red.
Red does not show well against my background so I like to change that
color.

I only find 3 color settings:
BackColor, BorderColor, and ForeColor.

I the first two are evidently not what I need.
I tried forecolor and it simply changed all the text but not the error
message (as you would expect, but I tried anyway).

Do you know how to change the error message's color?
Thanks

I seem to recall it uses the 'alert' CSS style. If you set up a page with a
validator set to displayStyle="s tatic" then you should be bale to use
view-source to see the style of the span containing the error message.

--

Joe Fawcett (MVP - XML)
http://joe.fawcett.name

Oct 19 '08 #2

"Joe Fawcett" <jo********@new sgroup.nospamwr ote in message
news:Or******** ******@TK2MSFTN GP03.phx.gbl...
>

"AAaron123" <aa*******@road runner.comwrote in message
news:O5******** *****@TK2MSFTNG P05.phx.gbl...
>I'm using the CreateUserWizar d Web Server Control
The error message when the passwords do not match is colored red.
Red does not show well against my background so I like to change that
color.

I only find 3 color settings:
BackColor, BorderColor, and ForeColor.

I the first two are evidently not what I need.
I tried forecolor and it simply changed all the text but not the error
message (as you would expect, but I tried anyway).

Do you know how to change the error message's color?
Thanks

I seem to recall it uses the 'alert' CSS style. If you set up a page with
a validator set to displayStyle="s tatic" then you should be bale to use
view-source to see the style of the span containing the error message.

--

Joe Fawcett (MVP - XML)
http://joe.fawcett.name
I've been reading Help and searching the internet in an attempt to
understand your reply without results.

1) I looked at the alert method and the alert message box but they do not
advertize a css style. Are there some styles that are built-in and used by
these controls? Guess I dont knoe what "'alert' CSS style" means.

2) I list the view-source that resulted from the CreateUserWizar d below. The
important line is:

<span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_E mailRegExp"
style="color:Re d;display:none; ">The email format is invalid.</span></td>

I see the "color:Red" but if I apply that to the asp.CreateUserW izard all
the text is red.
3)I did not do with a validator set to displayStyle="s tatic"
because I did not know how to nor could I find documentation.

Thanks for replying

<td><table cellspacing="0" cellpadding="0" border="0"
style="height:1 00%;width:100%; border-collapse:collap se;">
<tr>
<td style="height:1 00%;width:100%; "><table border="0"
style="height:1 00%;width:100%; ">
<tr>
<td align="center" colspan="2">Sig n Up for Your New Account</td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ UserName">User
Name:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $UserName"
type="text"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_U serName"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_U serNameRequired "
title="User Name is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Password">Passw ord:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $Password"
type="password"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_P assword"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_P asswordRequired "
title="Password is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ ConfirmPassword ">Confirm
Password:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $ConfirmPasswor d"
type="password"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_C onfirmPassword"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_C onfirmPasswordR equired"
title="Confirm Password is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Email">E-mail:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $Email"
type="text"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_E mail"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_E mailRequired"
title="E-mail is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Question">Secur ity
Question:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $Question"
type="text"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_Q uestion"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_Q uestionRequired "
title="Security question is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Answer">Securit y
Answer:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $Answer"
type="text"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_A nswer"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_A nswerRequired"
title="Security answer is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="center" colspan="2"><sp an
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_P asswordCompare"
style="color:Re d;display:none; ">The Password and Confirmation Password must
match.</span></td>
</tr><tr>
<td align="center" colspan="2"><sp an
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_E mailRegExp"
style="color:Re d;display:none; ">The email format is invalid.</span></td>
</tr>
</table></td>
</tr>
</table></td>


Oct 19 '08 #3
I believe that if you convert the control to a template, select the

Customize Create User Step

You can select the color for the literal that displays the error
messages.

Good luck,

Jason.

On Oct 19, 3:36*pm, "AAaron123" <aaaron...@road runner.comwrote :
I'm using the CreateUserWizar d Web Server Control
The error message when the passwords do not match is colored red.
Red does not show well against my background so I like to change that color.

I only find 3 color settings:
BackColor, BorderColor, and ForeColor.

I the first two are evidently not what I need.
I tried forecolor and it simply changed all the text but not the error
message (as you would expect, but I tried anyway).

Do you know how to change the error message's color?

Thanks
Oct 19 '08 #4


"AAaron123" <aa*******@road runner.comwrote in message
news:#i******** ******@TK2MSFTN GP05.phx.gbl...
>
"Joe Fawcett" <jo********@new sgroup.nospamwr ote in message
news:Or******** ******@TK2MSFTN GP03.phx.gbl...
>>

"AAaron123" <aa*******@road runner.comwrote in message
news:O5******* ******@TK2MSFTN GP05.phx.gbl...
>>I'm using the CreateUserWizar d Web Server Control
The error message when the passwords do not match is colored red.
Red does not show well against my background so I like to change that
color.

I only find 3 color settings:
BackColor, BorderColor, and ForeColor.

I the first two are evidently not what I need.
I tried forecolor and it simply changed all the text but not the error
message (as you would expect, but I tried anyway).

Do you know how to change the error message's color?
Thanks

I seem to recall it uses the 'alert' CSS style. If you set up a page with
a validator set to displayStyle="s tatic" then you should be bale to use
view-source to see the style of the span containing the error message.

--

Joe Fawcett (MVP - XML)
http://joe.fawcett.name

I've been reading Help and searching the internet in an attempt to
understand your reply without results.

1) I looked at the alert method and the alert message box but they do not
advertize a css style. Are there some styles that are built-in and used by
these controls? Guess I dont knoe what "'alert' CSS style" means.

2) I list the view-source that resulted from the CreateUserWizar d below.
The important line is:

<span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_E mailRegExp"
style="color:Re d;display:none; ">The email format is invalid.</span></td>

I see the "color:Red" but if I apply that to the asp.CreateUserW izard all
the text is red.
3)I did not do with a validator set to displayStyle="s tatic"
because I did not know how to nor could I find documentation.

Thanks for replying

<td><table cellspacing="0" cellpadding="0" border="0"
style="height:1 00%;width:100%; border-collapse:collap se;">
<tr>
<td style="height:1 00%;width:100%; "><table border="0"
style="height:1 00%;width:100%; ">
<tr>
<td align="center" colspan="2">Sig n Up for Your New Account</td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ UserName">User
Name:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $UserName"
type="text"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_U serName"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_U serNameRequired "
title="User Name is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Password">Passw ord:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $Password"
type="password"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_P assword"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_P asswordRequired "
title="Password is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ ConfirmPassword ">Confirm
Password:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $ConfirmPasswor d"
type="password"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_C onfirmPassword"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_C onfirmPasswordR equired"
title="Confirm Password is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Email">E-mail:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $Email"
type="text"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_E mail"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_E mailRequired"
title="E-mail is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Question">Secur ity
Question:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $Question"
type="text"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_Q uestion"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_Q uestionRequired "
title="Security question is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Answer">Securit y
Answer:</label></td><td><input
name="ctl00$Mai nMasterDataRigh tID$CreateUserW izard1$CreateUs erStepContainer $Answer"
type="text"
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_A nswer"
/><span
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_A nswerRequired"
title="Security answer is required."
style="color:Re d;visibility:hi dden;">*</span></td>
</tr><tr>
<td align="center" colspan="2"><sp an
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_P asswordCompare"
style="color:Re d;display:none; ">The Password and Confirmation Password
must match.</span></td>
</tr><tr>
<td align="center" colspan="2"><sp an
id="ctl00_MainM asterDataRightI D_CreateUserWiz ard1_CreateUser StepContainer_E mailRegExp"
style="color:Re d;display:none; ">The email format is invalid.</span></td>
</tr>
</table></td>
</tr>
</table></td>

Jason's response was right, we had used a template and assigned a CSS class
named 'alert' which had the same properties as the inline style, i.e. color:
red.

--

Joe Fawcett (MVP - XML)
http://joe.fawcett.name

Oct 22 '08 #5
Thanks,

I'll look into that.

"Jason James" <ja***@dive-master.orgwrote in message
news:c7******** *************** ***********@l64 g2000hse.google groups.com...
I believe that if you convert the control to a template, select the

Customize Create User Step

You can select the color for the literal that displays the error
messages.

Good luck,

Jason.

On Oct 19, 3:36 pm, "AAaron123" <aaaron...@road runner.comwrote :
I'm using the CreateUserWizar d Web Server Control
The error message when the passwords do not match is colored red.
Red does not show well against my background so I like to change that
color.

I only find 3 color settings:
BackColor, BorderColor, and ForeColor.

I the first two are evidently not what I need.
I tried forecolor and it simply changed all the text but not the error
message (as you would expect, but I tried anyway).

Do you know how to change the error message's color?

Thanks

Oct 22 '08 #6
Thanks I'm going to try that.

"Joe Fawcett" <jo********@new sgroup.nospamwr ote in message
news:On******** ******@TK2MSFTN GP06.phx.gbl...
>

"AAaron123" <aa*******@road runner.comwrote in message
news:#i******** ******@TK2MSFTN GP05.phx.gbl...
>>
"Joe Fawcett" <jo********@new sgroup.nospamwr ote in message
news:Or******* *******@TK2MSFT NGP03.phx.gbl.. .
>>>

"AAaron123" <aa*******@road runner.comwrote in message
news:O5****** *******@TK2MSFT NGP05.phx.gbl.. .
I'm using the CreateUserWizar d Web Server Control
The error message when the passwords do not match is colored red.
Red does not show well against my background so I like to change that
color.

I only find 3 color settings:
BackColor, BorderColor, and ForeColor.

I the first two are evidently not what I need.
I tried forecolor and it simply changed all the text but not the error
message (as you would expect, but I tried anyway).

Do you know how to change the error message's color?
Thanks
I seem to recall it uses the 'alert' CSS style. If you set up a page
with a validator set to displayStyle="s tatic" then you should be bale to
use view-source to see the style of the span containing the error
message.

--

Joe Fawcett (MVP - XML)
http://joe.fawcett.name

I've been reading Help and searching the internet in an attempt to
understand your reply without results.

1) I looked at the alert method and the alert message box but they do not
advertize a css style. Are there some styles that are built-in and used
by these controls? Guess I dont knoe what "'alert' CSS style" means.

2) I list the view-source that resulted from the CreateUserWizar d below.
The important line is:

<span
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ EmailRegExp"
style="color:R ed;display:none ;">The email format is invalid.</span></td>

I see the "color:Red" but if I apply that to the asp.CreateUserW izard all
the text is red.
3)I did not do with a validator set to displayStyle="s tatic"
because I did not know how to nor could I find documentation.

Thanks for replying

<td><table cellspacing="0" cellpadding="0" border="0"
style="height: 100%;width:100% ;border-collapse:collap se;">
<tr>
<td style="height:1 00%;width:100%; "><table border="0"
style="height: 100%;width:100% ;">
<tr>
<td align="center" colspan="2">Sig n Up for Your New Account</td>
</tr><tr>
<td align="right">< label
for="ctl00_Mai nMasterDataRigh tID_CreateUserW izard1_CreateUs erStepContainer _UserName">User
Name:</label></td><td><input
name="ctl00$Ma inMasterDataRig htID$CreateUser Wizard1$CreateU serStepContaine r$UserName"
type="text"
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ UserName"
/><span
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ UserNameRequire d"
title="User Name is required."
style="color:R ed;visibility:h idden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Mai nMasterDataRigh tID_CreateUserW izard1_CreateUs erStepContainer _Password">Pass word:</label></td><td><input
name="ctl00$Ma inMasterDataRig htID$CreateUser Wizard1$CreateU serStepContaine r$Password"
type="password "
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Password"
/><span
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ PasswordRequire d"
title="Passwor d is required."
style="color:R ed;visibility:h idden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Mai nMasterDataRigh tID_CreateUserW izard1_CreateUs erStepContainer _ConfirmPasswor d">Confirm
Password:</label></td><td><input
name="ctl00$Ma inMasterDataRig htID$CreateUser Wizard1$CreateU serStepContaine r$ConfirmPasswo rd"
type="password "
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ ConfirmPassword "
/><span
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ ConfirmPassword Required"
title="Confi rm Password is required."
style="color:R ed;visibility:h idden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Mai nMasterDataRigh tID_CreateUserW izard1_CreateUs erStepContainer _Email">E-mail:</label></td><td><input
name="ctl00$Ma inMasterDataRig htID$CreateUser Wizard1$CreateU serStepContaine r$Email"
type="text"
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Email"
/><span
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ EmailRequired"
title="E-mail is required."
style="color:R ed;visibility:h idden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Mai nMasterDataRigh tID_CreateUserW izard1_CreateUs erStepContainer _Question">Secu rity
Question:</label></td><td><input
name="ctl00$Ma inMasterDataRig htID$CreateUser Wizard1$CreateU serStepContaine r$Question"
type="text"
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Question"
/><span
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ QuestionRequire d"
title="Securit y question is required."
style="color:R ed;visibility:h idden;">*</span></td>
</tr><tr>
<td align="right">< label
for="ctl00_Mai nMasterDataRigh tID_CreateUserW izard1_CreateUs erStepContainer _Answer">Securi ty
Answer:</label></td><td><input
name="ctl00$Ma inMasterDataRig htID$CreateUser Wizard1$CreateU serStepContaine r$Answer"
type="text"
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ Answer"
/><span
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ AnswerRequired"
title="Securit y answer is required."
style="color:R ed;visibility:h idden;">*</span></td>
</tr><tr>
<td align="center" colspan="2"><sp an
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ PasswordCompare "
style="color:R ed;display:none ;">The Password and Confirmation Password
must match.</span></td>
</tr><tr>
<td align="center" colspan="2"><sp an
id="ctl00_Main MasterDataRight ID_CreateUserWi zard1_CreateUse rStepContainer_ EmailRegExp"
style="color:R ed;display:none ;">The email format is invalid.</span></td>
</tr>
</table></td>
</tr>
</table></td>

Jason's response was right, we had used a template and assigned a CSS
class named 'alert' which had the same properties as the inline style,
i.e. color: red.

--

Joe Fawcett (MVP - XML)
http://joe.fawcett.name

Oct 22 '08 #7

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

Similar topics

2
1371
by: Andrew | last post by:
Hi there, I migrate ASP to Win2003, and the error page doesn't display the errors but a general error like "The page cannot display..." when error displays, and the error doesn't occur in Win2000. How can I know the error message? thanks Andrew
2
1562
by: William Payne | last post by:
Hello. Consider the following code snippet (pseudo-code). void foo() { /* do stuff */ if fatal error occurs { throw "error message"; }
8
4051
by: Steve | last post by:
I have several pairs of synchronized subforms in an application. I have a Delete button for each pair that uses the following code or similar to delete a record in the second subform: DoCmd.SetWarnings False DoCmd.RunCommand acCmdDeleteRecord DoCmd.SetWarnings True End If ExitHere: Me!SubName.SetFocus
1
3796
by: Mullin Yu | last post by:
if the web services has a run-time error, how can i send a custom soap error message, like embed the error stack trace: try { ....... ....... } catch(Exception ex) {
3
1579
by: ad | last post by:
I use try..catch(exception e) to catch excption and show to error(e.Message) to user. But the error is some difficult for user to understand. How can I change the e.Message to some custom message.
0
2726
by: David Berman | last post by:
Hello, I'm receiving an error reading the machine.config file when I try to access my web application. This error came out of nowhere. After searching many sites, googelizing and searching here, I've found others with the same problem but no resolution. The problem for me (and for others) came out of nowhere. Here's the error message: >>>>> START <<<<< Server Error in '/MyApp' Application....
5
1773
by: Bible Bob | last post by:
I can not get Access to load. It starts and then pops up an error message that says "A problem occured while Microsoft Office access was communicating with the OLE server or ACtiveX Control. Close the OLE Server and restart it outside of Microsoft Office Access. Then try the operation again in Microsoft Office Access." The frame around Access begins blinking and the only way to end the program is with a cntrl-alt-delete. I went...
1
2983
by: bruce24444 | last post by:
I am designing a database to use a work to assign files to certain people. Form includes Date textbox, File Number textbox, File Type combobox and Assigned To combobox. The form is working fine and the File Number textbox is set “not to accept duplicates”. What I'd like to do is change the error message that pops up if a duplicate file number is entered and attempted to be assigned. Right now I get an error message which says "The...
2
1620
by: bruce24444 | last post by:
I have a field in a table set to "Required". When a user is inputting data via a form and if they leave this field blank, Access automatically returns the following error message: The field ‘tbl:Main.ClaimNumber’ can’t contain a Null value because the required property for this field is set to True. Enter a value in this field. Can I change this message to say something different as the database is going to be used by many people and not...
0
8385
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8821
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
8723
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
8502
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
8602
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
7316
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
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
4300
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.