Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
記事http://runrev.com/newsletter/june/issue135/newsletter4.phpは、テキスト フィールドに表を表示する方法を示しています。インライン画像を表示することも可能ですか?
オンライン画像を挿入するには、フィールドの htmltext をいじる必要がありますが、それは可能です。フィールドの htmltext を変数に入れ、次のように html の行を挿入します。
put "<img src=" & quote & "http://www.site.com/image.png" & quote & ">" after line x of tHtmlText
次に、フィールドのhtmltextをtHtmlTextに戻します