i have heidi on my pc and sql format works well , but i have also heidi portable on a windows server and when i formate sql its appear ok on screen but disapers after save ! and its only on one line
like
select archcertif.noarch AS noarch,archcertif.typ AS typ from archcertif where archcertif.code = 5
format =>
SELECT archcertif.noarch AS noarch,archcertif.typ AS typ
FROM archcertif
WHERE archcertif.code = 5
save =>
select archcertif.noarch AS noarch,archcertif.typ AS typ from archcertif where archcertif.code = 5




