Search found 16 matches

by hcourcelles
Thu May 12, 2011 7:36 pm
Forum: Support
Topic: Table with one or two columns
Replies: 13
Views: 24974

Follow up on problem encounter

Hi, I have found the problem but don't understand why it is giving an error. Maybe it is a bug. Only you will be able to tell me. By clicking the 2 columns button with the code that you provided me, it create automatically the second columns. I found out that just after inserting the second column ...
by hcourcelles
Thu May 12, 2011 2:34 pm
Forum: Support
Topic: Table with one or two columns
Replies: 13
Views: 24974

Drag and drop problem after switching to two columns

Hello, This is a new issue that I've been informed while using the application. Just after switching the content of the richviewedit to two columns, if I select some text in the first column and want to drag it to the second column I get an error that force me to close the application and restart it ...
by hcourcelles
Thu May 20, 2010 12:02 am
Forum: Support
Topic: Printer Dialog
Replies: 2
Views: 8375

Thank you.

It is working!

Best regards,

Helene
by hcourcelles
Wed May 19, 2010 8:19 pm
Forum: Support
Topic: Printer Dialog
Replies: 2
Views: 8375

Printer Dialog

Hi, I've post this question earlier but in the ScaleRichView section which was not my intention. Sorry! Here is my question? If I do RVPrint1.Print('',1,False) it print directly to the printer without any printer dialog that shows. How can I print with a print dialog prior to send to printer so that ...
by hcourcelles
Fri Apr 30, 2010 11:55 pm
Forum: Support
Topic: Adding a table in a table cell
Replies: 1
Views: 7190

Adding a table in a table cell

Hi, I'm trying to insert a table in a table cell. First table table1 := TRVTableItemInfo.CreateEx(1,2, RichViewEdit1.RVData); table1.BestWidth := 700; table1.BorderWidth := 1; table1.Cells[0,0].BestWidth := 350; table1.Cells[0.0].Clear; table1.Cells[0,1].BestWidth := 350; table1.Cells[0.1].Clear ...
by hcourcelles
Thu Apr 08, 2010 8:27 pm
Forum: Support
Topic: Removing empty line preceding a paragraph
Replies: 1
Views: 7025

Removing empty line preceding a paragraph

Hi, When I add text with AddNL inside a cell and specify a paragraph style, it always insert an empty line preceeding my text. Where in the paragraph setting can i configure it so it won't add an empty line preceeding the text? FYI: SpaceBefore is set to 0. This way my table and cell will look ...
by hcourcelles
Tue Apr 06, 2010 4:49 pm
Forum: Support
Topic: Table with one or two columns
Replies: 13
Views: 24974

Oups! Little problem

Hello, When I insert some bold, underline or italic style in column 2 and than try to switch to one column all the content of column number 2 is not added properly to column 1. All the content following the first style inserted (for example bold with italic) in column 2 dissapear. If I save I get an ...
by hcourcelles
Tue Apr 06, 2010 4:09 pm
Forum: Support
Topic: Table with one or two columns
Replies: 13
Views: 24974

It's almost working

Hi, I would like to thank you for taking the time to provide me an example. It help me implement what I needed for my client. To make sure that the client could not insert anything else outside of the table I inserted in the OnChanging event this If DBRichViewContenu.TopLevelEditor=DBRichViewContenu ...
by hcourcelles
Tue Feb 23, 2010 7:15 pm
Forum: Support
Topic: Dot lines surrounding table
Replies: 1
Views: 6529

Dot lines surrounding table

Hi,

I would like to know if we can change the color or the pitch of the dot line surrounding a table and cells in a DBRichViewEdit?

Thanks!
by hcourcelles
Tue Feb 23, 2010 7:11 pm
Forum: Support
Topic: Table with one or two columns
Replies: 13
Views: 24974

Almost working

Hello,

This is working pretty well.

I just forgot to mentioned that only one table was possible in the DBRichViewEdit. I really need the user to not be able to add more than one table with one or two columns in the DBRichViewEdit.

Thanks again for your help!

This is very cool!
by hcourcelles
Thu Feb 18, 2010 1:10 am
Forum: Support
Topic: Table with one or two columns
Replies: 13
Views: 24974

The content should go like this: From one to two columns : content remains inside the first column. From two to one column: content from column one + blank line + content from column 2 goes into column one and column two disapear. All the style already apply to text as bold, italic, underline must ...
by hcourcelles
Thu Feb 18, 2010 1:00 am
Forum: Support
Topic: Caret disapear after inserting list bullet
Replies: 2
Views: 8116

It is working perfectly now.

Thanks!
by hcourcelles
Thu Feb 18, 2010 12:59 am
Forum: Support
Topic: Bold style problem
Replies: 3
Views: 9383

I've set the option as suggested. It didn't work. The information was still in red so I inserted a new record to see if it was working with a brand new record and the problem was still there also. I decided to erase all records from the database and inserted a new one and only then did it work when ...
by hcourcelles
Fri Feb 12, 2010 3:28 am
Forum: Support
Topic: Bold style problem
Replies: 3
Views: 9383

Bold style problem

Hi, I've been able to set bold style on some character in DBRichViewEdit. Visually it is working and as soon as I click my bold button they appear in bold. After that, I saved the record to the database. If I close the window that I was working in and reopen it, the character that were in bold are ...
by hcourcelles
Fri Feb 12, 2010 1:41 am
Forum: Support
Topic: Caret disapear after inserting list bullet
Replies: 2
Views: 8116

Caret disapear after inserting list bullet

Hi, I've created a DBRichViewEdit and created a button name "List" that when click insert a bullet list into the DBRichViewEdit as showned in the "Editor 1" example of the demos. It is working perfectly in my application except that as soon as the first bullet list is inserted the caret disapear. I ...