hi,

if you realy wanna wait..

you can use the sleep function thats available in java lib...

cheers
joel

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andrew
Scott
Sent: Tuesday, 13 January 2004 5:36
To: CFAussie Mailing List
Subject: [cfaussie] RE: CommWeb vs. Ingenico


Does doTransaction return a result?

If it does, you could do this

While(myResult neq "whatever")
{
        myResult = myTransaction.doTransaction()
}

Not sure the exact syntax, so I pseudo coded this.

Regards
Andrew Scott
Technical Consultant

NuSphere Pty Ltd
Level 2/33 Bank Street
South Melbourne, Victoria, 3205

Phone: 03 9686 0485  -  Fax: 03 9699 7976




---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to