Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 It does not show the content of my com addin me
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ajtruckle
Ketchup Master

81 Posts

Posted - Jan 18 2008 :  05:22:39 AM  Show Profile  Reply with Quote
Hi

I have data like this:

		// Cast it into an appointment object
		CComQIPtr <Outlook::_ContactItem>	spConItem( conItem );
		CComQIPtr <Outlook::UserProperties> spUserProp;
		CComQIPtr <Outlook::UserProperty>	spProp;

		bstrName = strName.AllocSysString();
		bstrCong = strCong.AllocSysString();
		bstrNotes = strNotes.AllocSysString();
		bstrTalks = strTalks.AllocSysString();

		spConItem->put_FullName(bstrName);
		// we could split above into first last too
		spConItem->put_JobTitle(bstrNotes);
		spConItem->put_CompanyName(bstrCong);
		spConItem->put_Body(bstrTalks);
		for (iMemo = 0; iMemo < NUM_MEMO_FIELDS; iMemo++)
		{
			switch(iMemoType[iMemo])
			{
			case MEMO_HOME_PHONE:
				{
					CComBSTR bstrPhone;

					bstrPhone = aryStrMemo[iMemo].AllocSysString();
					spConItem->put_HomeTelephoneNumber(bstrPhone);
					break;
				}


But now, when I do spConItem->, at that point I get a restricted list of content. It does not show the methods list. So I find it hard to program.

What can i do to fix this?

Andrew

ajtruckle
Ketchup Master

81 Posts

Posted - Jan 18 2008 :  05:45:09 AM  Show Profile  Reply with Quote
It was an old problem I mine. I found the old thread:

http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=4239&SearchTerms=sp

It was fixed in version 1440. Since then I had to reformat my PC and I have only version 1438. So I can't fix. :(
Go to Top of Page

ajtruckle
Ketchup Master

81 Posts

Posted - Jan 18 2008 :  05:50:18 AM  Show Profile  Reply with Quote
Cool! http://www.wholetomato.com/support/history.asp

:) Bingo.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000