Claus Pedersen
Member³
I have the test script
where str is a string variable. I execute the script and open the large data editor to view the content of the variable.
I now have a lower right part of the window with large scroll bars. Why are they present? There is no need for them and they indicate that I have more text than can be viewed which is not the case.
If I change the test script to
:str := '';
the scroll bars disappear. It is only when the ?xml part is present there seems to be a problem?
Code:
begin
:str := '<?xml version="1.0"?><test></test>';
end;
I now have a lower right part of the window with large scroll bars. Why are they present? There is no need for them and they indicate that I have more text than can be viewed which is not the case.
If I change the test script to
:str := '';
the scroll bars disappear. It is only when the ?xml part is present there seems to be a problem?