For some reason NoPartialCompare option on tables does not work for me. Example :
TTable
Database = DBDEMOS
TableName = CUSTOMER.DB
Filter := company = 'Kauai'
foNoPartialCompare = False
Fil...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10007469.html
Hi,
I try VC++ tutorial Scrrible but don't know how to add new
file filter in addition to (*.scb). Can it be added in
String Table and How to add? Thanks a lot for your help.
Best rgds,
Jianguo
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10021588.html
Two Problems:
(1) I Have two tables, first table is basically a product table:
ProductID NSN-Product No Product Description UI_ID Unit Price
1 0958102435 CROCUS CLOTH SH $0.88
2 8305-01-338-4863...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10033686.html
Zones:
MS AccessDate Answered: 12/21/1997 Grade: B Views: 4
I am writing a filter for Internet Information Server to validate access for users to certain pages. There fore I need to get their username and password. The browser should fire the on authenticat...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_10049178.ht...
Zones:
HTMLDate Answered: 04/23/1998 Grade: A Views: 0
I want to make a next button that will find the next occurance of whatever is in Edit1.text and only within the field as chosen in the combobox1.text.
I think what i need to do is set a bookmark th...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10050829.html
DELPHIer,
How can I filter a record that a field including some words in TTable?
For example,
the fields are :
MICROSOFT
APPLE
MOTOROLA
How can I filter out the field MICROSOFT and MOTOROLA that...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10051784.html
I know that the filter by Form button is available on the toolbar in form view. Could somebody tell me which command it calls or more specifically, how I could create a command button on my form th...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10067283.html
Zones:
MS AccessDate Answered: 07/27/1998 Grade: A Views: 0
Does anyone know how to filter a TQuery on a datefield using the filter property? I can do "TheDate = '1998-12-25 08:08:00.000'" in ISQL and it works fine but if I use the same for the filter prop...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10112015.html
I have a grid component that lists all of the presbyteries and the user can choose any number of them that they like( my grid is set up for multiselct). How do I get their choices into the filter i...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10158633.html
Hello Experts :)
How to make filter from paradox table with fieldname more than two words like this :
Table.Filter := 'Not Active = True'; // 'Not Active' is fieldname from Table
Table.Filtered :...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10158853.html