Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

event handler or isLoaded ?

Status
Not open for further replies.

1DMF

Programmer
Jan 18, 2005
8,795
GB
Hi,

I would like to run a function once a query has loaded, but I can't see any event handlers under properties for a query.

If not, is it possible to check if a query is loaded like you would with a form, I can't seem to find any info on it, so would appreciate your input.

cheers,

1DMF.

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"

Google Rank Extractor -> Perl beta with FusionCharts
 
I wanted to to display a 'please wait' message on a form (well the mechanism is already in place pwait(true) or pwait(false) ), open a cross-tab query and when it had loaded hyide the message.

it works fine for reports as you have the onload event, but
can't seem to find anything similar for queries.

However my work round was to call the 'pwait' function as an expression within the query, seemed to do the job.

"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."

"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"

Google Rank Extractor -> Perl beta with FusionCharts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top