Peter Hart wrote:
> Hi all
> 
>  
> 
> I have been using Craig Boyd's MAPI function successfully for a few
> years, but now I have bitten the bullet and upgraded to Windows 7 with
> Office 2010.  Both 64 bit versions.
> 
>  
> 
> The fll  fails with "There is no email program associated to perform the
> requested action." etc. etc.  I was also getting this error starting up
> Blackberry Desktop Manager.
> 
>  
> 
> Googling the error came up with suggestion that many programs which use
> the outlook email client are exhibiting this error and the solution is
> to uninstall office 2010 64 bit version and install the 32 bit version.
> 
> http://social.technet.microsoft.com/Forums/en/outlook/thread/605056ed-9e
> 58-4920-9e0b-2a68180652f8
> 
>  
> 
> I suspect this may cause problems for fellow Profox Members so a reason
> to post.

Thanks, Peter.  We're using Craig's VFPEXMAPI.FLL at the day gig, too, 
so I appreciate your post.

> 
>  
> 
> Another problem I am getting is with a line of code I saw on this list
> to set the buffer size used by FoxPro.
> 
> Sys(3050,1,Val (Sys (3050, 1, 0)) / 3)  && Set Visual Foxpro Buffer Size
> 
>  
> 
> Any ideas on how to do this with VFP on Windows 7 or in deed if it is
> necessary in Win 7

This is the code that Ed Leafe uses in the SetMemory program, iirc, and 
I found that with machines that have more than 2GB of memory, you have 
to make sure you limit the number you're trying to set to be no more 
than 2GB.  Basically, I think my shortcut was to say "if there's more 
than 2GB of memory on this machine, don't worry about setting 
SYS(3050)."  I might have been looking at the Windows OS() instead. 
Can't recall at present.

-- 
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
http://fabmate.com
http://twitter.com/mbabcock16

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to