At 06:38 PM 9/5/2016, Lin MacDonald wrote:

I forgot to mention, it also will not delete any reports so I can't
get rid of any of these new ones that I create that do not work!


Lin:

It seems that you have copied the report name with space(s). Thus
the reason for not being able to rename or delete the report.

Here's how to handle a situation like that ...

01. Database Explorer > Reports > Highlight that specific report
    with space(s).

02. Press [F2] and simply use the copy (Ctrl + C) command to copy
    the report name to Windows clipboard.

03. Switch to R> Prompt and use the following command:

    DROP REPORT `reportname with spaces`

    Where "reportname with spaces" is the actual report name that
    you will need to paste from the windows clipboard (Ctrl + V).

    Notice the symbol IDQUOTE `, that is the single reversed quote
    on the same key below the ~ Tilde.

That should delete the report in question.

Alternatively, you may use the following technique ...

EDIT ALL FROM SYS_REPORTS3

Select the appropriate report and press [F9] key to delete the row.

That's all there is to it!

Very Best R:egards,

Razzak.



--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to