Commit Graph

44 Commits

Author SHA1 Message Date
Jesus Reyes A
052c78909f LazReport: Handle designer insert fields exception if dataset has no fields, modified patch by Jean Patrick, issue #32469 2021-08-03 22:27:15 -05:00
maxim
52952de666 LazReport: fixed typo in 'sErrorOccured' resource string name
git-svn-id: trunk@65211 -
2021-06-10 22:42:34 +00:00
maxim
dcb1871753 LazReport: added missing period to resource string, regenerated translations and updated Russian translation
git-svn-id: trunk@63940 -
2020-09-29 23:31:45 +00:00
jesus
ebc3a1947b LazReport: Support for custom paper sizes.
git-svn-id: trunk@63931 -
2020-09-28 01:10:36 +00:00
maxim
b68407fc52 Translations: regenerated all relevant translation files after r61225 #75a8b1b83c
git-svn-id: trunk@61226 -
2019-05-13 23:21:39 +00:00
jesus
755a6e60ef LazReport: Documents the "IF" internal function, patch from Soner, issue #32197
git-svn-id: trunk@57596 -
2018-04-03 08:10:25 +00:00
maxim
c6d7c228dd LazReport: Cross-Tab component's i18n by Marcelo B Paula, bug #32883, with
some minor changes; regenerated translations and updated Russian 
translation

git-svn-id: trunk@56856 -
2017-12-27 15:24:36 +00:00
maxim
057ac6b2f2 LazReport: regenerated translations and updated Russian translation
git-svn-id: trunk@55871 -
2017-09-15 22:12:13 +00:00
jesus
df0d616b82 New patch from Aleksey Lagunov:
1. Send to email addons
 - fix work with post client if client locked exported file
