Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by aberbotimue

  1. aberbotimue

    create richtext at runtime, in web app

    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...
  2. aberbotimue

    create richtext at runtime, in web app

    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...
  3. aberbotimue

    create richtext at runtime, in web app

    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...
  4. aberbotimue

    create richtext at runtime, in web app

    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...

Part and Inventory Search

Back
Top