How do you basically edit a page layer?
If you e.g. create a frame around a report field, or a line under a text, how do you know the position of the area in the report when editing the layer?...
Type: Posts; User: Emil Preter
How do you basically edit a page layer?
If you e.g. create a frame around a report field, or a line under a text, how do you know the position of the area in the report when editing the layer?...
Such a list only has
Page header
details
Page footer
If the subtotals are calculated in the details rows, you can not transfer the subtotals of the last line in Page Footer at the end of the...
It is a .rv-file with many arrays and the error occured only when it was running under debugger.
In the meantime, I have reset all arrays to 0 when they are no longer in use, and reset others when...
dataflex 19.1, Report Writer 7.0.1
In one report "refresh Data" closes the report.
With other reports the same data gives no problem.
What may be? Does refresh data also tests the structure of the...
dataflex 19.1, Report Writer 7.0.1
In one report "refresh Data" closes the report.
With other reports the same data gives no problem.
What may be? Does refresh data also tests the structure of the...
I calculate the number of pages per order in Dataflex in the .rv file and transfer this to the report in a subreport. Could that help you?
For the record; you've logged this issue in HDE, right? Yes thats right.
For orders with duplex printing, and different lengths, up to 8 pages, output of explanations on the back and also output of charts on the front, this does not work correctly for the first order, it...
In Help is to find:
this option as an alternative to duplex printing. For example if each 2nd page needs to be the delivery terms. The terms can then be added to the report via a page layer which...
The Dataflex learning center has lessons on Json with a Json Demo Program. Where can I download this demo program?
I have now tried without "rest page number", but this gives also problems:
I have an Invoice report with page header 1. This is called up on every back page. Page Header 2 is the first page of the...
Report Writer 7.0.1
I have set in the last group footer: reset page number after this section, but in next order the page number ist not 1 but page number + 1.
What am I doing wrong, because Help...
I have in ReportHeader a subreport with two fields. These two fields shall give their value to 2 global variables of the mainreport.
The problem is now that if ReportHeader is hidden or the...
the error occurs in Procedure RefreshReport with the instruction Send ComReportRefresh sReportId
Hi Vincent,
I have opened a Thread "How to create a Json File .......... " in Windows Applications because I don't know how to create a Json File to import it in ReportWriter! Please see there!
How can I create a Json File to import it in ReportWriter?
What is to do that ucaJson becomes a Json File that I can import in ReortWriter?
Procedure JsonOut stData vData
...
ReportWriter 7.0.1, Dataflex 19.1, Windows 10:
Report with 5 subreports shows this error when changing something in
Function AddRDSData String sTableName Integer iSibling Integer...
I have a report with Subreport and there is a chart whose data is RDS data.
I now want to open the Chart Wizard to see which RDS data fields are assigned to the x-axis and the y-axis.
I can not...
I have now added to oRTFButtonBand.pkg:
//****************************************************************************
// This object shows a bitmap to indicate that the user can...
I looked in the forums for setting background color to RichEdit fields, like set Textcolor for the text but without success.
After a long time searching in internet I found it...
also select all doesn't help. It only fills the whole field with color but doesn't adjust the RTF language
Set TextColor of oDbRichEditText to clRed here Textcolor knows the selected text
Set Color of oDbRichEditText to clRed here Color doesn't know the selected range
Yes it would be nice if you could add a button that sets the "TextBackColor" for the entire RichEdit control.
I think this would be nearly same as to color the text, only to change "TextColor"...
We have been using oRFTButtonband.pkg for years and have now discovered that the background color button is missing, which we desperately need. Is there a newer version that contains this button, or...
In the meantime i found out that a Zerofile Bkabrkop was the reason. After exchanging it with:
Repeat
Find gt BkAbrKop by recnum
If not Found Break
...