macro bug?

I'm trying to create a macro, which opens a saved sql file in an sql window, executes it, and gets the whole result set.

It works fine till execution but failes to retreive the whole recordset. I'm using pldev 604. I checked the keys recorded for my macro. At the end I can see the alt+end key pair, but at execution pldev seems to ignore it.

Here is my macro definition:
Macro Tablespace
Menu 1
Button 0
ButtonDescription
ButtonImage
>260,9949421,14354,56,0
>260,9949593,8518,33,0
>261,9949656,8518,33,0
>257,9949671,14354,56,0
>256,9951078,6223,24,0
>257,9951140,6223,24,0
>256,9951781,8019,31,0
>257,9951843,8019,31,0
>256,9953203,9032,35,0
>257,9953265,9032,35,0
>256,9953484,10768,42,0
>256,9953593,10170,39,0
>257,9953656,10170,39,0
>257,9953703,10768,42,0
>256,9954109,11228,43,0
>257,9954171,11228,43,0
>256,9955953,8518,33,0
>257,9956062,8518,33,0
>256,9956140,4677,18,0
>256,9956218,4946,19,0
>257,9956234,4677,18,0
>257,9956312,4946,19,0
>256,9956515,5961,23,0
>257,9956593,5961,23,0
>256,9957234,11228,43,0
>257,9957296,11228,43,0
>256,9958578,5717,22,0
>257,9958656,5717,22,0
>256,9958937,12622,49,0
>257,9959062,12622,49,0
>256,9959062,5961,23,0
>257,9959125,5961,23,0
>256,9959281,12118,47,0
>257,9959359,12118,47,0
>256,9959453,4677,18,0
>256,9959531,4946,19,0
>257,9959531,4677,18,0
>257,9959609,4946,19,0
>256,9959968,5465,21,0
>257,9960031,5465,21,0
>256,9960546,3592,14,0
>257,9960609,3592,14,0
>256,9960640,11354,44,0
>257,9960703,11354,44,0
>256,9960875,7745,30,0
>257,9960953,7745,30,0
>256,9961140,9804,38,0
>257,9961203,9804,38,0
>256,9961312,5961,23,0
>257,9961390,5961,23,0
>256,9961406,8019,31,0
>257,9961468,8019,31,0
>256,9962218,11228,43,0
>257,9962281,11228,43,0
>256,9962812,5204,20,0
>257,9962890,5204,20,0
>256,9963015,7745,30,0
>257,9963109,7745,30,0
>256,9963468,12354,48,0
>257,9963546,12354,48,0
>256,9963609,9804,38,0
>257,9963687,9804,38,0
>256,9963750,4677,18,0
>257,9963828,4677,18,0
>256,9964046,8019,31,0
>257,9964109,8019,31,0
>256,9964171,6480,25,0
>257,9964234,6480,25,0
>256,9964375,7745,30,0
>257,9964437,7745,30,0
>256,9964625,11843,46,0
>257,9964671,11843,46,0
>256,9964828,4677,18,0
>257,9964875,4677,18,0
>256,9964984,13502,52,0
>257,9965046,13502,52,0
>256,9965156,8019,31,0
>257,9965234,8019,31,0
>256,9965375,4177,16,0
>257,9965437,4177,16,0
>256,9965515,9804,38,0
>257,9965593,9804,38,0
>256,9970312,7181,28,0
>257,9970359,7181,28,0
>256,9972156,17015,66,0
>257,9972234,17015,66,0
>260,9977093,14354,56,0
>260,9977109,20259,32847,0
>261,9977156,20259,32847,0
>257,9977531,14354,56,0
 
Apparently the Alt-End is ignored while the query is running, which will of course happen when the macro is executed. You can emulate this by executing a query and quickly pressing Alt-End.

We'll try to fix this.
 
I have found another issue.

I have created a macro with my keyboard layout set to english. When I change the layout to Hungarian my macro failes to run, because the \ caracter goes to ű. It changes to ű even in the macro library keys pane.
 
Back
Top