Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: Concealed


Message #1 by "Derrick Flores" <Derrick_Flores@s...> on Wed, 10 Oct 2001 12:51:01 -0500
Subject:  Re: [access] Picture gallery for command button images?



You can search for a program "IconMaker" that you can use to create icon 

from pictures at www.cnet.com



Derrick A. Flores

Sony Semiconductor

Assoc. Systems Engineer

66318



>>> "Timothy Case" <tcase@p...> 10/10 6:11 PM >>>

Does anyone know a good site for finding images to place on command

buttons?



Specifically I'm look for record selector images(move first, movelast,

movenext, moveprevious) that I can use for my own programmed record

selector, instead of using << < > >>.









om






Message #2 by "Derrick Flores" <Derrick_Flores@s...> on Fri, 12 Oct 2001 08:31:05 -0500
Subject:  Re: [access] Using MAPI controls on MS ACCESS 2000 forms



You can use another method of sending emails from Access.  I use the 

docmd.SendObject to send reports or just messages or alerts.  This works 

great with any MAPI environment like MS Outlook and Novell GroupWise.

Here are some samples:

I assign variables (sendTo, SendCC, sendSubject and sendMessage) with the 

information gather from the form and place them in my code.



To send a report:

DoCmd.SendObject acReport, "rptName", "RichTextFormat(*.rtf)", sendTo, 

SendCC, "", sendSubject, "This Report You Need To See", False, ""



To send a message:

DoCmd.SendObject , , , sendTo, sendCC, "", sendSubject, sendMessage, 

False, ""



I use this method so I don't have to worry about any ocx that are not 

loaded on each computers.



Good Luck,







Derrick A. Flores

Sony Semiconductor

Assoc. Systems Engineer

66318



>>> "Computer Cell" <rbcc@r...> 10/12 3:14 AM >>>

Hello,

I am unable to insert MAPI controls in my forms to enable email in my 

application.  As soon as I try to insert the MAPI Message / Session 

controls message "OLE server not registered" props up.  I tried to 

register MsMapi32.ocx by using the command "regsvr32 msmapi32.ocx" but 

this has not helped either.  It appears that I will be unable to insert 

the controls unless I load VB in my machine.  Is their a way that can 

allow me to insert the MAPI controls without loading VB in my machine.  

Any help will in this regard will be appreciated.







Programmer
Message #3 by "Derrick Flores" <Derrick_Flores@s...> on Thu, 18 Oct 2001 10:34:59 -0500

You can use the Documentor that comes with Access

Tools > Analyzer > Documentor



Try that,



Derrick A. Flores

Sony Semiconductor

Assoc. Systems Engineer

66318






  Return to Index