main logo
Subject: Re: Rich Text control
Author: Paul Newton
Posted: 2007/05/31 15:50:36
 
View Entire Thread
New Search


Tracy

That looks like a great starting point

Many thanks

Paul

Tracy Pearson wrote:
> This code in the command line puts text into the control
>
> cF = CREATEOBJECT("form")
> cF.Show()
> cf.AddObject("oIE","olecontrol","shell.explorer.2")
> cf.oIE.Width = cf.Width
> cf.oIE.Height = cf.Height
> cf.oIE.Visible = .t.
> cf.oIE.navigate2("about:blank")
> cf.oIE.Document.body.innerHTML = "Hello"
>
> HTH,
> Tracy
>




 
©2007 Paul Newton
<-- Prior Message New Search Next Message -->