[DUG]: For loop

2001-08-03 Thread Jeremy Coulter
Hi all. Is there away in Delphi to do a for loop with STEP in it ?   I..e in VB you can go     for x=1 to 10 step 2   I wonder if there is a way in delphi too? I have had a look in the help, but did not see anything obvious.   Cheers, Jeremy Coulter

[DUG]: operating system

2001-08-03 Thread Graham Mayes
Is there a simple way to determine the OS? All I want to know is 95/98 or 2000/NT. Help seems to offer overcomplex, overdetailed methods. I'm sure I must have missed the simple answer. Regards Graham --- New Zealand Delp

Re: [DUG]: "semilog" graphs

2001-08-03 Thread Nello Sestini
isn't "semilog" just a graph where the x-axis is linear and the y-axis is logarithmic? unless I am missing something you can just graph points [x, log(f(x))] in the normal way to get what you want no? -ns - Original Message - From: "Peter Hyde" <[EMAIL PROTECTED]> To: "Multiple recipi

[DUG]: "semilog" graphs

2001-08-03 Thread Peter Hyde
Hi folks, Does anyone know of a graphing component which can do "semilog" charts. Excel can do them, but TChart doesn't, for example. Failing that, a formula somewhere for producing them so we can massage TCharts x-axis? NB: These are not log-log or log-linear charts -- "semilog" charts ar

Re: [DUG]: Quick Report Preview Component

2001-08-03 Thread Michael Pelly
> Has anyone had any success in using the Quick Report Preview component > (TQRPreview)? > I haven't used it, but I have found that the knowledge base document kb.txt (or .pdf), downloadable from www.qusoft.com has answers to many such questions. Good Luck

RE: [DUG]: How to talk to web asp page to get info back to delphi App?

2001-08-03 Thread Myles Penlington
If the users have IE installed (not sure if that is required?), then you can use the WinInet (think that is the right name) functions which support https: I think JEDI has a unit for the calls (I think I spotted it in the latest D6 companion tools CD). Myles. -Original Message- From: J

RE: [DUG]: ComboBox help

2001-08-03 Thread James Low
Rather than assign the text property : (1) Populate the combo with your items (Just as you would a StringList). (2) Then to display the default value set the ItemIndex property. If you want to display Tuesday, and the first item in the list is Sunday then the itemindex needs to be set to 2 (0 IS

Re: [DUG]: How to talk to web asp page to get info back to delphi App?

2001-08-03 Thread Xander van der Merwe
You can use the TIdHTTP component (part of Indy components). There is a good sample application under the Indy install directory showing you how to write an HTTP client app - from memory it shows both text and binary data send/receive (look at the TIdHTTP.Post() method). On the ASP side you ca

Re: [DUG]: Delphi to Interbase access options

2001-08-03 Thread Robert Martin
Thanks to all for their help and information. Robert Martin Software Engineer Wild Software Ltd - Original Message - From: "Peter Hyde" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 6:37 PM Subject: Re: [DUG]: Delphi to In

RE: [DUG]: How to talk to web asp page to get info back to delphi App?

2001-08-03 Thread Jason Coley
OK looks like I'm getting there, but does anyone know of a control that works with HTTPS? -Original Message- From: Jason Coley Sent: Friday, 3 August 2001 10:09 To: Multiple recipients of list delphi Subject: [DUG]: How to talk to web asp page to get info back to delphi App? I have neve

RE: [DUG]: Unknown error

2001-08-03 Thread Stephen Bertram
Thanks Myles - that is exactly the lead I need. Stephen --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED]

[DUG]: Intermediate / Advanced Delphi developers wanted

2001-08-03 Thread Nic Wise
[ed's note: DONT reply to me or the list - I'm just relaying the info. XSol are located in Parnell Road in Auckland.] Exciting New Development for Senior/Intermediate Software Developers

Re: [DUG]: How to talk to web asp page to get info back to delphi App?

2001-08-03 Thread NIRAV KAKU
Hi, I think you want to visit www.matlus.com for tutorials. regards, NIRAV KAKU On 3 Aug 01, at 10:08, Jason Coley wrote: > I have never used delphi to get web info before, so how do I go about > using D5 to send an asp url and get the stream back, so I can parse it > into meaningful t