We are pleased to announce the availability of the release of DataFlex Reports 2022 (v8.1).
Version 8.1 comes with support of multiple ODBC databases using the same data-source. This makes it...
Type: Posts; User: Vincent Oorsprong
We are pleased to announce the availability of the release of DataFlex Reports 2022 (v8.1).
Version 8.1 comes with support of multiple ODBC databases using the same data-source. This makes it...
Bernd,
The OCX can open/use a report definition that is older than the version that was current when the OCX was constructed but not the other way around
so:
- If the customer has a 6.2 OCX...
Todd,
There are two ways to do this
1. Simply ignore the error
2. Write your own error handler and override Is_Critical
The 1st one is the easiest way:
Bernd,
The documentation contains a list of report versions and the released DataFlex Reports revision.
Version 41 belongs to a pre-release of 6.2 and most likely 6.2 Alpha I
Edgar,
The report you send us with the HDE ticket asks for a password in version 6.2 so it is not a change in 8.x
Sean,
The make same size button is already there. The align button too.
I don't think it is a good idea to make combinations of all kind of operations. You suggest this but the next one is...
Sean,
Will log this misbehavior.
Bengt,
Normally you would not allow changing column values in a parent row when creating or editing rows that point to the parent row as it would change the value for all other rows pointing to...
Edgar,
That does not sound right. Please create a HDE ticket and upload the .DR files with the problem for inspection.
Edgar,
You mean a part of the string on a new line in a cell? If so I discovered yesterday that you do this by inserting a Character(10) in your string. IMHO LibXL should have a more elegant way...
Martin,
With v8 you can do this from integration level. Simply open the report, change the connection string information and save the report back to disk.
Note that what Michael says is true...
Wesley,
We looked into this and in our testing it only happens with the Microsoft Print to PDF and also only when this is your default printer. Based on that we found...
Hinnark,
This is indeed a change made in the library for version 8.1
Michael,
Currently there is no support for milliseconds. Will log your request.
Martin,
Did you know that DataFlex has a date picker (since v18)? See https://docs.dataaccess.com/dataflexhelp/#t=mergedProjects%2FVDFClassRef%2FcMonthCalendarPrompt.htm
A time picker is not...
Bastian,
According to https://stackoverflow.com/questions/67838739/how-to-use-transparency-in-webview2 it is possible to make it transparent.
Chris,
Thanks for the cooperation and the clear example. I can duplicate what you report.
Will attach the file to the HDE ticket.
Chris,
Can you make a working example and attach this to a HDE ticket?
Dan,
Thanks for letting everyone know that the response you've got via HDE worked fine.
Wesley,
I was able to reproduce this in Windows 10 so it does not look like it is Windows 11 related. I will put this on the research list.
Wesley,
Can you tell us when/where/how/what you try to do? What settings?
Jesmond,
The dates shown in a tool is different from how it is stored. Usually date(time) values are stored as numbers in the databases and thus the session is expired is not caused by this.
...
Sam,
You can use https://flukeout.github.io/ to learn more about CSS
Wesley,
To me this is a faulty printer driver. The preferences button in the printer properties dialog is different for "each" printer driver/manufacturer.
Dan,
RDS data gets loaded in a SQLite in-memory database and then an SQL statement is used to retrieve the data for formatting. Looking at your message there is a SQL syntax error but in order to...