Search found 231 matches

by Ceprotec
Fri May 12, 2023 2:08 pm
Forum: Report Workshop
Topic: Script Variables
Replies: 10
Views: 25343

Re: Script Variables

When do you call this script? The variable is not assigned before the first call of "set". You can initialize it in the script that is called before report generation: RVReportSetScriptAsString(rv, rvrsOnStart, 'set %teste = ""', True); Or you can initialize RVReportGenerator's ...
by Ceprotec
Fri May 12, 2023 12:46 pm
Forum: Report Workshop
Topic: Division by zero
Replies: 2
Views: 13487

Re: Division by zero

My project is an adaptation of the "ReportWorkshop\Demos\Delphi\FireDAC\ScaleRichViewReportEditor\DelphiUnicode" demo. In the action "ActionGenerateReportExecute" the editor is hidden. srveResult.Visible := False; try DisableEnableCommands ( False ) ; lstMessages.Items.Clear; FEx...
by Ceprotec
Fri May 12, 2023 12:38 pm
Forum: Report Workshop
Topic: RVReportDxMemDataProvider - Memory leak
Replies: 2
Views: 14789

Re: RVReportDxMemDataProvider - Memory leak

Solved, thank you.
by Ceprotec
Fri May 12, 2023 12:38 pm
Forum: Report Workshop
Topic: Script Variables
Replies: 10
Views: 25343

Re: Script Variables

Partially resolved. It still happens with the first record in the first generation of the report (in the second generation it works)

Image

Code: Select all

set %teste = ""
set %teste = Upper(%teste) + Upper("1")
by Ceprotec
Fri May 12, 2023 12:46 am
Forum: Report Workshop
Topic: RVReportDxMemDataProvider - Memory leak
Replies: 2
Views: 14789

RVReportDxMemDataProvider - Memory leak

Attached is the madExcept leak report (I changed the default extension "mbr" to "txt").
by Ceprotec
Fri May 12, 2023 12:32 am
Forum: Report Workshop
Topic: Division by zero
Replies: 2
Views: 13487

Division by zero

I am getting this error on a single report. I tried to create a demo, but I couldn't reproduce the error. main thread ($40e0): 00911150 +0068 NovoProcessoAuxiliarCeprotec.exe RVGrIn 1613 +11 TRVGraphicInterface.ExpandSpacesInCoords 00c04e5a +046a NovoProcessoAuxiliarCeprotec.exe RVUniscribeGrIn 702 ...
by Ceprotec
Thu May 11, 2023 8:22 pm
Forum: Report Workshop
Topic: Script Variables
Replies: 10
Views: 25343

Script Variables

When I assign an empty value to a variable, when using it right away, it is not recognized (rvrgeVariableUnknown)

Code: Select all

set %liv_fol_ins = ""
set %liv_fol_ins = %liv_fol_ins+"text"
by Ceprotec
Thu Oct 21, 2021 12:52 pm
Forum: Support
Topic: Change Background Image
Replies: 2
Views: 5357

Re: Change Background Image

Thanks for the solution. I'll try.
by Ceprotec
Mon Oct 18, 2021 1:07 pm
Forum: Support
Topic: Change Background Image
Replies: 2
Views: 5357

Change Background Image

Português:
Olá Sergey,

É possível colocar um fundo de imagem diferente nas páginas impares e pares?

Inglês:
Hello Sergey,

Is it possible to put a different image background on the odd and even pages?

Image
by Ceprotec
Wed Mar 24, 2021 9:24 pm
Forum: Support
Topic: Cloning line from the table that is inside another table
Replies: 3
Views: 12062

Re: Cloning line from the table that is inside another table

Resolved Sergey! I adapted the function to access the first table found. only works up to 2 tables. procedure ReplicaLinhasTabelaComTabela ( Editor : TSRichViewEdit; Data : TStringListArray ) ; var ItemNo : Integer; IndexVar : Integer; PossuiVar : Boolean; PrimaryIndex : Integer; count : Integer; j ...
by Ceprotec
Wed Mar 24, 2021 6:58 pm
Forum: Support
Topic: Cloning line from the table that is inside another table
Replies: 3
Views: 12062

Cloning line from the table that is inside another table

Hi Sergey, I have the following function: procedure ReplicaLinhasTabela ( Editor : TSRichViewEdit; Data : TStringListArray; ShowProgress : Boolean = False; lblProgress : TLabel = nil ) ; var ItemNo : Integer; IndexVar : Integer; PossuiVar : Boolean; PrimaryIndex : Integer; count : Integer; j , i , k...
by Ceprotec
Mon Jan 11, 2021 12:45 pm
Forum: Support
Topic: Change line spacing in Runtime
Replies: 3
Views: 13736

Re: Change line spacing in Runtime

[Portugues]
Funcionou apenas para o parágrafo selecionado.
Como faço para alterar o todo o texto?

[English]
It only worked for the selected paragraph.
How do I change all the text?
by Ceprotec
Sat Jan 09, 2021 8:05 pm
Forum: Support
Topic: Change line spacing in Runtime
Replies: 3
Views: 13736

Change line spacing in Runtime

[Português]
Como alterar as duas opções marcadas a baixo em tempo de execução?
Obrigado!

[English]
Hi Sergey,
How to change the two options marked below at run time?
Thanks!

Image
by Ceprotec
Wed Aug 12, 2020 11:22 am
Forum: Support
Topic: Error justifying text
Replies: 4
Views: 18590

Re: Error justifying text

Português:
Desculpe a demora, arquivo logo abaixo:

English:
Sorry for the delay, file below:
by Ceprotec
Mon Aug 03, 2020 12:24 pm
Forum: Support
Topic: Error justifying text
Replies: 4
Views: 18590

Re: Error justifying text

English:
even though there is only one space between the two words?

Português:
mesmo havendo apenas um espaço entre as duas palavras?