HTML Field

I have a search application that is returning a field that contains a nicely formatted html page.

This includes a table, etc

Looks something like this:
<p><table width=“100%”><tr><td width=“75%”><span style=“font-size:14px;”>1001 St Condominiums<br>1001 Saint St<br>Baltimore MD 21202-2640<br><img src=“Img/iconPhone.png” width=“13” height=“9” border=0 alt=“Phone”>(555)244-8880<br><br><br></span></td></tr><tr><td width=“75%”><p style=“font-size:12px;color:red;”>ckey# 19394653</p></td></tr></table><hr>

Is there someway to show this field at just one big html field?

Re: HTML Field

You can create a custom button that opens a new (popup?) window to show your html code in html format.

Re: HTML Field

I really want to be able to scroll from record to record showing the formatted html.
Basically it’s prettier as an html field than looking at the individual fields on the form.

Re: HTML Field

I agree to asawyer13. Placing a button for an additional field is not helpful idea.
May be I describe the problem from another point of view.

using a multiline Text fild gives you the possibility to show some infos to the user,
but if you choose html tags to format this info screen unfortunally the tags are shown.

Simple example:

foreach ($dataset as $used)
{Info}= {Info}.“start :”.$used [0]." end :".$used [1]."</br>";

Info is an multiline text field. The array dataset loaded in $used gives its start and end points to this text fild.
I order to make it easier to read a simple “</br>” tag is added.
Here is what will be shown:

start :2009-04-25 end :2009-05-23</br>start :2009-07-04 end :2009-07-18</br>start :2009-09-12
end :2009-10-03</br>start :2009-11-07 end :2009-11-14</br>

Does not look friendly to read.
But, what you can do is, use the Multiline Text field as a LABEL. Here the HTML tags will be tranlated and you can
format the text. BUT at the end, it does not help, because each SPACE you use starts a new line. I tested it with
replacing the SPACES withe underscore “_” an got this result:

start:_2009-04-25_end:_2009-05-23
start:_2009-07-04_end:_2009-07-18
start:_2009-09-12_end:_2009-10-03
start:_2009-11-07_end:_2009-11-14
start:_2009-07-18_end:_2009-08-01
start:_2009-09-05_end:_2009-09-12

a little bit better, but still not what it should be.

You get what you want, using the HTML-Editor field.
Everthing will be shown using HTML tags. But I did not
found a working switch for switching off the toolbars yet.

Best regards

Eric

Re: HTML Field

A (very) dirty solution is this: put your html code in the label of a field (sc_label) and make the field itself readonly. According to documentation only possible in grids, so besides dirty probably useless as well…

Re: HTML Field

Eric,
Thanks, now if there was a way to turn the toolbars off, then maybe I could make that work.

Re: HTML Field

OK, dirty or not. Easiest way is a small switch to a multiline Textfield, which lets it display true code or HTML.
The example of switching to label was only given to show, that it is really possible (no question) but in a web
enviroment, it should be a minimum requirement to show formated text using html, or am I wrong?

Best regards

Eric

Re: HTML Field

Found in Version 5 Multiline Text field:

HTML Content Yes No The content of the field is HTML.

happy X-Mass

Re: HTML Field

Excellent.

Re: HTML Field

yes, it is.

But why not in a form, just in a grid???

Now (I’m using Scriptcase [SIZE=12px]8.1.032) just use Data-Type ‘HTML-Editor’ and mark the field as ‘Read-Only’ in ‘Edit-Fields’.

But the [/SIZE][SIZE=12px]different setup between grid and form to do the same thing is confusing me.[/SIZE]

The look of a HTML structure can be enormously enhanced with CSS

webs services

An HTML form is a section of a document containing normal content, markup, special elements … This attribute specifies a prompt string for the input field.