Search found 4 matches

by SiriusDG
Fri Oct 09, 2009 4:16 pm
Forum: Support
Topic: Invalid property value on Form.Create
Replies: 1
Views: 8992

Invalid property value on Form.Create

Sergey -- Hi, I am upgrading an existing application. I currently have about 3 richview edits which all behave identically, just displaying different information. I wanted to convert another plain text memo field to richtext, so I copied an existing rve, deleted the memo, dropped in the copied rve, ...
by SiriusDG
Fri Dec 02, 2005 8:56 pm
Forum: Support
Topic: Large Docs with Many Pictures
Replies: 6
Views: 27192

Progress for SaveRTF, and RTF File Size

Sergey -- Okay, they were very helpful and that is working better now. Now is there some way to do the same for SaveRTF -- a progress indicator to let the user know how the save was going? Some of my clients are saving reports > 500 pages, and while SaveRTF is much faster than PDF, it still takes a ...
by SiriusDG
Thu Nov 10, 2005 6:58 pm
Forum: Support
Topic: Large Docs with Many Pictures
Replies: 6
Views: 27192

Converting to PDF

Okay, I have cleaned that up a bit and it is working better now, and clearing the report when I am done frees the memory. Next question, I offer the user the ability to save to PDF, using RolePDF dll -- this takes a L O N G time...is there a progress indicater from within the RodePDF system that I a...
by SiriusDG
Mon Oct 31, 2005 5:54 am
Forum: Support
Topic: Large Docs with Many Pictures
Replies: 6
Views: 27192

Large Docs with Many Pictures

Hi -- I am using trichview to create large documents with many (>150) full screen bitmaps. Psuedo code looks something like this...(apologies for poor formatting, my spacing is being deleted by the board) Source := tjpegimage.create; for i := 1 to numpages do begin PageNum := PageNum +1; NextItem :=...