This option allows you make sure that if there is no enough space at bottom of page then group header is printed on the next page with its records.
Category: English
Posts in English
Report Editor get Copy Style feature
You can now copy style from one element of report to another using tool bar button.
Report Editor now supports ORDER of items.
Igor have implement ORDER of items feature.
This allows you to have two or more overlapped objects and control their order of draw using commands
* Send To Back
* Send To Front
You can find these commands as buttons in the Toolbar, as menu commands and as keyboard shortcuts.
Report Editor More Beautiful, Powerful
Igor has improve the appearance of Report Editor’s toolbar. Now it have groups to easy switch between different sets of actions and see buttons only for that actions. This also allows to add into the same space much more toolbar’s buttons.
Added more toolbar buttons and commands to edit layout of a report.
Valentina Reports – Faster, Faster…and Faster!
During last month, Igor did an incredible job to speed up Valentina reports in different areas x10, x2, x2 times …
- Now faster PREVIEW of reports in the Report Editor of VStudio Pro
- Now faster drawing of report layouts in the Report Editor
- Now faster generation of PDFs
Valentina SQL get powerful FORMAT() function.
Ivan have add into Valentina engine new very powerful FORMAT() function for SQL.
It provides great ability to convert numbers and date/times into string format.
Please read detailed syntax in the Valentina WIKI:
http://valentina-db.com/dokuwiki/doku.php?id=valentina:vcomponents:vsql:reference:expr:funcs_string#format
The same algorithms will be added in nearest time to Valentina Reports.
Valentina WIKI now supports FreeMind maps.
So we can develop FreeMind maps and use them in the WIKI docs.
V4REV get two new video-lessons.
1) how to install V4REV
2) how to prepare V4REV MAC app for deployment to a clean user computer.
VPHP MAC now works with MAMP.
We have improve VPHP 4.2 to enable use it with easy-to-use bundle MAMP.
Please read details about installation in the WIKI/VPHP/Manual section
VPHP 4.2 Supports PHP Data Objects
We added support of PDO into Valentina PHP – mac and linux are already done. A new vphp_pdo_ driver is included in the VPHP archive.
What the heck is PDO? Read on.
Valentina for Director – Polished the Log files
Kirill says:
Was found that V4MD produces not very accurate V4MD.LOG file. So was made polishing of this issue to make sure that all functions print all parameters and return value nicely. The same was made for all properties of Xtras.
Improvements for stored procedures and binded queries
It was a huge improvement to solve the problem with a “second run” in stored procedures and binded queries. Sometimes there was an incorrect behavior because of “over-prepared” nodes. There was a workaround with “EXECUTE” statement (which is actually developed to prepare any SQL statement and execute one from another SQL statement). So now this workaround could be omitted.
Valentina for Ruby MAC Improved
We have improved Valentina for Ruby v4 on MAC.
Now we have single UB module vruby_fat_release.dylib instead of two _ppc_ and _i586_. This still perfectly works with Ruby.
The WIKI pages about MAC INSTALL are corrected and updated.
We corrected the Valentina.rb adapter to reflect changes in the SHOW commands in v4, which now produce cursor with columns that have prefix ‘fld_’
Valentina WIKI now have section “Video Tutorials”
Here we will grow set of vide tutorials
Report Control Picture now have property to specify picture by URL/path.
As result you can show in a report not only picture from DB, but from disk or by any URL.