Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread ElevateDB alternative to a query BeforeExecute and AfterExecute
Fri, Jun 4 2010 8:56 AMPermanent Link

Ian Turner

Just in the process of migrating a DBISAM based application to ElevateDB. I use the BeforeExecute and AfterExecute to display and remove a progress bar dialogue box and OnQueryProgress to update the progress bar. Presumably I can use ElevateDB's OnProgress for the update. I can't just see where I can find an alternative to the before/after execute events to display and hide my progress dialogue form. Does anyone know if this is possible?

Many thanks,
Ian Turner
Fri, Jun 4 2010 9:55 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Ian


How about BeforeOpen and AfterOpen? There's also the Before and AfterRefresh events if you're just refreshing a query.

Roy Lambert

Ian Turner wrote on Fri, 4 Jun 2010 08:56:31 -0400

>Just in the process of migrating a DBISAM based application to ElevateDB. I use the BeforeExecute and AfterExecute to display and remove a progress bar dialogue box and OnQueryProgress to update the progress bar. Presumably I can use ElevateDB's OnProgress for the update. I can't just see where I can find an alternative to the before/after execute events to display and hide my progress dialogue form. Does anyone know if this is possible?
>
>Many thanks,
>Ian Turner
>
Sat, Jun 5 2010 12:44 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ian,

<< Just in the process of migrating a DBISAM based application to ElevateDB.
I use the BeforeExecute and AfterExecute to display and remove a progress
bar dialogue box and OnQueryProgress to update the progress bar. Presumably
I can use ElevateDB's OnProgress for the update. I can't just see where I
can find an alternative to the before/after execute events to display and
hide my progress dialogue form. Does anyone know if this is possible? >>

Roy is correct - you want the Before/AfterOpen events.

--
Tim Young
Elevate Software
www.elevatesoft.com
Mon, Jun 7 2010 10:09 AMPermanent Link

Ian Turner

"Tim Young [Elevate Software]" wrote:

Roy is correct - you want the Before/AfterOpen events.

--

That worked fine.

Thanks to you both,
Ian
Image