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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fetching data from Web 2

Status
Not open for further replies.

shmilyca

Programmer
Apr 30, 2006
63
US
Hello,
Soon I need to start working on database project that involves logging into Secured Financial website and fetching data and use it in windows VCL Form Application. Can please any one help me to get started? How this kinda programming is normally done? I know one way of doing it by hardcoing url when I login into my financial institute.How Microsoft Money/Quicken can login when user id and password is entered? I am new to web programming.

Thank you all

Brian
 
Check out these links:
thread102-627709
thread102-519513

Clive
Runner_1Revised.gif

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer." (Paul Ehrlich)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
Your welcome.

Clive
Runner_1Revised.gif

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer." (Paul Ehrlich)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
Hi Clive
I looked at those threads.. Do you think thats how Microsoft Money/Quicken do it? I think there has to be doing some professional way. What if you want to add financial institution run time?
May be I am wrong here...I am trying to find professional way...
 
Ms has the luxury that it controls the web application and the end user application, so interfacing between them can be defined. so this approach is not possible for your application. In this case I would create a middleware client between the enduser app and the website. if the website changes you only need to change the middleware client and your enduser app stays unaffected...

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Thank you..How do I find out link for all Financial Institutuions?
 
Hi Guys,
Can I do this? I can have financial institution page open in Delphi..But after login successfully instead of displaying default page I can read data and populate in app? How I open brower page in delphi? DO I need to use Indys objects? Anyone have examples?
 
there are several ways to do this.

one approach is using the TWebBrowser component.


search at this site for "web" and you'll find several code samples :


show how to fill in a web form from delphi.

Good luck,
Daddy


-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top