getdlgitemtext #2Hi,
I meke code from example behind, and not working
corectly, buffor "String1" they are no my text in IDC_EDIT1 it is a somthing
wrong this
bufor, may please send me good idea.
void CDialogPASS::OnBnClickedButtonDp2()
{
CString String1;
GetDlgItemText(IDC_EDIT1, String1);
}
mike 1010
Is IDC_EDIT1 an actual control? I've seen this fail when the control ID changes due to
editing of the dialog.
joe
On Fri, 30 Jun 2006 17:44:33 +0200, "1010" <mig1010@wp.pl> wrote:
>Hi,
>
>I meke code from example behind, and not working
>corectly,...
missing buttons #2I just installed the new Office 2003 edtion. I went into e-mails and my send button and now my paper clip button are missing. I've checked in where you can add buttons but they're not in their either. What can I do to find them.
Are you using Word as your e-mail editor?
--
Jocelyn Fiorello
MVP - Outlook
*** Messages sent to my e-mail address will NOT be answered -- please
reply only to the newsgroup to preserve the message thread. ***
In news:4E889BAD-E127-4AF8-BC98-7AB117D0B90B@microsoft.com,
Sharon wrote:
> I just installed the new Office 2003 edtion. I went into e-mail...
forwarding in Exchange 2003 #2I configured the server (Exchange 2003) to forward a user��s emails to
test@xyz.com. It is very strange that all messages sent from xyz.com are
rejected (please see the sample NDR below), there is not problem to other
domains. test@xyz.com did not receive the message while the envelope
recipient (admin@abc.com) did.
Does anyone know how to solve this? Any help would be appreciated.
Thanks.
SC
--------------------------------------------------------------------------------------------------------------------------------------------
Your message
To: admin@abc.com
S...
2 QuestionsHi
I run Win 2K with Excel 2K
Question 1
I have some VB code in the "Sheet 1" module of my excel file.
The code is as follows:
Private Sub Worksheet_Change(ByVal Target As Excel.Range)
If Target.Column <> 12 Then Exit Sub
On Error GoTo ErrHandler
Application.EnableEvents = False
Target.Formula = UCase(Target.Formula)
ErrHandler:
Application.EnableEvents = True
End Sub
I would like this code to run automatically whenever the file is opened. (I
am assuming that this would remove the enable/disable dialog box option when
opening the file)
Can someone tell ...
Disaster Recovery for CRM 1.2Does anyone have any documentation on the steps to backing up CRM 1.2? We
want to make sure we are backing CRM 1.2 up correctly if the server should go
down. We were unable to find any documentation on Microsofts website for a
step by step backup solution. Right now we are just backing the CRM
databases using the scheduler in SQL; is this ALL that is required and if so
do we backup ALL of the databases or just certain ones?
The owners of the company want to make sure we can restore ALL of the data
if needed.
--
Thank You,
Troy
Hi Troy
Microsoft have included details of backing...
Money 2003 restoring a backup asking for a password that does't ex #2I have microsoft money 2003 at my work and would like to have the same data
there in my home.
So i made a backup, put on a pendrive and brought it to home.
Installed microsoft money 2003 in my home and tried to restore this backup.
Money 2003 insists asking a password that does not exist in the original
backup file.
I already tried to use the repair tool and didn't work.
So, what i have to do to make the backup work and does not ask a password
that does not exists?
Thankyou
sorry about the spam, i was using the google chrome and it bugged, sorry
again about the tripple post :(
"...
Multiple Outlook #2I imported an Outlook 2000 pst file into Outlook 2003.
Now when I open Outlook my Personal Folders appears 4
times in the left hand "All Mail Folders" When I close
Outlook it gives me an error and msvbvm60.dll is
mentioned.
Any help on how to correct this issue would be greatly
appreciated.
Mick
...
queue stuck #2HI...
i ahve exchange 2003 and i am facing problem that i am
getting lot junk email and all messagess are stuck in
queue ..after that my server hang so i need to restart
server and clear the queue before restart it does't allow
me to clear the queue ...
pls help me ..
tejal
...
Trouble sending emails #2I am recieving emails, but every time I try to send one I get an error
message saying, "The server does not support the required HTTP methods. Ther
server responded 'Not Implemented'." I have no idea wht that means or what I
need to change. Help!
On Thu, 30 Dec 2004 15:05:06 -0800, Tina wrote:
> I am recieving emails, but every time I try to send one I get an error
> message saying, "The server does not support the required HTTP methods. Ther
> server responded 'Not Implemented'." I have no idea wht that means or what I
> need to change. ...
hyperlinking to an item in Global Address List OptionsI have had success linking via html from web page to opening a
specific contact record from Microsoft Outlook. I have done it like
this:
outlook://Big%20Contacts/Contacts/~Peter%20Crawford
However, my very large contact database also has people with basically
the same name, like John Smith. In the current "Address Card" view
inside Microsoft Outlook, one of the John Smith's is always sorted
first. If I enter
outlook://Big%20Contacts/Contacts/~John%20Smith
the first John Smith in the sort order is always opened.
However, I want to specify one of the other John Smith's....
Cannot open assigned task in Outlook 2003 #2I am using Outlook 2003 on a XP Home PC.
When a co-worker creates and assigns me a task, it comes into my Inbox
and I can see it in my preview pane, but I cannot open it when I
double-click it and I cannot accept or decline it thru the preview
pane.
My co-worker has Outlook 2003 on a XP Pro PC and has no problem opening
and accepting tasks from me.
By the way....when I attempt to open it, absolutely nothing happens
that I can see....no error, no change of screens, nothing!
I have ensured that when the co-worker sends the task, that they do NOT
have "text only" set for me.
THANKS...
display name #2hi
i have this problem: when i send a mail massage from an application by
exchange 2003, in outlook i see the e-mail address (xx@mydomain .com) and
not display name (Customer Care)
how can i resolve it?
Thanks
An application should allow you to specify display name for sender. Does it
send via SMTP or MAPI?
Matrix_pd wrote:
> hi
> i have this problem: when i send a mail massage from an application by
> exchange 2003, in outlook i see the e-mail address (xx@mydomain .com) and
> not display name (Customer Care)
>
> how can i resolve it?
>
> Thanks
--
Please re...
double lookup #2In Excel2000, I need help with the following formula:
my data is arranged like this ( I can rearrange if needed)..
joe pete sue rating
30 10 5 A
20 5 3 B
10 2 1 C
I then have values for joe, pete, sue. I want to look up the name and then
give me the rating. The numbers may not be exact. For example, I want the
output to look like this ( with the formula looking up the rating)
name amount rating (formula needed)
joe 11 C
pete 7 B
sue 1 C
Can someone please help me with the formula to fi...
Article published by Microsoft reg. 'Event' custom entityRecently, I found a great article published by Microsoft that contains a
sample code on how to create a custom entity, event. I thought that I
bookmarked it but cannot find it. Has anyone seen it and can provide a
hyperlink? I will really appreciate it.
http://msdn2.microsoft.com/en-us/library/aa682866.aspx
you'll probably find it in the above link
"mkatsev" wrote:
> Recently, I found a great article published by Microsoft that contains a
> sample code on how to create a custom entity, event. I thought that I
> bookmarked it but cannot find it. Has anyone seen...
Attachment Size #2Hi !
Is it possible to block the adding of attachments in an=20
outlook client ? Or block the adding for attachments that=20
are bigger than 2 MB for example ? Can i get an error=20
Message or something ? (I think about an GPO or Registry=20
change or something else....)
I have Users around here with Pop3 Outlook 2000 and=20
Outlook 2003 Clients. The Problem is that some of them are=20
trying to send Mails with Attachments with 300 (three=20
hundred!!) MB or something else like that.... Because they=20
don=B4t look an the size of their attachments.
So the Mail is going through our WAN over ...
Covert v. 2000 -> v. 2.0Heelo All
after serious cooruption we recover dmb file with Ontrac tools to v. 2000
but application are for v 2.0
are is possible conversion to v. 2.0
thanks
Ervins
...
Bank Deposit #3We would like to suggest being able to create multiple bank deposits from the
Bank Deposit Entry window.
----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.
http://www.microsoft.com/Businesssolutions/Community/NewsGroups/dgbrowser/en-us/default.mspx?mid=5f3f4cb3-e7f4-4d76-...
Changing password #2Hi,
If I change a domain user's password, will that user's
Exchange Server 2003 mailbox's pssword be changed too?
I mean, does Active Directory share the same password
with Exchange Server 2003?
Thanks!
Exchange never had passwords separate from domain, not even in Exchange
4-5.5 era. So you would change just one password, which belongs to AD
account.
Michael wrote:
> Hi,
>
> If I change a domain user's password, will that user's
> Exchange Server 2003 mailbox's pssword be changed too?
> I mean, does Active Directory share the same password
> w...
2 fonts in Chart title in E2007We are tranferring code from 2003 to 2007 and noticed a change in how VBA
reads the following line:
ActiveChart.ChartTitle.Characters(5,2).Font.Color = vbred
IN 2003, it reads it correctly coloring letters 5 & 6 red.
in 2007, it colors the whole Chart title red.
It seems that regardless of the start and length I pass into the characters
function, the formatting occurs to the entire chart title, not just the
characters I wanted.
Even recording the VBA in 2007 yields no help as it cannot record the
partial font change, even though the GUI allows it. IN 2003 you can reco...
commissions #2Can I make a mass change to the item properties to in the DB to allow
commissions to be paid on all items.My items are currently set not to allow
commissions.
--
billr
Billr3,
Maybe, which method did you want?
Did you realize that the default setting is to pay commission by sales rep?
--
=
Get Secure! - www.microsoft.com/security
You must be using Outlook Express or some other type of newsgroup reader
to see and download the file attachment. If you are not using a reader,
follow the link below to setup Outlook Express. Click on "Open with
newsreader"
under the MS Ret...
User defined fields #2Entered user defined fields the way I wanted, however, the software has now
put it all in ascending order and there are no sort options available. Any
way to correct without having to do it all over?
Put in ascending order where?=20
--=20
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for=20
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
=20
"Darcy W." <Darcy W.@discussions.microsoft.com> wrote in me...
System hang after upgrade to GP 10 SP 2Thanks to whoever that may help. My GP10 SP2 system hangs whenever we run the
SOA or aging report. It seems that the reports created many connections
(around 2-3k no. of connections) to the Database. To the point that it hangs
up other users when they try to log-in. Is there any solutions to this?
--
JackLaeng
Actually it do not completly hang, it may be running too slow due to the huge
number of connections requests on the server, this could affect server memory
and cause this hang, you may need to find away to create a new report using
SQL Analysis Service or find any other way to g...
Outlook Filters #2I just wondered if anyone knows how to remove a filter from my inbox
of outlook? I believe it is Outlook 2002. It's on my system at work.
Every time I double click a message to read when I close it down the
message vanishes completely. It is really baffling me. I don't even
know how a filter got on there or that there was such a function. It
may even come in handy if I knew what it was.
Cheers
John
How about we check if you are viewing a filtered view such as Unread
Messages. That's the most likely culprit.
Turn on the Advanced Toolbar (View | Toolbars) and read the Current ...
XP Visual Styles #2Hi,
I need to create buttons and other UI controls with XP visual styles (
the 3d views ). Found this on msdn site:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/xptheming.asp
Followed the steps mentioned for "Using ComCtl32.dll Version 6 in an
Application That Does Not Use Third-Party Extensions". But even after
following the mentioned steps, it does not work.
Please point out the missing part in the documentation.
Thanks,
Pradeep
I couldn't tell from your question whether you are creating new kinds of
buttons or just want to use buttons and h...
Pivot Table and Zeros #2
The cell has a value of zero, it's not blank.
The value is coming from a formula that equals 0
Tk
--
mense2
-----------------------------------------------------------------------
mense23's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=717
View this thread: http://www.excelforum.com/showthread.php?threadid=26957
Hi
you may change your formula to return only ""
--
Regards
Frank Kabel
Frankfurt, Germany
"mense23" <mense23.1e6dhy@excelforum-nospam.com> schrieb im Newsbeitrag
news:mense23.1e6dhy@excelforum-nospam.com...
>
> ...