User Profile

Collapse

Profile Sidebar

Collapse
Jyo72
Jyo72
Last Activity: May 5 '08, 02:01 AM
Joined: Apr 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks for the reply Dokoll.
    I did lot of search on google and many sites & forums. But no luck.
    Not much to do this from VB to Outlook.

    Appreicated your search and guidance.
    Thanks again....
    See more | Go to post

    Leave a comment:


  • Jyo72
    replied to Help in crystal report
    Hi,

    Why don't you create 2 parameters in crystal report as FromDate & Todate.
    you cna pass the values from VB to crystal report these parameters.
    ex:
    'Global Variable Crystal Report Application
    Public CRApp As CRAXDRT.Applica tion

    Set CRApp = New CRAXDRT.Applica tion
    CRApp.LogOnServ er "P2SODBC.DL L", "Servername ", "DBname", LoginName, Password...
    See more | Go to post

    Leave a comment:


  • Colour & data formatting in Outlook from Visual Basic

    Hi,

    I need help to solve my problem. I am a newbie in VBA -- outlook.
    I have to create a module to create outlook body text with data, editable text boxes and need to pass some text wiht different colours based on status(for example-- tentative....bl ue, rejected in red etc....)

    I am able to pass a simple text and a line to outlook message body. But unable to send a textbox and formatted coloured text.
    ...
    See more | Go to post
No activity results to display
Show More
Working...