Backup questionI've moved to a new pc and for some reason I thought that when you
backed up, a new file was created. Am I right? At the moment, it's
just backing up to the backup file. So I've just just my working file
and my backup file. Please could you clarify this?
Thanks again.
In microsoft.public.money, abc wrote:
>I've moved to a new pc and for some reason I thought that when you
>backed up, a new file was created. Am I right? At the moment, it's
>just backing up to the backup file. So I've just just my working file
>and my backup file. P...
Question about Xml Schemas "qualified" and "unqualified"In the textbook, there is a sentence that "Default XML
namespaces(xmlns="...") helps a lot, but can also create problems, as a side
effect of the rules for automatic qualification. How to understand "automatic
qualification" here? Could you please give me an example? Secondly, unless
otherwise specified, a schema prescribes that loal elements and attributes
must be "unqualified". What does "unqualified" mean? Could you please giv eme
an example? Finnaly, could you please tell me what's purpose of using these
two things? Thanks a lot!
...
a question and a questionWhat is the correct name of the type of selection box used in "customizing
Word", for example.... you select a word or operation from a list on the left
pane and move it over to the right pane.
Is there a template to build one of these?
thanx
You will have to explain more in detail what you are trying to do.
--
Stefan Blom
Microsoft Word MVP
"cliffordjf" <cliffordjf@discussions.microsoft.com> wrote in message
news:9856CCA7-8A8E-440C-A0D4-76EE4FA644E2@microsoft.com...
> What is the correct name of the type of selection box used in "c...
emails appearing after 4 years, again! #4I've recieved an email that was sent to me 4 years ago, in
my Inbox. What causes this? The Sender is still working
with me and he definitely does not have a copy of the
letter.
...
IE8 privacy questionI am running XP-Pro SP3 and considering upgrading from IE7 to IE8.
I have read all the feature and benefit articles from MS, but have one
question that remains unanswered.
In IE8 there is mention of being able to restore previously viewed websites
or something to that effect. I think this is on a drop down menu somewhere.
1) Does In-private viewing prevent this?
2) Does manually deleting your complete browsing history clear this?
3) Is there a registry entry that can prevent this action?
4) Is there a group policy change that can prevent this action?
In essence for privacy pur...
IF AND questionHi there,
I need a function that can provide one of three answers:
1 2 1 1...
3 3 4 4...
? ? ? ?...
If A1 = 1 and A2=3, answer 106; but if A1=1 and A2 = 4, answer 104; but if
A1=2, regardless of A2, answer 95.
The next function for column B is the same, except the answer is dependent
on the value delivered from the column A function. E.g. A3 + 6 or A3 +4 or
A3-5 etc.
Any help would be most appreciated.
--
*****
Many thanks
Gamq
Use the below formula for your first query.
=IF(A1="","",IF(A1=2,95,IF(AND(A1=1,A2=3),106,IF(AND(A1=1,A2=4),104))))
...
Question about Paste Special
Hi, I have a problem sometimes with the paste special options when goin
from one excel workbook to another. For example, sometimes when I cop
data from one workbook and then paste special into another, I get th
options that include: All, formulas, values, formats, has the option t
transpose the data and paste link among other options. And the
sometimes I try and paste data to another workbook and I end up th
paste special options: Bitmap Image Object, picture, bitmap, and I als
lose the ability to paste link. Well you can do it, but it puts it i
as an object.
What I want is the first past...
selecting cell groups and locking upIntermittent problem with Excel deciding to select a group or "array" of
cells and locking the array on the last cell in use. All program
functionality is gone and system must be re-booted to correct.
Just a wild guest...
Could it be that the mouse is sticking? Try gently banging on the mouse keys
(including the wheel mouse if you have one)--or even swapping the mouse
(temporarily???).
Bugged by Excel? wrote:
>
> Intermittent problem with Excel deciding to select a group or "array" of
> cells and locking the array on the last cell in use. All program
> ...
Microsoft Query questionI am trying to use Microsoft Query to get data from my SQL 2000 databases.
The problem is that I have a few columns with names that conflict with
keywords (like Identity). (Yes. I kow that keywords should be avoided but it
is done and cannot be changed.) This is causing a keyword syntax error
within the Query application.
Oddly enough, even if I do not select the column the error still appears.
And when you look at all the columns available, the keyword named column
shows up in boldface.
When I am doing queries in other programs I put square ("[ ]") brackets
around column and table...
QuestionWhy did the chicken cross the road?
--
Dr. Stephen Hopkins, MD
"Dr. Stephen Hopkins, MD" <DrStephenHopkinsMD@discussions.microsoft.com>
wrote in message news:B8434E21-DDA3-44D7-B39B-CD5A8C33A7BD@microsoft.com...
> Why did the chicken cross the road?
> --
> Dr. Stephen Hopkins, MD
To collect her email, why else?
Dr?
You should be ashamed to put such a title on an idiotic off topic post !!
--
Regards Steve.
MS-MVP. MAIL. [DTS] UK.
http://www.getsafeonline.org/
mac;1266180 Wrote:
> "Dr. Stephen Hopkins, MD" <DrSte...
OWA Question #16Hello All:
Quick Question regarding OWA. We are about to finalize migration from 5.5 to
2003. We have an existing web presence already in DNS a www.mydomain.com.
and running on existing web servers. With 5.5 natrually, to access OWA, it
was www.mydomain.com/exchange.
This will not be possible now since OWA runs off of the Exchange server
instead of relying on our web server under 5.5. What's the easiest way to
overcome this.
Thanks
If you can afford the extra license, you'll probably want to run a front-end
server so no one is connecting directly to the Exchange database s...
How do I get Outlook to receive my Cox.net email?I have entered the pop3 and smtp addresses in Microsoft office 2003 Outlook
according to the microsoft intructions for cox.net. I am able to send email
but any incoming mail is still going to the Cox site, not to Outlook.
"SusiB" <SusiB@discussions.microsoft.com> wrote in message
news:67B45144-3C1E-4AC3-A3C1-5C33CAB11D8E@microsoft.com...
>I have entered the pop3 and smtp addresses in Microsoft office 2003 Outlook
> according to the microsoft intructions for cox.net. I am able to send
> email
> but any incoming mail is still going to the Cox site, not to Outlook...
VBA//Oracle Interfacing QuestionAll,
I have been able to correct to my database but I have one question
question:
Within objSession I want to list all available tables and all
available views.
How exactly is this done?
thank you.
Set objSession = CreateObject("OracleInProcServer.XOraSession")
Set objDatabase = objSession.OpenDatabase("", "User/Pass", 0)
On Nov 16, 12:05=A0pm, jason <jason.mell...@gmail.com> wrote:
> All,
>
> I have been able to correct to my database but I have one question
> question:
>
> Within objSession I want to list all avail...
Text Box QuestionGreetings,
I have been using Visio for years, however, something has happened and I
can't figure out how to undo it. Basically up until today when I added a
text box and entered text, the text went horizontal as it was typed. Today
when I add a text box and enter text, the text goes vertical. How do I get
back to the old behavior?
TIA
using text container shape adjusting tool (text block tool), make the text
container shape wider horizontally.
Have you used Asian text font recently?...check help for "vertical text"
"Ray Batig" wrote:
> Greetings,
>
&g...
AutomateProcessing - autoacceptCan you set automateprocess for calendar mailboxes so that rooms can be
booked automatically but without email confirmation?
Also, what's the minimum access rights to open a shared calendar?
tx
"Tadwick" <Tadwick@discussions.microsoft.com> a écrit dans le message de
news:6F66D7F0-E4D6-476F-9347-ADD32CADFE4F@microsoft.com...
> Can you set automateprocess for calendar mailboxes so that rooms can be
> booked automatically but without email confirmation?
We use this http://support.microsoft.com/?kbid=291616 and it worked
flawlessly for more than a year.
ThePr...
401K questionsI just started a 401K at work and I'm wondering how to deal with it in Money.
I've got my paycheck split into different categories currently and now I
have to put the 401K amount into a category as well. I didn't see one
specifically for this. What do other people use?
Should I start using the 401K Manager? I haven't gone through it yet I'm
just wondering if it works well and how much benefit I'll get from it.
Thanks in advance!
Mike
You will want to create an investment account for the 401(k) and TRANSFER
your contributions from your checking account to the...
If / Then Question
How would I do this:
IF A1="N" then I need A2 and A3 to="N/A
--
pkniven
-----------------------------------------------------------------------
pknivens's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=2767
View this thread: http://www.excelforum.com/showthread.php?threadid=47531
pknivens Wrote:
> How would I do this:
>
> IF A1="N" then I need A2 and A3 to="N/A"
Hi pknivens
In A2 and A3 use this formula > =IF(A1="N","N/A",""), this will return
blank if A1 is not N, if you want it...
ROWCOUNT questionHi All,
The below is a UDF that returns the ROWCOUNT for a table. I need to know
that value
for WHILE loop.
How do I take the Returned value from the UDF and load it intio a variable
in the SP where it was called from? Or maybe there is another way.
ALTER FUNCTION [dbo].[RecCount]
(
@TableName CHAR(15)
)
RETURNS TABLE
AS
RETURN
(
SELECT Rows FROM sysindexes
WHERE id = OBJECT_ID(@TableName) AND indid < 2
)
Thanks,
Eric
Eric S (xxx_noSpam@Hotmail.com) writes:
> The below is a UDF that returns the ROWCOUNT for a table. I need to know
> that va...
Error Message when sending emailI have a client who is running SBS 2003 with Backup Exec 9.1
They are able to send emails to my support email address fine from
within outlook.
Backup Exec is set to notify me with their backup results but when it
tries to send the email to me it comes up with the following:
There was a SMTP communication problem with the recipient's email
server. Please contact your system administrator.
<domain name of client #5.5.0 smtp;550 Recipient Not Authorised
[recipient rejected due to no authorised destination groups]>
Why would it do this when I can send emails to the same address from...
Exmerge Question #7When I run Exmerge on a mailbox on my 2003 server to export to a PST,
it will delete all emails after the copy. I thought EXmerge would
"copy" not delete. is this the default? If so how can I just have it do
a copy out to the PST and leave the mailbox alone.
thanks
Rick
in "options", make sure "archive data to target store" is not selected on
the "Import procedure" tab...
--
Susan Conkey [MVP]
"Rick" <drummer10980@gmail.com> wrote in message
news:1165509540.777142.38260@16g2000cwy.googlegroups.com...
> When I run Exmerge on ...
question about "delete"I have a pointer:
MyWindowClass *p = NULL;
p = new MyClass(...);
....
delete p;
After delete p, does p equal NULL(it is in C++ standard?)? How to
decide if p has been deleted?
The reason I asked this question is that in my project, there are many
code/files use the pointer which I need to determine is it is deleted?
Can I use:
if(p != NULL)
delete p;
I guess somewhere p has been deleted, but p still not NULL(possible?),
the above code might cause problem.
Hi Kathy,
I typically just set p to NULL when I delete it:
delete p;
p = NULL;
Then you can check it in other places and ...
More combining companies questionsWe too have acquired another company and need to look at all of our options
concerning what to do with email. We run Exchange 2003, they run Exchange
2000. What is the best way to combine the two so we can share GAL, free-busy
info, etc.? No decisions have been made as far as what we are going to do
with their AD.
We could of course change their MX record to point to our server, update our
RUS, etc., but what if we want to keep an Exchange server at their site?
What has to be done to join their server to our Exchange org?
If you want sync both GAL,pls check this
http://www.microso...
Group by ConversationHello,
I normally use View/Group Messages by Conversation for my emails. I have had
no problems before.
A friend sent me an email. I used the Reply button to reply. Then I moved
both the message and my reply to a folder. Their Subjects are 'Hello' and
'Re: Hello'. I expected them to appear together as a thread with a + before
the original message. But my reply was missing.
If I turn off the 'View/Group Messages by Conversation ' my reply appears.
What have I done wrong ?. All my other messages & threads are there OK.
Thanks
KK
Windows...
Promoting emails without email RouterI'm trying to implement the CRM and, due to infraestructure problems, I can't
install the CRM Email Router.
I intalled the CRM and clients with SFO. When I try to promote an incoming
email i can do it without problems. But when I try to promote an outgoing
email (from the sent items), a message appears saying "An error ocurred when
trying to promote the email. Try again".
What should I do to promote a sent email without the email router.
Thanks in advance
--
Carlos
...
switchboard question 12-26-07Is there a way to put the names of different switchboard pages on the
switchboard form? If you put one name on a switchboard page (in form design
view), the same name appears on all the switchboard pages. I understand why
this happens, but what if I want the user to be able to know which
switchboard s/he is on?
Thanks.
PS the same thing happens if I go into form design view and put in control
tip text. It puts the same text for the same-numbered menu item on two
different switchboard pages.
"Debbie S." wrote:
> Is there a way to put the names of different switchboard ...