[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-oriented coding
- Software design experience
- Interbase/Firebird experience
- Have ambition to grow on software design and development
- Have good communication skills

If you are interested, please contact me off list (for more information or
applying the job).

P.S. The job should be on SEEK as well.

Regards,

Edward Huang
[EMAIL PROTECTED]

No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.488 / Virus Database: 269.13.39/1045 - Release Date: 2/10/2007
18:43

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


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 happening is that there should be a combo box embedded in 
the value portion of the field type in the object inspector for the control,  
i.e.   in the RHS value pane of say the ListField property.


 Date: Wed, 3 Oct 2007 17:37:15 +1200
 From: [EMAIL PROTECTED]
 To: delphi@delphi.org.nz
 Subject: Re: [DUG] D2007 - TDBLookupComboBox and TDBLookupListBox - missing  
 combos in properties
 
 Eric,
 
 in the Object Inspector
 Right Click and
 Select View
 Select All
 
 Eric A wrote:
  I can't figure out what I'm doing wrong but, for example after placing 
  a TDBLookupComboBox on the form, the combo boxes within the properties 
  in the object inspector have disappeared for the properties of 
  KeyField and ListField.  Strangely enough the combo box for 
  DataField still exists as do the combo boxes for DataSource and 
  ListSource.
 
  Is this a bug or some obscure feature or have I missed a step?
  One can still set those properties by manually typing in the property 
  name but its a pain   I've tried an application ported from Delphi 
  7 as well as a new application in Delphi 2007 and the behaviour is the 
  same.
 
  Thoughts??  Brainwaves??  Logic of this change in behaviour??
 
  Eric
 
  
  Express yourself instantly with MSN Messenger! MSN Messenger 
  http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/
  
 
  ___
  NZ Borland Developers Group - Delphi mailing list
  Post: delphi@delphi.org.nz
  Admin: http://delphi.org.nz/mailman/listinfo/delphi
  Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe
 
 ___
 NZ Borland Developers Group - Delphi mailing list
 Post: delphi@delphi.org.nz
 Admin: http://delphi.org.nz/mailman/listinfo/delphi
 Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

_
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


[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 page to receive some information in some hidden fields. 
Like I pressed a button on a form that caused a POST action.

What should I be looking for to make this happen?

Thanks
Steven Knight 


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.ecan.govt.nz
**


___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

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 form action=address 
to your website method=POST traget=_blank


So the user wont see it, you generate that html form yourself and then 
use javascript to do a onload=submit my form


As I said, it's a nasty little hack but would work quite well.
The other way of posting something, is to use indy, however then you 
don't get the web browser opening with the results for the end user.




Steven Knight wrote:


  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 page to receive some information in some hidden 
fields. Like I pressed a button on a form that caused a POST action.


What should I be looking for to make this happen?

Thanks
Steven Knight

**

This email and any files transmitted with it are confidential and

intended solely for the use of the individual or entity to whom they

are addressed. If you have received this email in error please notify

the system manager.

This footnote also confirms that this email message has been swept by

MIMEsweeper for the presence of computer viruses.

www.ecan.govt.nz

**



___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


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=168650G=168528SAR=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 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 page to receive some information in some hidden fields.
 Like I pressed a button on a form that caused a POST action.

 What should I be looking for to make this happen?

 Thanks
 Steven Knight

 **

 This email and any files transmitted with it are confidential and

 intended solely for the use of the individual or entity to whom they

 are addressed. If you have received this email in error please notify

 the system manager.



 This footnote also confirms that this email message has been swept by

 MIMEsweeper for the presence of computer viruses.



 www.ecan.govt.nz

 **
___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


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 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 page to receive some information in some hidden fields. 
Like I pressed a button on a form that caused a POST action.

What should I be looking for to make this happen?

Thanks
Steven Knight 


**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.ecan.govt.nz
**



___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe


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 PROTECTED] On
Behalf Of Steven Knight
Sent: 4 October 2007 12:31
To: delphi@delphi.org.nz
Subject: [DUG] POST from a Delphi win32 app




  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 page to receive some information in some hidden fields.
Like I pressed a button on a form that caused a POST action.

What should I be looking for to make this happen? 

Thanks 
Steven Knight 

** 

This email and any files transmitted with it are confidential and 

intended solely for the use of the individual or entity to whom they 

are addressed. If you have received this email in error please notify 

the system manager. 

This footnote also confirms that this email message has been swept by 

MIMEsweeper for the presence of computer viruses. 

www.ecan.govt.nz 

** 

___
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe