[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: rtf output for MSWord



Try creating a variable that contains the ascii code for the curly
brackets. Then, when you write out your line,

   Write 1 From $CurlyLeft $SomeField $CurlyRight

HTH,
Rod





Debbie Pavlak <dpavlak@EXCITE.COM>@list.iex.net> on 04/30/2002 04:17:57 PM

Please respond to sqr-users@list.iex.net

Sent by:  "Discussion of SQR, Brio Software's database reporting language"
      <SQR-USERS@list.iex.net>


To:   SQR-USERS@list.iex.net
cc:

Subject:  rtf output for MSWord

I created a Word document and saved it as rich text format.  Now, I'm
trying to create a sqr report as a rtf file using the information from my
template.  I've been successful doing this for Excel "slk" files.
RTF files have numerous right and left curly brackets which produce sqr
errors.  I've tried to escape the curly brackets by replacing each single
one with 2 brackets, but sqr still tries to create substitution variables
when I write the data.

Does anyone have any ideas how I can escape these characters or what I'm
doing wrong?

Thanks so much!

------------------------------------------------