[DUG] Delphi Developer Wanted

2007-10-03 Thread Edward Huang
Hi, We are looking for a experienced Delphi developer, to work on retail management systems in a small development team, within a medium sized IT team. It's a permanent position, located in Northcote, Auckland. A candidate is expected to have: - 4+ years Delphi development experience - Object-or

Re: [DUG] D2007 - TDBLookupComboBox and TDBLookupListBox - missing combos in properties

2007-10-03 Thread David Moorhouse
Hi Eric I've noticed the same thing with D2007. It did work in D7 so it's not just me ;) I can email you the code for a package which will register the property editors. Cheers D On Wed, 3 Oct 2007 17:01:51 +1200, you wrote: > >No, wish it was that simple. > >Actually, what's not happeni

[DUG] POST from a Delphi win32 app

2007-10-03 Thread Steven Knight
Hi all, I need pointing in the right direction please. I have a Delphi 2006 win32 application and I want to make it open a web page in a browser. I have done similar things before using shellexecute to open a web browser or the TWebBrowser component but this time I want the pag

Re: [DUG] POST from a Delphi win32 app

2007-10-03 Thread Nick
A 'cheap / hack' of a solution would be to have your own hidden TWebbrowser on your TForm. Make this load up a temporary html from which has all the options you want in it - then set the So the user wont see it, you generate that html form yourself and then use javascript to do a onload="subm

Re: [DUG] POST from a Delphi win32 app

2007-10-03 Thread Steve Peacocke
Take a look at http://www.delphipages.com/threads/thread.cfm?ID=168650&G=168528&SAR=TRUE -- Steve Peacocke http://stevepeacocke.blogspot.com/ On 04/10/2007, Steven Knight <[EMAIL PROTECTED]> wrote: > > > > > Hi all, >I need pointing in the right direction please. > > I have a Del

Re: [DUG] POST from a Delphi win32 app

2007-10-03 Thread David Moorhouse
Hi Steven Sounds like the perfect job for the Indy IdHTTP component. Just call its POST method and the html content will be returned as a string which you can parse to extract what you need. HTH D On Thu, 4 Oct 2007 13:31:20 +1300, you wrote: > > Hi all, > I need pointing in the

RE: [DUG] POST from a Delphi win32 app

2007-10-03 Thread Jeremy Coulter
my first question is, do you actually what to display a webpage? Or do you just want to POST some data? I do the latter all the time. I use the Synapse controls. They are FREE and as Matt Comb will attest, better than Indy and ICS. Jeremy _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECT