Search found 41 matches
- Mon Feb 22, 2021 3:42 pm
- Forum: Support
- Topic: block edit after print
- Replies: 9
- Views: 25991
Re: block edit after print
i save in RTF
- Thu Feb 18, 2021 1:32 pm
- Forum: Support
- Topic: block edit after print
- Replies: 9
- Views: 25991
Re: block edit after print
the protection works when I send protection, so I save the text and when I reload "rvprParaStartProtect" it stops working, the text can be broken with enter at the beginning, what could I be doing to get around this?
- Wed Feb 17, 2021 3:10 pm
- Forum: Support
- Topic: block edit after print
- Replies: 9
- Views: 25991
Re: block edit after print
Else, how can I test if there are protected passages in the text?
- Wed Feb 17, 2021 2:08 pm
- Forum: Support
- Topic: block edit after print
- Replies: 9
- Views: 25991
Re: block edit after print
I implemented the lock using: ProtectionOptions = [rvprModifyProtect, rvprDeleteProtect, rvprStyleProtect, rvprDoNotAutoSwitch, rvprStickToTop,rvprSticking];
but control + enter is still able to disorganize the text, any idea how to block control + enter?
thanks
but control + enter is still able to disorganize the text, any idea how to block control + enter?
thanks
- Tue Feb 16, 2021 7:28 pm
- Forum: Support
- Topic: block edit after print
- Replies: 9
- Views: 25991
block edit after print
hello, is it possible for me to block changes to a certain block of texts? I would like to block the editing of texts always after printing, so that even the point where it was printed could no longer be changed, but that there is the possibility of breaking the line after the printed point and ...
- Mon Jan 11, 2021 3:42 pm
- Forum: Support
- Topic: Check if the line is empty
- Replies: 1
- Views: 11807
Check if the line is empty
how can I check if there are characters on a specific line? or check if a specific line is empty?
- Fri Jan 08, 2021 8:31 pm
- Forum: Support
- Topic: copy text from the cursor
- Replies: 9
- Views: 26652
Re: copy text from the cursor
the first code worked well, the others were not successful, in any case it was resolved, thanks.
- Fri Jan 08, 2021 8:12 pm
- Forum: Support
- Topic: copy text from the cursor
- Replies: 9
- Views: 26652
Re: copy text from the cursor
in my example the cursor is positioned blinking at the beginning of the line "CCCCCCCCC"
I need a code that copies from the cursor line to the end. in this case the copy would be:
"CCCCCCCCC
DDDDDDDDD
FFFFFFFFFFF
GGGGGGGG "
I need a code that copies from the cursor line to the end. in this case the copy would be:
"CCCCCCCCC
DDDDDDDDD
FFFFFFFFFFF
GGGGGGGG "
- Fri Jan 08, 2021 8:08 pm
- Forum: Support
- Topic: copy text from the cursor
- Replies: 9
- Views: 26652
Re: copy text from the cursor
please friend, I insist that you read and see the examples I gave you, I need to copy only where the cursor is flashing on the screen until the end and not the entire text, I think the translation is getting bad because I don't think it you haven't understood. "your code copies the entire text from ...
- Fri Jan 08, 2021 7:01 pm
- Forum: Support
- Topic: copy text from the cursor
- Replies: 9
- Views: 26652
Re: copy text from the cursor
exactly, i need to copy all the text from the blinking cursor down. example: AAAAAAAAAA BBBBBBBBBB CCCCCCCCC DDDDDDDDD FFFFFFFFFFF GGGGGGGG suppose user placed the cursor at the beginning of "ACPC" I need to copy to a secondary TSrichView from "CCC ..." to "GGGG ..." or if there are more pages after ...
- Fri Jan 08, 2021 12:46 pm
- Forum: Support
- Topic: copy text from the cursor
- Replies: 9
- Views: 26652
Re: copy text from the cursor
hello, I insist, how can I do to copy the text programmatically from the point where the cursor is located by copying all the text below the cursor?
- Thu Jan 07, 2021 1:14 am
- Forum: Support
- Topic: copy text from the cursor
- Replies: 9
- Views: 26652
copy text from the cursor
how to do to select all the text from the point of the strokes down?
- Fri Dec 18, 2020 3:58 pm
- Forum: Support
- Topic: Print Selected Text Only
- Replies: 14
- Views: 36492
Re: Print Selected Text Only
that's exactly it, I will wait for next week's update to finish my work, PS: how do I know about the update's publication? thanks.
- Fri Dec 18, 2020 1:20 pm
- Forum: Support
- Topic: Print Selected Text Only
- Replies: 14
- Views: 36492
Re: Print Selected Text Only
Could you point out a way to get around this component weakness? as i told you this is a feature that compromises the future of my project on a client already in production, i really couldn't wait until the day that you could fix this bug in the component as it will certainly cost my contracts with ...
- Thu Dec 17, 2020 2:35 pm
- Forum: Support
- Topic: Print Selected Text Only
- Replies: 14
- Views: 36492
Re: Print Selected Text Only
the user just types the text, the component automatically breaks as it has to be, this is correct as in word. However when printing it needs that regardless of having Enter or not that it starts on the line that it only needs this, if MinPrintedItemNo doesn't work, could you indicate another way to ...