Search found 3 matches
- 19.10.2008, 05:53
- Forum: 6.6 - stable
- Topic: ZQuery and Filter problem in 6.6.3
- Replies: 0
- Views: 568
ZQuery and Filter problem in 6.6.3
I have this filter LotNumber LIKE 'E-*' I have a lot of rows in the returned dataset, but when I set Filtered = true they all go away including the E-2008 LotNumbers. Interestingly when I set Filtered back to false none of the data reappears. I have to close the Query and re-open it to see it again....
- 29.09.2008, 20:25
- Forum: 6.6 - stable
- Topic: BCB6 and 6.6.3-stable ZQuery not loading Connection property
- Replies: 2
- Views: 553
- 22.09.2008, 21:21
- Forum: 6.6 - stable
- Topic: BCB6 and 6.6.3-stable ZQuery not loading Connection property
- Replies: 2
- Views: 553
BCB6 and 6.6.3-stable ZQuery not loading Connection property
I have a datamodule with a TZConnection. The connection parameters are loaded at run time. I have form(s) with TZQuery components on them and I set the Connection property to the TZConnection on the datamodule (dm.ZConnection). I have the datamodule included in each form (#include "datamodule.h...