Active Query Builder

poei

Member²
I also have problems with the plugin Active Query Builder(AQB).

Using plsql developer's own query builder one can open a blank sql window and click on the query builder button and do the query. With AQB you get a builder and a text tab. You cannot go to the builder tab without entering text.

Further more if you type anything in the text tab it takes you to the builder tab but then after constructing the query the from clause is omitted.

Any Ideas ?

I am using :
PL/SQL Developer
Version 7.0.3.1123 (MBCS)
01.34225 - 5 user license
Windows XP version 6.0 (build 2600) Service Pack 2
Oracle 8i
Active Query Builder 1.3.9.1

Regards.
 
With AQB you get a builder and a text tab. You cannot go to the builder tab without entering text.
I get an empty Build tab page, where I can create a query from scratch by dragging & dropping tables and selecting columns. This does not work for you?
Further more if you type anything in the text tab it takes you to the builder tab but then after constructing the query the from clause is omitted.
This works fine for me too.
 
When AQB opens from an empty sql window the text that is by default selected and I can not access the build tab, the focus just shift back to te text tab meaning no list of tables are available to drag from.

I have installed the the version you gave to Sport$man and I dont have the above mentioned error anymore, however now the Text tab is black.
 
however now the Text tab is black.
Can you go to Tools > Preferences > User Interface / Appearance, press the "Disable XP Style" button, restart PL/SQL Developer and try again?
 
Back
Top