Search found 170 matches

by alexandreq
Tue Jun 25, 2019 6:40 pm
Forum: ScaleRichView
Topic: Searching text in datafield
Replies: 1
Views: 27781

Searching text in datafield

Hello

I have a trichview linked with a dbfield, is it possible to do a search in my dbfield for a expression, word, something like:

select idtext from table where field like '%house of sun%'

thanks
regards
by alexandreq
Tue Jun 25, 2019 6:34 pm
Forum: ScaleRichView
Topic: Insert image from a copy and paste
Replies: 1
Views: 25601

Insert image from a copy and paste

Hello

If I copy a bmp image and paste it into my Trichview, is it pasted as bmp or jpge?

If it is pasted as bmp, is there any way to paste it as jpge?

Regards
by alexandreq
Wed Aug 24, 2016 12:05 pm
Forum: Support
Topic: Get the word selected
Replies: 6
Views: 21570

You are right, I forgot the Selstart and sellength, I'll do that.

thanks Sergey

if you need some more translation to portuguese, you can count on me.
by alexandreq
Mon Aug 22, 2016 4:09 pm
Forum: Support
Topic: Get the word selected
Replies: 6
Views: 21570

Hello Sergey I am returning this issue, thanks for your help so far. But my needs are different from those solutions, although it also helped me with another task. explanation the problem I have a text in 3 pages and in all this text the word "sightseeing" appears 9 times in all text. When...
by alexandreq
Fri Aug 19, 2016 3:50 pm
Forum: Support
Topic: Error loading hunspelldll.dll :(
Replies: 3
Views: 13689

This error happens exactly in this line:

DLLHandle := LoadLibrary(PChar(dllname));

was the dll compiled ? Changed?

the date of the dll is 27/05/2006

thanks for your reply
by alexandreq
Fri Aug 19, 2016 1:55 pm
Forum: Support
Topic: Error loading hunspelldll.dll :(
Replies: 3
Views: 13689

Error loading hunspelldll.dll :(

Hello, I have a directory named "dic", my application is in this directory: c:\teachmenow3 and the "dic" directory is "c:\teachmenow3\dic" My code identify the dll and call the method to load the dll, please, take a look: if FileExists('dic\hunspelldll.dll') Then Begin ...
by alexandreq
Thu Aug 11, 2016 11:19 am
Forum: Support
Topic: How to get a selected bloc?
Replies: 1
Views: 10040

How to get a selected bloc?

Hello,

I'd like to know how could I get a selected marked block in TDBRichViewEdit?

I selected a block of my text and I want to get all words from it.

Thanks
by alexandreq
Thu Mar 03, 2016 4:27 pm
Forum: Support
Topic: Get the word selected
Replies: 6
Views: 21570

Get the word selected

Hello serge, I am trying to do something that must be very simple but I am not getting it and I need your help. I have a text with 3 or more pages, there is a word in my text named “sightseeing” that appears 9 times in all my text. When I highlight the word I need to know what word “sightseeing” was...
by alexandreq
Wed Nov 05, 2014 10:27 pm
Forum: Support
Topic: Invalid class type cast
Replies: 8
Views: 25864

Thanks,

I updated the function

Regards
Alex
by alexandreq
Tue Nov 04, 2014 10:44 pm
Forum: Support
Topic: Invalid class type cast
Replies: 8
Views: 25864

Yeah Sergey,

I had made a mistake, you are right and it worked.

Thanks very much !
by alexandreq
Tue Nov 04, 2014 12:09 am
Forum: Support
Topic: Invalid class type cast
Replies: 8
Views: 25864

hello Sergey Unfortunately I am having the same error. As I told you, when I open my table and the text is displayed in the DBSrichEditview and then I close the form clicking on the close button of my form, I got that error. If I close my table firstly and close the form, the error didn't happen. Yo...
by alexandreq
Fri Oct 31, 2014 6:08 pm
Forum: Support
Topic: Invalid class type cast
Replies: 8
Views: 25864

Hello Sergey, I have installed madexcept in my delphi and I got the error in a report, maybe it can be useful for you. I noticed that it only happen when I close the window through close button. please, take a look at it whether the report gives you a clue date/time : 2014-10-31, 16:01:09, 645ms com...
by alexandreq
Mon Oct 27, 2014 12:22 pm
Forum: Support
Topic: Invalid class type cast
Replies: 8
Views: 25864

Invalid class type cast

Hello Sergey, I updated to the last version and I am having the following error: Invalid class type cast I use DBSRichViewEdit with FIREBIRD on a field that its typecast is binary Blob. The version that I had v5.9.5 wasn't giving me the error. What should it be? This error happens when I close the f...
by alexandreq
Fri Oct 24, 2014 12:25 pm
Forum: Support
Topic: Page, Line and Column of my text, how to get them?
Replies: 2
Views: 12616

Hello Sergey

Thanks for your help.

Have a nice moment over there :)
by alexandreq
Thu Oct 23, 2014 7:16 pm
Forum: Support
Topic: Page, Line and Column of my text, how to get them?
Replies: 2
Views: 12616

Page, Line and Column of my text, how to get them?

Hello,

I have a form where I have a statusbar with 3 panels.

1º) Page
2º) Line
3º) Column

How to get the information from my DBSRichViewEdit so that I can display them each one in the correct panel from my statusBar?

Thanls
Alex