Query Names

Hello everyone,
I have a question.

I have a screen that starts with a Static Query/Browse and that changes to a Dynamic one. Unfortunatly all my system tools are built using the Pre-Proc name of query: br_table.
Is there any way to name my newly created Dynamic query to that specific name? I tried assigning query:Name but it does not work.

Thanks
 
not quite sure i understand what ur trying to do?

hQuery:name = "TEST".

? or you just pointing a browse at a different query?
 
I'm using the created Browser, and assigning it a new query.
BUT, the old query is closed and emptied.

Therefore, the Get-Next in my old tools (using the Query Name) are not working since the newly assigned Query doesn't have the same name (or so i think).
 
Back
Top