Commit Graph

13 Commits

Author SHA1 Message Date
jesus
981217b37e LazReport: fix parser error - if script variable contains word END. From Aleksey Lagunov
git-svn-id: trunk@52899 -
2016-08-31 20:58:17 +00:00
blikblum
4f81d97579 lazreport: add const to string params; remove not used unit (Graphics)
git-svn-id: trunk@52653 -
2016-07-10 12:11:47 +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
5f2c42d8c1 LazReport: Patch from Alexey Lagunov:
1. In frVarible removed unnecessary manipulation of memory with PString
2. To export filters can now be controlled via the function Setup. In the future we plan to implement the export options window for some of
the filters.
3. In a script bug fixed constants for color. Uses all standard colors Lazarus ( previously only 16 colors ).
4. In the script added constants and mrOk mrCancel. You can use the built-in function for MessageBox.
5. The script Fixed bug with setting object properties in the case of several pages in the report.
6. Fixed a bug report from the designer view - did not work identified in the program of event report.

git-svn-id: trunk@44281 -
2014-02-27 17:59:34 +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
34c4d51b11 Fixes from Alexey Lagunov:
1. Fix AV on set frPrinGrid.Font property
2. Fix set Visible in script for dialog controls
3. Fix show frDataSet in object inspector after delete it from DialogPage
4. In Object Inspector sort compnent names in combobox
5. Fix string with '''' char

git-svn-id: trunk@43162 -
2013-10-07 17:05:13 +00:00
jesus
488c99dd5e LazReport, fix using // comments in scripts, from Aleksey Lagunov
git-svn-id: trunk@41564 -
2013-06-06 19:20:42 +00:00
jesus
60a185bf43 LazReport, Interpreter: fix work with {...} comments, refactoring, from Aleksey Lagunov
git-svn-id: trunk@40892 -
2013-04-26 18:46:31 +00:00
mattias
06d2a8ce1a lazreport: less notes
git-svn-id: trunk@36427 -
2012-03-29 10:12:51 +00:00
jesus
1f95690d16 LazReport, translated russian texts to english
git-svn-id: trunk@34124 -
2011-12-12 01:22:04 +00:00
paul
45513985a2 lazreport: prevent potential crash by Luiz Americo (issue #0014324)
git-svn-id: trunk@23231 -
2009-12-22 08:04:36 +00:00
jesus
cf67921720 Replace TList by TFpList in LazReport, from Luiz Americo, issue #13995
git-svn-id: trunk@20713 -
2009-06-22 15:21:39 +00:00
jesus
d0a347df28 Added LazReport components
git-svn-id: trunk@11950 -
2007-09-06 19:47:34 +00:00