Hi.
I'm working on the front-end app for a new Definity call centre, and have been asked whether we can set Call Work Codes through the desktop rather than the turret. Our CTI client is Cisco's Desktop Control Server, and we have a Cisco ICM.
Apologies if this is the wrong forum for a...
At the moment you are populating the maze1 array correctly, but not refreshing the screen with its contents. Another call to drawmaze1 after display_themaze1(maze1) should do the trick.
I get the errors right at the end of execution as well, but I don't know why sorry. I think it's something to...
giahan,
The error and the wierd value come from the two uninitialised members of the list struct.
If you initialise list->next to NULL then that's your terminator for the list. I got an Access Violation which says it's pointer troubles.
The first value you get printed out is list->nodevalue -...
I'm not doing anything this clever! At the moment all I do is open the mail, click the Flag button (Ctrl-Sh-G) and set a due date.
Maybe a macro is the way to go. I've not done many of these, I'll give it a go too and let you know if I make any progress.
Rob
Hi all.
I'm using Outlook 98, and not having the best memory in the world I flag a lot of my emails with reminders. When these are in the inbox, a message box pops up at the appropriate time.
But, when the email is in any other folder the message doesn't pop up. The email title goes red so it...
I guess you've overloaded the OnOK() function of the property sheet to make it launch the dialog? If so, then just don't call Base_class::OnOK() because this is where the sheet gets closed.
This call will be at the end of the function - Base_class might be CDialog or similar.
Frink,
To append Name to filename you have to convert name to unicode (wide string):
filename += _TCHAR(name);
I take it you want the result in the wstring?
Rob
If he wants to include a standard picture (ie clipart etc), you do it off the advanced edit tab. Try the following link : http://www.bellaonline.com/articles/art1310.asp
There is a way to stick in your own picture. I think you have to create it as an OLE object, but I can't remember how to off...
Try:
-Click on the header where it has the address
-Hit the 'switch between header and footer' button
-Insert Autotext -> - PAGE -
You can then centre the page, or type text to either side of it. I couldn't see any way to type text directly into the footer.
rob
I looked for this on google the other day, and this is a 'feature'. I forget where I saw it (good start) but according to MS it's a problem with the video card being too fast - so downgrade your PC and it'll work fine!
Rumour has it this is fixed in Word 2002, I've not seen it though so who...
Go Tools > Options, then on the Spelling & Grammar tab there is a 'custom dictionary' field with a Dictionaries button.
Hit that button, and put a tick next to your english dictionary. You might have to Add the English.dic to the list.
cheers
Rob
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.