Advertisement

1 - 10 of 2466 containing alltags:("filtering") (0.002 seconds)
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...
Zones: Delphi ProgrammingDate Answered: 04/09/1997 Grade: B Views: 0
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
Zones: Windows ProgrammingDate Answered: 08/29/1997 Grade: C Views: 0
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...
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...
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...
Zones: Delphi ProgrammingDate Answered: 05/05/1998 Grade: A Views: 5
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...
Zones: Delphi ProgrammingDate Answered: 05/29/1998 Grade: C Views: 4
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...
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...
Zones: Delphi ProgrammingDate Answered: 12/31/1998 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 05/10/1999 Grade: A Views: 0
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 :...
Zones: Delphi ProgrammingDate Answered: 05/14/1999 Grade: A Views: 0