Export Query as sql file doesn't work 64 bit version

fidelfs

Member³
I tried to export as sql file and it doesn't open the dialog to give a file name.
Copy to clipboard for sql file doesn't work either.

The button doesn't do anything when sql file is selected.
 
It is working now. I only rebooted the machine this morning.

Something similar as this:
SELECT cod,SUM(VALUE)
FROM fidel_report
GROUP BY cod
ORDER BY cod;

I changed the report name. The result data was about 600 records.
 
Back
Top