| | |
search engine for delphi 7
Please support our Pascal and Delphi advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
0
#2 Oct 13th, 2009
what do you want to search?Any effort?
Last edited by FlamingClaw; Oct 13th, 2009 at 1:05 pm.
Be a good part of the community.Don't be ungrateful.
If you ask something on the forum and you got the right answer then mark as solved!
If my opinion helped to you a lot then sometimes give reputation point to me.
I'm just a pascal programmer from Hungary.
Farewell...
If you ask something on the forum and you got the right answer then mark as solved!
If my opinion helped to you a lot then sometimes give reputation point to me.
I'm just a pascal programmer from Hungary.
Farewell...
0
#3 Oct 13th, 2009
1, create a new form as form1
2, find the DIALOGS\OPENDIALOG place it to this form1
3, click on the opendialog1 to look at its properties in the Object Inspector...set the
3.a, FILTER to acceptable filefilter (example: pascal | *.pas)
3.b, DEFAULTEXT to *.pas
3.c, TITLE to search for pascal file (*.pas)
4, place an edit box as edit1
5, place a button to the form1 too ,as button1,and code it.
set the button1's caption to search or browse,and double click it to write some code.. when the file opened the file's path and name is entered to the edit1
2, find the DIALOGS\OPENDIALOG place it to this form1
3, click on the opendialog1 to look at its properties in the Object Inspector...set the
3.a, FILTER to acceptable filefilter (example: pascal | *.pas)
3.b, DEFAULTEXT to *.pas
3.c, TITLE to search for pascal file (*.pas)
4, place an edit box as edit1
5, place a button to the form1 too ,as button1,and code it.
set the button1's caption to search or browse,and double click it to write some code..
delphi Syntax (Toggle Plain Text)
procedure TForm1.Button1Click(Sender: TObject); begin if opendialog1.Execute then begin edit1.Text:= opendialog1.filename; end; end;
Be a good part of the community.Don't be ungrateful.
If you ask something on the forum and you got the right answer then mark as solved!
If my opinion helped to you a lot then sometimes give reputation point to me.
I'm just a pascal programmer from Hungary.
Farewell...
If you ask something on the forum and you got the right answer then mark as solved!
If my opinion helped to you a lot then sometimes give reputation point to me.
I'm just a pascal programmer from Hungary.
Farewell...
•
•
Join Date: Oct 2009
Posts: 11
Reputation:
Solved Threads: 0
0
#5 Oct 15th, 2009
Hey,
I did what you suggested. I was not clear enough in my question. sorry about that.how do i make a dblookupcombobox filter as i type in relevant data? like a internet search engine that completes the word that you are typing when it searches the database and/or gives you a dropdown list with alternate options that you can select.
Thanx again.
I did what you suggested. I was not clear enough in my question. sorry about that.how do i make a dblookupcombobox filter as i type in relevant data? like a internet search engine that completes the word that you are typing when it searches the database and/or gives you a dropdown list with alternate options that you can select.
Thanx again.
![]() |
Similar Threads
- SalesListsOnline is looking for Search Engine Optimizer (Internet Marketing Job Offers)
- Search Engine Optimization Manager for SalesOnlineWorld (Internet Marketing Job Offers)
- Search Engine Optimization Manager (Internet Marketing Job Offers)
- experienced Search Engine Optimizer's and Soft works (Post your Resume)
- UK Search Engine Marketing Services (Post your Resume)
- The secrets of google search engine ranking (Promotion and Marketing Plans)
- Search Engine Manager needed (Internet Marketing Job Offers)
- News Story: Sitemaps standardized for search engine triumvirate (Search Engine Optimization)
- Search Engine Optimization (SEO) / Link Building / PPC Management / SEM Services (Post your Resume)
- Using Search Engine Friendly PHP URLs (PHP)
Other Threads in the Pascal and Delphi Forum
- Previous Thread: Guide: How to Rip DVD to AVI on Mac/Windows
- Next Thread: How to Ask Help for Answer??
| Thread Tools | Search this Thread |





