Home

Util.CurrentQueryPath remains null after saving (v5)

Problem:
- Util.CurrentQueryPath returns null directly after saving

Steps to reproduce:
- Open new query window
- Enter expression: Util.CurrentQueryPath
- Run query (output = null, expected)
- Save query
- Run query (output = null, NOT expected)
- Switch tab (forth and back)
- Run query (output = null, NOT expected)
- Unload query process (SHIFT-F5)
- Run query (output = null, NOT expected)

Tested in:
- v4.55.03 => OK
- v4.57.02 => OK
- v5.02.03 => NOT OK

Tested on:
- Windows 10
- Windows 2012R2

Workaround:
- Close and reopen query

Comments

Sign In or Register to comment.