Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CliffClimber

    format is lost when "Print Preview"

    Hi! The following is what I have at the top of my page. It passes the W3C HTML Validator with no errors, but when I do a Print Preview it sometimes doesnt format correctly. I think my problems may be in the last 3 lines but I haven't found any clear explinations yet. Previously I used a linked...
  2. CliffClimber

    add this "foPartialCompare" where?

    Hi! The filters for my lookup program are hand coded. I understand that if they were defined in the Object Inspector I could add to the FilterOptions to include foPartialCompare. I wish to allow a " * " wild card in the searches. What wording in the hand coding do I look for so that I...
  3. CliffClimber

    accept wildcard in stringgrid lookup

    Hi, I am using a TStringGrid and a TDBGrid in a lookup program, and would like to add the capability to search using a wildcard like " * " in the search. All 4 search fields are Character fields. Could someone shed some light on how I need to go about doing this? Thanks! Cliff
  4. CliffClimber

    SaveFile not SaveDialog

    Hi, the following code calls the windows save dialog and works just fine, but I wish to specify (no options) where the file is saved. i have read all I can find about SaveFile but can't figure out how to implement it. Thanks, Cliff [code] procedure TFormMain.ButtonSaveClick(Sender: TObject)...
  5. CliffClimber

    text input that drives data results sample ?

    Having trouble getting user input text connected in a way to bring up matches from dbf table. Been using (trying) Delphi 7 for 1 week. Trying to do this with DataSource and DataComboBox with the one table on the client machine. Does anyone have a (simple) example they could show me. I am not...

Part and Inventory Search

Back
Top