Categories > OpenTBS with DOCX >

Single Quote Doesn't show

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: qiu
Date: 2010-12-30
Time: 18:33

Single Quote Doesn't show

The value i have send to docx  doesnt show when im using single qoute.
For example : my height is 5'
It ok when i use this
[i.submain; block=w:tr]
The problem is when im using this code
[i.submain;block=w:tr;when [i.submain]!=''] 
It return empty rows

Anyone please!

By: Skrol29
Date: 2010-12-30
Time: 18:37

Re: Single Quote Doesn't show

Hi,

This is a known and logical problem.
Try this:
[i.submain;block=w:tr;when ''!=[i.submain]]
By: qiu
Date: 2010-12-31
Time: 00:24

Re: Single Quote Doesn't show

Thanks Skrol29, It's work.