Deleting Object from Object navigator in Oracle reports 11gHow to determine equality for two JavaScript objects?Deleting Objects in JavaScriptCall a parent class's method from child class in Python?How to print objects of class using print()?How to pass an object from one activity to another on AndroidAlternate Layouts on Oracle Reports Developer 6iMost efficient method to groupby on a array of objectsoracle matrix report filling null cellsOracle 11g temporary list object from queryOracle Reports 11g - Oracle WebLogic - Reports Font

Latex for-and in equation

Books on the History of math research at European universities

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

Can somebody explain Brexit in a few child-proof sentences?

Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?

How can I raise concerns with a new DM about XP splitting?

Female=gender counterpart?

Freedom of speech and where it applies

Stereotypical names

My boss asked me to take a one-day class, then signs it up as a day off

Can the electrostatic force be infinite in magnitude?

The most efficient algorithm to find all possible integer pairs which sum to a given integer

Simulating a probability of 1 of 2^N with less than N random bits

How to interpret the phrase "t’en a fait voir à toi"?

Why are on-board computers allowed to change controls without notifying the pilots?

Can I create an upright 7-foot × 5-foot wall with the Minor Illusion spell?

Adding empty element to declared container without declaring type of element

Can I Retrieve Email Addresses from BCC?

How to deal with or prevent idle in the test team?

Partial sums of primes

Are taller landing gear bad for aircraft, particulary large airliners?

Installing PowerShell on 32-bit Kali OS fails

Lifted its hind leg on or lifted its hind leg towards?

Is infinity mathematically observable?



Deleting Object from Object navigator in Oracle reports 11g


How to determine equality for two JavaScript objects?Deleting Objects in JavaScriptCall a parent class's method from child class in Python?How to print objects of class using print()?How to pass an object from one activity to another on AndroidAlternate Layouts on Oracle Reports Developer 6iMost efficient method to groupby on a array of objectsoracle matrix report filling null cellsOracle 11g temporary list object from queryOracle Reports 11g - Oracle WebLogic - Reports Font













1















I have an object called B_19 which I am not able to find in "paper layout".
The object is a "Text_Field" and I would like to delete the object.
Is there a way to find, where it is located or Is there an option to delete from Object Navigator?










