|
Home > Archive > Programming with dBASE > October 2005 > TExt objects and HTML
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
TExt objects and HTML
|
|
|
| Hi all,
The text class can include html tags. Are there any limitations or
exclusions. Can it handle the image tag, etc
Thanks
Robert
| |
| Ken Mayer [dBVIPS] 2005-10-20, 8:26 pm |
| rb wrote:
> Hi all,
>
> The text class can include html tags. Are there any limitations or
> exclusions. Can it handle the image tag, etc
What do you want to do with it? Display it on a dBASE form or Report, or
stream out to an HTML file?
If to an HTML file, you can put any HTML recognized tags you want out
there. If to a form or report in dBASE, there are limitations. I don't
know that they're documented anywhere, though.
Ken
--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/
*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase
| |
| Robert Bravery 2005-10-20, 8:26 pm |
| HI Ken,
Thats the reason I asked. I want to put it on a form. But could not find any
docunentation, showing the features or limits
Robert
"Ken Mayer [dBVIPS]" < dbase@_nospam_golden
stag.net> wrote in message
news:OzMrWnZ1FHA.1384@news-server...
> rb wrote:
>
> What do you want to do with it? Display it on a dBASE form or Report, or
> stream out to an HTML file?
>
> If to an HTML file, you can put any HTML recognized tags you want out
> there. If to a form or report in dBASE, there are limitations. I don't
> know that they're documented anywhere, though.
>
> Ken
>
> --
> /(Opinions expressed are purely my own, not those of dataBased
> Intelligence, Inc.)/
>
> *Ken Mayer* [dBVIPS]
> /Golden Stag Productions/
> dBASE at goldenstag dot net
> http://www.goldenstag.net/GSP
> http://www.goldenstag.net/dbase
| |
| Ken Mayer [dBVIPS] 2005-10-20, 8:26 pm |
| Robert Bravery wrote:
> HI Ken,
> Thats the reason I asked. I want to put it on a form. But could not find any
> docunentation, showing the features or limits
All I can suggest is experimentation. I know that it's a limited subset,
but I haven't ever seen a listing of what's allowed. There are issues
with the editor object and a list (<ul> or <ol> -- scrolling), but in
most cases you won't be scrolling a text object. Table tags don't work,
as I recall ... not sure about the image tag that you originally asked
about.
Ken
--
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/
*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase
|
|
|
|
|