Alex Thurgood wrote:
Drew Jensen a écrit :

Hi Drew,


I am hoping someone can help with this.

Need to open a ( execute ) a query from a Basic script.

Not sure if I am on the right track -

aconnection.queries.getByName( <queryName >)

That gets me the query definition and this has the function execute so

aconnection.queries.getByName( <queryName >).execute( <parameters>)

Found this reference here :

http://www.oooforum.org/forum/viewtopic.phtml?t=53787


Not sure that it helps you though,

Alex

Thanks Alex, but no that is not it.

I want the query to open on the desktop as if I had double clicked the item in the queries list - but from an Button Click action, where the Base file might indeed be hidden from the desktop.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to