Daddy, Thanks, I'll have a go at that.. Not as easy, as I am not sure how to create a form, either on the fly!!
Roo.. god no, thanks for the help.. I thought I was just going mad, as I could create other stuff, and not this!! I am genuenly thankfull for your time, for taking the effort to...
If only!!
Thats where I started...
removing the parent gives
[code]
Internal Application Error
Control 'RichEdit2' has no parent window
c
When you apply parent to the 'TWebModule1' via self, you get
[code]
[DCC Error] codebase.pas(299): E2010 Incompatible types: 'TWinControl' and...
Thanks Roo
but still gives the
Control 'RichEdit2' has no parent window
error
so I now have
Fbox := TRichedit.Create(nil) ;
with Fbox do
begin
Name := 'RichEdit2';
Parent := nil;
Left := 208;
Top := 224;
Width := 185;
Height := 89;
Lines.Clear...
X-posted - Its stumped me, and another forumds thus far!
Can anyone point me in the right direction..
I am running a very quick cgi web application.. but require a print out as an rtf..
in a stand alone app I drop the richtext componant on, and it does what it needs, and then prints, like i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.