Commit Graph

1542 Commits

Author SHA1 Message Date
aa771f6036 Added: Calendar to Date/Date Time components and grid controls. Bug fixes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2773 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-08-18 09:59:00 +00:00
600931ce0e RxDBGrid.OptimizeColumnsWidth fired RxDBGrid.OnColumnSized
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2772 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-08-14 20:09:46 +00:00
46f065db6e RxMemDataSet - change AnsiUpperCase to Utf8UpperCase in locate
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2767 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-08-02 04:46:34 +00:00
efabad8e93 RxDBGrid - fix demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2766 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-08-02 04:44:19 +00:00
c61a60b9a9 RxMDI - fix demo
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2765 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-08-02 04:42:39 +00:00
339f88d3cd Trying to emulate OnActivate & OnDeactivate on TDI
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2764 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-07-13 23:31:38 +00:00
ab407ba4e7 1. Fix compile RxDBGrid on Lazarus 1.0
2. Fix Replace AnsiUpperCase to UTF8UpperCase in FolderList
3. Fix OnChange event in TRxDBLockup on destroy component


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2763 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-07-11 16:28:38 +00:00
eeb03913ca RxCloseFormvalidate - add OnValidate event for item custom validate rule
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2761 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-07-09 18:46:44 +00:00
fa1ffd579f NaN (Not A Number) values now are read as '' (nothing) instead as "NaN".
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2760 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-07-03 00:01:48 +00:00
30bcff1574 Removed uneeded test code.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2759 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-07-02 23:59:57 +00:00
3517fb8a2c Fixed missing assignment of "DIF first sector", now xls files can be bigger than 7 megabytes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2758 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-07-02 23:27:25 +00:00
a624b7f671 Handle ID_CONTINUE inside some tags.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2757 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-07-02 15:07:43 +00:00
b36311669c TRxDBLookupCombo now recived FocusControl event from DataField
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2755 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-06-19 19:07:23 +00:00
9100dfa797 Fix header. Component name
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2754 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-06-17 08:21:15 +00:00
e75b217c9f Added: TJDBImageBlob. Display raw images from blob fields (read only)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2753 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-06-17 08:17:21 +00:00
e8883e24af RxMDI - fix MDIForm.ActiveControl on change MDI windows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2752 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-06-14 18:44:58 +00:00
238e173677 fpspreadsheet: Adds support for RGB colours
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2750 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-06-12 11:02:02 +00:00
be328215cd fpspreadsheet: Minor wikitable fixes
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2749 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-06-11 14:34:28 +00:00
89c7433d5d fpspreadsheet: Adds read/write wiki table format support and some improvements to the base routines
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2747 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-06-11 14:15:59 +00:00
07d8c3bf79 RxToolPanel - fix owner for TToolbarItems
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2741 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-06-02 19:38:20 +00:00
0e48d1843c RxDBGrid:fix AV on calc collumn width. Patch from ssadragon
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2739 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-05-21 17:01:09 +00:00
bcbeed383b RxDBGrid - fix edit buttons
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2738 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-05-16 17:57:58 +00:00
9a9db1d08a New component - RxPropStorage
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2737 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-05-09 05:37:53 +00:00
e16f5bacfb RxDBGrid - add enable property for RxCollumn filter
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2736 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-05-08 05:26:49 +00:00
758c208d7d Fixed: TJDBGridControl Focus issues
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2734 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-30 07:43:57 +00:00
cc4e8d39f7 PowerPDF: updated readme file
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2733 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-29 23:02:35 +00:00
bbcbee56d6 multithreadprocs: added link
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2732 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-29 22:09:37 +00:00
791f498b06 mtprocs: fixed fpc 2.7.1
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2727 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-18 23:24:25 +00:00
5020d5a53f RxDBGrid - fix sort engine for SQLDB. Thx dmitry03 from freepascal.ru
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2726 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-17 12:41:59 +00:00
e2986ffdf1 RxDBGrid - fix open dataset without create collumns
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2724 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-11 16:45:50 +00:00
6cd6cb0824 * update version to 4.8.7.3
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2723 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-11 11:22:21 +00:00
69b74cea58 OnChange responds immediately to user's typing
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2722 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-08 13:45:11 +00:00
91d939066d Move TDTCalendar's Notification method to protected section to avoid warning
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2721 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-04-08 12:14:00 +00:00
aff1962f51 RxDBGrid - fix calc COUNT in footer row on filtred dataset
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2715 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-29 20:34:42 +00:00
596d7cf5d9 RxDBGrid - new code for calc footer sum for any dataset
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2714 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-29 18:17:29 +00:00
6e3b508236 RxDBGrid - continue work on calc footer
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2713 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-28 21:46:45 +00:00
94c53ecb53 1. TRxDBGrid - fix error in calc title height procedure on resize column
2. TRxDBGrid - start work on DB independed filter procedure in grid
3. TRxDBGrid - fix calc sum in footer row on Zeos dataset with filter
4. TRxDBGrid - fix calc width of filter combobox after resize filtred column


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2712 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-28 15:40:03 +00:00
b85c797fd5 Rx DBUtils: use UTF8CompareText in function DataSetLocateThrough
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2711 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-27 20:23:34 +00:00
3c9d8fa4f5 RxMDI:fix AV on close last window
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2710 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-27 20:03:22 +00:00
e5b34bf98b RxDBGrid - fix error on calc footer sum for ZeosDBO
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2708 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-22 19:54:49 +00:00
0d0db64f45 1. TRxDBGrid - add new metod in RxSortEngine for calc total values
2. In TZeosDataSetSortEngine add metod for for calc total values in RxDBGrid
3. In TZeosDataSetSortEngine add metod for for calc total values in RxDBGrid
4. In TRxMemoryDataSortEngine add metod for for calc total values in RxDBGrid

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2705 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-19 13:45:06 +00:00
8420f0cbf1 RX:TCurrencyEdit - applied patch from Adilson Pazzini
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2704 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-17 08:06:32 +00:00
41fbf0e16c When TMonitor.WorkareaRect is not implemented, use TMonitor.BoundsRect
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2703 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-16 15:15:28 +00:00
1edb9a7a9c 1. TRxDBLookupCombo - fix fired OnClosePopup event
2. TRxDBGrid - fix show filter in table dropdown box in Windows XP



git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2702 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-14 14:29:55 +00:00
09e5252262 1. RxDBGrid - fix paint multiline caption after show dialogs over grid
2. RxDBGrid - fix show filter values after add new record


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2698 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-12 14:08:34 +00:00
f08de69e4e When TMonitor.WorkareaRect is not implemented, use TMonitor.BoundsRect
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2697 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-10 16:02:31 +00:00
5fc553bb5b Be sure Field and Dataset are assigned and active
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2696 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-10 10:57:32 +00:00
c2ab127031 RxFPC: Fixed a bug when the TRxCloseFormValidator on TFrame
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2694 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-04 20:21:52 +00:00
c70a742cf7 RxDBGrid - fix draw last row with active footer rows
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2693 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-03-03 09:35:53 +00:00
a36e138253 RxFPC: Visual component for RxSortSQLDB
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2692 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2013-02-25 17:23:08 +00:00