share|improve this question
























  • To ask the obvious: did you - in Object navigator - click that field and pressed the DEL key?

    – Littlefoot
    Mar 21 at 19:57











  • Yes I did.It just deleted the name not the object :(

    – lakshganga
    Mar 22 at 6:30















1















I have an object called B_19 which I am not able to find in "paper layout".
The object is a "Text_Field" and I would like to delete the object.
Is there a way to find, where it is located or Is there an option to delete from Object Navigator?










share|improve this question
























  • To ask the obvious: did you - in Object navigator - click that field and pressed the DEL key?

    – Littlefoot
    Mar 21 at 19:57











  • Yes I did.It just deleted the name not the object :(

    – lakshganga
    Mar 22 at 6:30













1












1








1








I have an object called B_19 which I am not able to find in "paper layout".
The object is a "Text_Field" and I would like to delete the object.
Is there a way to find, where it is located or Is there an option to delete from Object Navigator?










share|improve this question
















I have an object called B_19 which I am not able to find in "paper layout".
The object is a "Text_Field" and I would like to delete the object.
Is there a way to find, where it is located or Is there an option to delete from Object Navigator?







oracle object oracle11g oraclereports






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 22 at 9:23









Littlefoot

24.8k71634




24.8k71634










asked Mar 21 at 14:32









lakshgangalakshganga

55051121




55051121












  • To ask the obvious: did you - in Object navigator - click that field and pressed the DEL key?

    – Littlefoot
    Mar 21 at 19:57











  • Yes I did.It just deleted the name not the object :(

    – lakshganga
    Mar 22 at 6:30

















  • To ask the obvious: did you - in Object navigator - click that field and pressed the DEL key?

    – Littlefoot
    Mar 21 at 19:57











  • Yes I did.It just deleted the name not the object :(

    – lakshganga
    Mar 22 at 6:30
















To ask the obvious: did you - in Object navigator - click that field and pressed the DEL key?

– Littlefoot
Mar 21 at 19:57





To ask the obvious: did you - in Object navigator - click that field and pressed the DEL key?

– Littlefoot
Mar 21 at 19:57













Yes I did.It just deleted the name not the object :(

– lakshganga
Mar 22 at 6:30





Yes I did.It just deleted the name not the object :(

– lakshganga
Mar 22 at 6:30












1 Answer
1






active

oldest

votes


















2














What I'm going to say can't fit a comment. I'm answering to this:




Yes I did.It just deleted the name not the object




That's strange. I'm on 10g, though, and tried to do the same: in



  • Object navigator's Paper Layout > Main section > Body > R_1 frame

  • I clicked B_10 fields,

  • pressed the DEL key on the keyboard

  • Reports asks "Delete/close the object(s) selected?"

  • Saying "Yes" deletes it from both Paper Layout editor and Object navigator.

Unfortunately, unlike Forms, we can't resize a field in its Property Inspector (and make it large enough to be seen in the Layout Editor) ...



However, if you edit (with Notepad or any other text editor) the .RDF file and search for that field (for example, B_10 in my report), you'll see something like this:



 <text name="B_10">
<textSettings justify="center"/>
<geometryInfo x="9.37679" y="19.09868" width="8.31236"
height="0.37052"/>
<textSegment>
<font face="Arial" size="8"/>
<string>
<![CDATA[(potpis ovlaštene osobe)]]>
</string>
</textSegment>
</text>


See the geometryInfo; it shows field's location. Width and height are, in your case, probably 0 (zero). See if you can "select" it in Layout Editor (knowing its location) and delete it.




Another option is to save that report as a JSP file. Edit it (in Notepad), search for B_10 and delete the whole <text> ... </text> section. If you open the .JSP in Reports Builder, that field will be gone.



Note that it works only for .JSP; won't work for .RDF files (I know, I tried it).




Hopefully, something of the above will help you get rid of that field. Good luck!






share|improve this answer























  • Thank you.That notepad stuff worked :)

    – lakshganga
    Mar 22 at 13:45











  • You're welcome; I'm glad if it helped.

    – Littlefoot
    Mar 22 at 13:47










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55282820%2fdeleting-object-from-object-navigator-in-oracle-reports-11g%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














What I'm going to say can't fit a comment. I'm answering to this:




Yes I did.It just deleted the name not the object




That's strange. I'm on 10g, though, and tried to do the same: in



  • Object navigator's Paper Layout > Main section > Body > R_1 frame

  • I clicked B_10 fields,

  • pressed the DEL key on the keyboard

  • Reports asks "Delete/close the object(s) selected?"

  • Saying "Yes" deletes it from both Paper Layout editor and Object navigator.

Unfortunately, unlike Forms, we can't resize a field in its Property Inspector (and make it large enough to be seen in the Layout Editor) ...



However, if you edit (with Notepad or any other text editor) the .RDF file and search for that field (for example, B_10 in my report), you'll see something like this:



 <text name="B_10">
<textSettings justify="center"/>
<geometryInfo x="9.37679" y="19.09868" width="8.31236"
height="0.37052"/>
<textSegment>
<font face="Arial" size="8"/>
<string>
<![CDATA[(potpis ovlaštene osobe)]]>
</string>
</textSegment>
</text>


See the geometryInfo; it shows field's location. Width and height are, in your case, probably 0 (zero). See if you can "select" it in Layout Editor (knowing its location) and delete it.




Another option is to save that report as a JSP file. Edit it (in Notepad), search for B_10 and delete the whole <text> ... </text> section. If you open the .JSP in Reports Builder, that field will be gone.



Note that it works only for .JSP; won't work for .RDF files (I know, I tried it).




Hopefully, something of the above will help you get rid of that field. Good luck!






share|improve this answer























  • Thank you.That notepad stuff worked :)

    – lakshganga
    Mar 22 at 13:45











  • You're welcome; I'm glad if it helped.

    – Littlefoot
    Mar 22 at 13:47















2














What I'm going to say can't fit a comment. I'm answering to this:




Yes I did.It just deleted the name not the object




That's strange. I'm on 10g, though, and tried to do the same: in



  • Object navigator's Paper Layout > Main section > Body > R_1 frame

  • I clicked B_10 fields,

  • pressed the DEL key on the keyboard

  • Reports asks "Delete/close the object(s) selected?"

  • Saying "Yes" deletes it from both Paper Layout editor and Object navigator.

Unfortunately, unlike Forms, we can't resize a field in its Property Inspector (and make it large enough to be seen in the Layout Editor) ...



However, if you edit (with Notepad or any other text editor) the .RDF file and search for that field (for example, B_10 in my report), you'll see something like this:



 <text name="B_10">
<textSettings justify="center"/>
<geometryInfo x="9.37679" y="19.09868" width="8.31236"
height="0.37052"/>
<textSegment>
<font face="Arial" size="8"/>
<string>
<![CDATA[(potpis ovlaštene osobe)]]>
</string>
</textSegment>
</text>


See the geometryInfo; it shows field's location. Width and height are, in your case, probably 0 (zero). See if you can "select" it in Layout Editor (knowing its location) and delete it.




Another option is to save that report as a JSP file. Edit it (in Notepad), search for B_10 and delete the whole <text> ... </text> section. If you open the .JSP in Reports Builder, that field will be gone.



Note that it works only for .JSP; won't work for .RDF files (I know, I tried it).




Hopefully, something of the above will help you get rid of that field. Good luck!






share|improve this answer























  • Thank you.That notepad stuff worked :)

    – lakshganga
    Mar 22 at 13:45











  • You're welcome; I'm glad if it helped.

    – Littlefoot
    Mar 22 at 13:47













2












2








2







What I'm going to say can't fit a comment. I'm answering to this:




Yes I did.It just deleted the name not the object




That's strange. I'm on 10g, though, and tried to do the same: in



  • Object navigator's Paper Layout > Main section > Body > R_1 frame

  • I clicked B_10 fields,

  • pressed the DEL key on the keyboard

  • Reports asks "Delete/close the object(s) selected?"

  • Saying "Yes" deletes it from both Paper Layout editor and Object navigator.

Unfortunately, unlike Forms, we can't resize a field in its Property Inspector (and make it large enough to be seen in the Layout Editor) ...



However, if you edit (with Notepad or any other text editor) the .RDF file and search for that field (for example, B_10 in my report), you'll see something like this:



 <text name="B_10">
<textSettings justify="center"/>
<geometryInfo x="9.37679" y="19.09868" width="8.31236"
height="0.37052"/>
<textSegment>
<font face="Arial" size="8"/>
<string>
<![CDATA[(potpis ovlaštene osobe)]]>
</string>
</textSegment>
</text>


See the geometryInfo; it shows field's location. Width and height are, in your case, probably 0 (zero). See if you can "select" it in Layout Editor (knowing its location) and delete it.




Another option is to save that report as a JSP file. Edit it (in Notepad), search for B_10 and delete the whole <text> ... </text> section. If you open the .JSP in Reports Builder, that field will be gone.



Note that it works only for .JSP; won't work for .RDF files (I know, I tried it).




Hopefully, something of the above will help you get rid of that field. Good luck!






share|improve this answer













What I'm going to say can't fit a comment. I'm answering to this:




Yes I did.It just deleted the name not the object




That's strange. I'm on 10g, though, and tried to do the same: in



  • Object navigator's Paper Layout > Main section > Body > R_1 frame

  • I clicked B_10 fields,

  • pressed the DEL key on the keyboard

  • Reports asks "Delete/close the object(s) selected?"

  • Saying "Yes" deletes it from both Paper Layout editor and Object navigator.

Unfortunately, unlike Forms, we can't resize a field in its Property Inspector (and make it large enough to be seen in the Layout Editor) ...



However, if you edit (with Notepad or any other text editor) the .RDF file and search for that field (for example, B_10 in my report), you'll see something like this:



 <text name="B_10">
<textSettings justify="center"/>
<geometryInfo x="9.37679" y="19.09868" width="8.31236"
height="0.37052"/>
<textSegment>
<font face="Arial" size="8"/>
<string>
<![CDATA[(potpis ovlaštene osobe)]]>
</string>
</textSegment>
</text>


See the geometryInfo; it shows field's location. Width and height are, in your case, probably 0 (zero). See if you can "select" it in Layout Editor (knowing its location) and delete it.




Another option is to save that report as a JSP file. Edit it (in Notepad), search for B_10 and delete the whole <text> ... </text> section. If you open the .JSP in Reports Builder, that field will be gone.



Note that it works only for .JSP; won't work for .RDF files (I know, I tried it).




Hopefully, something of the above will help you get rid of that field. Good luck!







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 22 at 7:09









LittlefootLittlefoot

24.8k71634




24.8k71634












  • Thank you.That notepad stuff worked :)

    – lakshganga
    Mar 22 at 13:45











  • You're welcome; I'm glad if it helped.

    – Littlefoot
    Mar 22 at 13:47

















  • Thank you.That notepad stuff worked :)

    – lakshganga
    Mar 22 at 13:45











  • You're welcome; I'm glad if it helped.

    – Littlefoot
    Mar 22 at 13:47
















Thank you.That notepad stuff worked :)

– lakshganga
Mar 22 at 13:45





Thank you.That notepad stuff worked :)

– lakshganga
Mar 22 at 13:45













You're welcome; I'm glad if it helped.

– Littlefoot
Mar 22 at 13:47





You're welcome; I'm glad if it helped.

– Littlefoot
Mar 22 at 13:47



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55282820%2fdeleting-object-from-object-navigator-in-oracle-reports-11g%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript