Andy,
You need to create a printer with multiple copies preconfigured or add a custom hook in the code after the printer information has been read.
Probably easier is to print N times and not...
Type: Posts; User: Vincent Oorsprong
Andy,
You need to create a printer with multiple copies preconfigured or add a custom hook in the code after the printer information has been read.
Probably easier is to print N times and not...
Mike,
Well version 2.1 is already so old and so many new releases since then.
You really need the 2.1 format report definition format with (this) an older integration library / ocx.
The...
Andy,
First find out whether your printer supports the feature. For this download the Printer Driver Analyzer tool...
Michael,
We are working on a solution, not to be expected in the coming month or so, for formatted text. In Windows one does it via RTF, in web via HTML. We need a crossover solution.
Michael,
I was able to reproduce it. Now find the solution.
Geraldine,
It turns out that it is a desired, planned but undocumented change. The value of 0 is not a floating point value but an integer and the field formatting is for a number. So your...
Garret,
I simply select all objects that need to be aligned and choose align (top, left, right etc)
I use the arrange objects view for setting distance to objects to 1pt (usually)
Samuel,
You are right, snap to grid is present in DataFlex Reports.
Michael,
Thanks for making this more clear. I will log a request to review this.
Michael,
Do you remember what value in the variant array you did not assign a value to? And what the type of the data is in both the report and what you are now putting in there?
Michael,
Can you elaborate? I just tried and I see no issues. See attached screenshot.
Geraldine,
Duplicated, I will log it.
Michael,
I can reproduce this and logged it.
Regarding the integration; did you set the piReportLanguage to LANG_GERMAN?
Michael,
Wow, good catch. The code was just setting the combo item to 100%. I've changed this.
Michael,
Thanks for reporting this to us.
I myself hardly ever use guidelines but it needs to work.
Michael,
It is a typical Unicode problem.
Now, how to reproduce? What did you put in the Variant array that caused this problem? Please create a HDE ticket with information and we will look...
Geraldine,
Tried to duplicate the case but the preview does show the "£0.00" when I have:
Procedure SetFunctions
String sFunctionBody sReportId
Get psReportId to sReportId
...
Geraldine,
I would think this is a undesired and unexpected change so we need to make a test workspace to see what is going on.
Geraldine,
What you say is that in the past you wrote:
Set psFunction of oReport sReportId "<name of function>" to ""
and that this resulted in the v7 PDF and that in v8 you need to write:
...
Raveen,
To resolve the issue:
Open the DataFlex Reports Studio
Open the main report file
Open the Function Expert
Click the 3rd button (find by function id)
Paste the studio ID value
Samuel,
While true one better uses the nchar / nvarchar column types as without the MSSQL ODBC driver needs to translate the ANSI to UTF-16 all the time and I bet this is even codepage depending.
Alberto,
There is no property to save a data in a child DDO while saving the parent DDO. The other way around is there. Save a child DDO and the parent saves too (assuming it is allowed)
So,...
Michael,
I cannot reproduce what you claim that does not work. Please give me a list of actions to see whether I can duplicate the misbehavior.
Michael,
This compiler warning tells you there are two OPENREPORT functions and one returns a STRING and the other one a BOOLEAN. As long as you do not call functions that cause these warnings in...
Michael,
This compiler error means that a string open instruction (a single or double quote) was found but that is wasn't closed. Number 39 is a single quote. The screenshot does not show strings...