2. Internal scrip
 - add mouse cursors const to script engine
 - localize error messages (add russian messages)
 - fix error on parse string values in scrip (now work ' char in string)
3. Report designer
 - in report designer add check code before save script
 - for memo object on master/detail band add popup menu for
   quick select fields from master/detail datasets
   (see option in designer options dialog)

 - fix show scrip editor for dialog page on mouse duble click

4. Crross report
 - add scrip suppert
 - add internal const "CrosViewIsEmpty" 

5. Cleanup code 

git-svn-id: trunk@52504 -
2016-06-14 20:44:19 +00:00
jesus
3594a6b528 LazReport, added compatible read for original (produced with Lazarus 1.4.4, frVersion=28) prepared reports on newer versions plus option (enabled by default) for ugrading old prepared reports to current version, fix issue #29966
git-svn-id: trunk@52108 -
2016-04-05 21:24:15 +00:00
jesus
e67575ac1c LazReport: Aleksey Lagunov patch:
-Version of LR 3.1
-In binary file save property Restriction
-Localize message for error in export procedure
-In export procedure use try-finaly block

git-svn-id: trunk@52072 -
2016-03-27 19:03:58 +00:00
maxim
c3c9b8a16a LazReport: Polish translation update by Paweł Dmitruk, bug #27548. While at this, regenerated all other translations.
git-svn-id: trunk@48024 -
2015-02-26 22:08:31 +00:00
maxim
029ac3e841 LazReport: i18n-ed editor options and function editor, based on patch by Péter Gábor, bugs #27339, #27340; regenerated translations and updated Russian translation.
git-svn-id: trunk@47484 -
2015-01-22 21:36:41 +00:00
giuliano
6434ecc3b5 Updated Italian translations:
IDE,lazreport

git-svn-id: trunk@47183 -
2014-12-12 18:10:35 +00:00
jesus
735b4ac629 LazReport, Child bands impleementation by Gabor Boros with changes, issue #26996
git-svn-id: trunk@46838 -
2014-11-13 16:59:18 +00:00
giuliano
d3cb58f726 Updated Italian translations:
IDE,LCL,components,examples

git-svn-id: trunk@46798 -
2014-11-11 17:38:50 +00:00
jesus
e169235dee LazReport, make sure template dir is created if it doesn't exists
git-svn-id: trunk@46692 -
2014-10-28 06:22:37 +00:00
giuliano
032e4bd8b8 Updated Italian translation
git-svn-id: trunk@46661 -
2014-10-25 08:49:38 +00:00
maxim
fe73bdea8d Translations: Italian translation update by Giuliano, bug #26823
git-svn-id: trunk@46454 -
2014-10-06 22:46:44 +00:00
jesus
3d57759746 LazReport: handle errors on loading reports by throwing exceptions, issue #26636
git-svn-id: trunk@46085 -
2014-08-28 20:42:05 +00:00
jesus
118cc819c4 LazReport: New big patch from Alexey Lagunov (with small changes)
-------------------------------------------------------
Addfunction / frFuncStr
  - Fixed string functions - accounted for UTF8 strings

DialogControls
  - Fixed reports generation with built-in query mode, MDI (multiple reports open for viewing at the same time)
  - Fixed UNDO in editor
  - Added property HINT for dialog controls
  - A new component - TlrRadioGroup

lrOfficeImport
  - New tool reports designer to import data from a spreadsheet as a report template

source
  - The object TfrMemoView added new handlers
    - OnClick - Event when you click on TfrMemoView in playback mode built reports
    - OnMouseEnter - Event at the Enter of the mouse over TfrMemoView in playback mode built reports
    - OnMouseLeave - Event at the Leave of the mouse TfrMemoView in playback mode built reports

  - The object TfrMemoView added new properties
    - Cursor - the mouse cursor when moving over TfrMemoView in playback mode built reports
    - DetailReport - a reference to the detail-report - called when the user clicks the mouse on TfrMemoView in playback mode built reports

  - A mechanism to detail-report - call a detailed report of the current report
  - In ineterpretatore added new features (for compatibility with FastReport 2.5):
      - FINALPASS
      - CURY
      - PAGEHEIGH
      - PAGEWIDTH
  - In the reports, the editor started saving paramerov editor (the location of the Object Inspector, fonts)
  - In the reports, the editor corrected the addition of new tools (implemented a new tool - Import report template from excel/OpenOffice)
  - Editor of reports finalized Inspector data - now you can also insert variables
  - For export to txt implemented request form export options

images
  - Made in the resources icon tool insert fields in a report from the editor

Demo included (detail_reports)

And new extensions:
- import report template from calc/excel
- send email from report preview (for sending used local mail app, installed on user PC - in windows its TheBat! and Mozilla Thunderbird).
  In future I'm plan make direct send.

git-svn-id: trunk@46079 -
2014-08-28 04:10:20 +00:00
maxim
ed087f691f LazReport: improved localization, regenerated translations, updated Russian translation (bugs #26502, #26503)
git-svn-id: trunk@45969 -
2014-07-24 21:42:09 +00:00
jesus
80015d973f LazReport, new tool: 'Data inspector', to get list of Db Fields and drag & drop into report designer, from Alexey Lagunov
git-svn-id: trunk@44778 -
2014-04-21 18:55:46 +00:00
maxim
b88c09b071 LazReport: regenerated translations
git-svn-id: trunk@43827 -
2014-01-27 20:46:22 +00:00
maxim
fc26b020e8 LazReport: more typos (gradian -> gradient), regenerated translations and updated Russian translation
git-svn-id: trunk@43562 -
2013-12-16 23:57:16 +00:00
maxim
362eff6bb6 LazReport: fixed typos (patch by Reinier Olislagers, bug #25429), regenerated translations and updated Russian translation
git-svn-id: trunk@43560 -
2013-12-16 23:24:47 +00:00
maxim
02a1939e74 LazReport: regenerated translations; updated Russian translation
git-svn-id: trunk@43328 -
2013-10-27 13:04:58 +00:00
jesus
b1d5a81dfb LazReport: complement of previous patch, from Alexey Lagunov
git-svn-id: trunk@43326 -
2013-10-26 22:23:48 +00:00
jesus
82ba28e80b LazReport, restored accidentally removed translations
git-svn-id: trunk@43063 -
2013-10-03 13:27:57 +00:00
jesus
76fbc9e44c LazReport, improve error message on missing classes, was about FRF format while in reality is about LRF format
git-svn-id: trunk@43046 -
2013-09-30 18:09:07 +00:00
juha
d0f9c1e22c Lazreport: changed .po files
git-svn-id: trunk@40844 -
2013-04-18 18:41:18 +00:00
jesus
606d865ad3 LazReport, Patch from Alexey Lagunov:
1. Fix error set Page.Visible=false from report script when generating the report.
2. Added a new component for the lazreport dialog boxes - TfrButtonPanel.
3. Implemented change size report dialogs with mouse.
4. Fixed display of selected controls in the report dialog box on modify  report at design time.
5. Improvements to create a preview form for reports.
6. For component TfrDesigner added Events to save and read reports in the designer from sources other than files. For example - from the database.

git-svn-id: trunk@40720 -
2013-04-05 18:19:56 +00:00
jesus
4df5e46efb LazReport, Implemented search in preview the report, from Aleksey Lagunov, issue #22296
git-svn-id: trunk@37708 -
2012-06-20 20:02:08 +00:00
jesus
6c4d3a2ff9 LazReport, implements HideZeroValues and templates in XML format, continue work on Dialogs, from Aleksey Lagunov, issue #22173
git-svn-id: trunk@37504 -
2012-06-03 17:52:39 +00:00
jesus
f1c82d9a6d LazReport, continue work on dialogs and some fixes, for details see issue #22141
git-svn-id: trunk@37448 -
2012-05-29 04:42:31 +00:00
jesus
d557766981 LazReport, add default empty template to report designer 'new...' file menu, issue #22123
git-svn-id: trunk@37416 -
2012-05-25 07:25:01 +00:00
maxim
250300ddd2 regenerated translations; updated Russian translation
git-svn-id: trunk@36694 -
2012-04-10 00:51:33 +00:00
jesus
16fed50b6e LazReport, published stretched property on Line objects, added popup menu item to select all objects of the same class
git-svn-id: trunk@36497 -
2012-04-01 10:16:51 +00:00
maxim
ac94bd963c Translations: cleanup some PO files
git-svn-id: trunk@35483 -
2012-02-19 14:28:47 +00:00
jesus
babc60c98f LazReport, enable mixing round and squared corners in roundrect object, fix changing roundrect object properties in obj. insp. were not reflected in designer
git-svn-id: trunk@33903 -
2011-12-02 08:31:09 +00:00
maxim
dcfb62621b regenerated translations; updated Russian translation
git-svn-id: trunk@30432 -
2011-04-22 20:42:07 +00:00
maxim
3a372890ed Translations: Italian translation update by Massimo Soricetti, bug #19214
git-svn-id: trunk@30431 -
2011-04-22 20:15:17 +00:00
maxim
7d0f393fff regenerated translations; updated Russian translation
git-svn-id: trunk@29659 -
2011-02-23 17:01:19 +00:00
marc
c8f3c56e61 + added missing Italian translation. Patch by Sandro Cumerlato
git-svn-id: trunk@29656 -
2011-02-23 00:39:05 +00:00