Search found 5 matches
- 21.07.2006, 17:15
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Delphi & C++ Builder
- Replies: 4
- Views: 1302
- 28.04.2006, 18:25
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: TZQuery = TQuery + TDataSetProvider + TClientDatSet ???
- Replies: 0
- Views: 565
TZQuery = TQuery + TDataSetProvider + TClientDatSet ???
TZquery internally implements a dataset in memory like a TClientDataSet?
In other "words":
Thanks
In other "words":
Code: Select all
TZQuery = TQuery + TDataSetProvider + TClientDatSet ???
- 28.04.2006, 18:18
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Filter and Filtered propertyes
- Replies: 3
- Views: 971
- 28.04.2006, 17:55
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Filter and Filtered propertyes
- Replies: 3
- Views: 971
- 28.04.2006, 06:18
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Filter and Filtered propertyes
- Replies: 3
- Views: 971
Filter and Filtered propertyes
dtmMain->qryProductos->Filter = "Upper(" + sColName + ") like "+ QuotedStr("%"+ AnsiUpperCase(sText)+"%"); dtmMain->qryProductos->Filter = sColName + " = "+ AnsiUpperCase(sText); That not working. qryProductos is a TZQuery connected to a TZConnection...