Regarding Word Application in VB 6.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amitp
    New Member
    • Dec 2006
    • 49

    Regarding Word Application in VB 6.0

    Hi,
    I'm using VB 6.0 application in which one of my modules deals with printing of reports which are in RTF format. I'm able to populate all the data with proper formats. The RTF templates in which the data populates are in Word97. So when I only open that template file and save it in Word2003 the report goes fine. But when I open a Word97 template file, edit it (just typing a space and removing the space again before saving) and save it in Word2003, it causes a problem in the reports. The format gets disturbed but data comes perfectly. Can anyone tell me why this happens and how to get rid of that? Thanks in advance.
  • hariharanmca
    Top Contributor
    • Dec 2006
    • 1977

    #2
    Originally posted by amitp
    Hi,
    I'm using VB 6.0 application in which one of my module deals with printing of reports which are in RTF ...
    Are you using Crystal Report 9 or later version?

    There you have export option and if that is the problem happening for you then; you have to print directly to the word document with your own format.

    (I may be wrong. (you never mention Report versions))
    Last edited by Killer42; Sep 17 '07, 07:32 AM. Reason: Reduced excessive quote block

    Comment

    • amitp
      New Member
      • Dec 2006
      • 49

      #3
      The report is nothing but a word document(word97 ) with .rtf extension. I want to open the same in word 2003.

      Comment

      Working...