Single record view window increases !

Hi !
I use vesion 1.1.2.25-79.
Opening the single record view on an record of a table the window is of "normal" size. I enlarged it a little. to see more columns of the record.
From now on the window is increasing every time I open the "single record view".
A bug or feature ?
Regards,
Heinz

It certainly seems like a bug to me - the window gets wider each time it is opened (regardless of whether you have resized it first) and it eventually gets wider than the screen. Thankfully it does start from it's previous size, so you can resize it down to keep it usable next time and it does reset when restarting SQL Developer, but it is another annoyance :(

Similar Messages

  • Single record view: xml in clob view formatted

    I'm storing xml data in a clob. When I select 'single record view' I see my xml on a single line. I would like to see it formatted for easy reading. Is there a way to accomplish this?

    Don't think so, works the same way in the grid; you have to press the Edit icon inside the cell to see proper line breaks.
    You can always add this as feature request at the SQL Developer Exchange, so other users can vote to add weight for possible future implementation.
    Regards,
    K.

  • Adobe acrobat pro x change the program's default page display to single page view - Windows 8, HP La

    adobe acrobat pro x change the program's default page display to single page view - Windows 8, HP Laptop

    Since there were no answers, I will take a stab at a reponse. For the 2nd method, I suspect you could simply select the print or press job options to get the desired results or turn off "use local fonts" in Acrobat. If you check the font list, the fonts are probably not embedded and that is likely the problem.
    I noticed that you have both Reader and Acrobat installed and that might cause some conflict, but should not be the issue here. If you were to uninstall Reader, you would have to repair Acrobat. The conflict here is that you might have problems with the one opening when you want the other. If it works for you, then don't worry about it.
    For technique 1, I suspect you may be using IE 9 that has apparently been a problem since it came out. I have refused to install it. However, it may simply be that PDF Maker does not work correctly with your browser, or got deactivated and needs to be allowed to run in your browser (IE I am assuming).

  • Combining multiple records into a single record (View)

    Okay so here is my scenerio:
    There is a table I have made that details SQL jobs and the various details about them. What i wan't to do is make a view with specific logic implemented. Fields that will be taken across to this view will be: LastRunDate, LastRunTime and Step_Status.
    JobName will also be used to define the logic but will not be a column in itself.
    What i wan't is an additional column using this logic, called 'DataSet'. For each Dataset there are multiple jobs that are unique to it, so there are multiple records being brought over from the table to view for one particular dataset. For example,
    for 'ExampleDataSet' there are three jobs, i wan't it so these jobs are combined and named as 'ExampleDataSet' under a calculated column called 'Dataset'. For the following fields i would like it so that LastRunDate and LastRunTime are the time in whichever
    job was last to be intitiated is the date and time set. For Step_Status, there are three possible results, 'Running', 'Failed' or 'Succeeded'. If any of the three jobs are 'Running', then 'Running'. If neither are running yet one has failed then 'Failed'.
    Only when all three have succeeded should it then be set to 'Succeeded'.
    I hope i have made that clear enough, please feel free to ask any questions if not. I am relatively new to SQL but i thought to at least try least try (I knew it wouldn't work) and it didn't work. But it may give you a better idea of
    what i wan't:
    CREATE VIEW [dbo].[vw_DataAvailabilityAnalysts] AS
    SELECT CASE
    WHEN JobName in ('Job1','Job2','Job3') and step_status='Running' THEN 'Running'
    WHEN JobName in ('Job1','Job2','Job3') and step_status='Failed' THEN 'Failed'
    WHEN JobName in ('Job1','Job2','Job3) and step_status='Succeeded' THEN 'Succeeded'
    END as StatusCheck,
    CASE WHEN JobName in ('Job1','Job2','Job3') THEN 'ExampleDataSet'
    END as DATASET,
    LastRunDate,
    lastruntime,
    step_status,
    FROM [CDS_Common].[dbo].[DataAvailability]
    Many Thanks,
    Plain_Clueless
    Plain_Clueless

    Okay so here is what my table looks like (Simplified). There are four columns and the data within is extracted via a Stored Procedure.
    JobName
    LastRunDate
    LastRunTime
    Step_Status
    Job1
    11/06/2014
    09:30:00
    Succeeded
    Job1
    10/06/2014
    09:37:20
    Succeeded
    Job2
    11/06/2014
    04:05:00
    Succeeded
    Job1
    09/06/2014
    02:17:41
    Succeeded
    As you can see there are 3 jobs which are all 'Job1'. This jobs are obviously different within the table however this represents that they are jobs which all update the same DataSet within our local warehouse. Whereas Job2 updates a different dataset alltogether.
    I wan't to create a view which will alagmate the jobs that are of the same DataSet, which will disclude the column JobName but would create a whole new column that looks like this:
    DataSet
    LastRunDate
    LastRunTime
    Step_Status
    DataSet2
    11/06/2014
    04:05:00
    Succeeded
    DataSet1
    11/06/2014
    09:30:00
    Succeeded
    Bascically what this shows you is all the Job 1's combined so they are one record, Amaglamated. The last time any of these jobs were run is the LastRunDate & LastRunTime, which was the first record in the first table provided. Again for Step_Status,
    there are three possible results, 'Running', 'Failed' or 'Succeeded'. If any of the three jobs are 'Running', then 'Running' (Absolute). If none of the three jobs are running yet one has failed then 'Failed'. If one has failed yet another is also running then
    'Running'.Only when all three have succeeded should it then be set to 'Succeeded'. (This last bit isn't as important).
    Hope this clears it up a bit,
    Plain_Clueless
    Plain_Clueless

  • Single record window

    Oracle SQL Developer version 1.1.2.25 BUILD MAIN-25.79
    Running under WinXP
    Issue description:
    The single record window is a modal dialog and there is no user pref recording the position and size.

    It certainly seems like a bug to me - the window gets wider each time it is opened (regardless of whether you have resized it first) and it eventually gets wider than the screen. Thankfully it does start from it's previous size, so you can resize it down to keep it usable next time and it does reset when restarting SQL Developer, but it is another annoyance :(

  • Non Database single record block, SAVE message issue

    Hi,
    Please help me to resolve it,
    In Form I have single record block which is not based on table or view , I wrote Insert & update script in When-Button-press trigger for save button. It does update or save record but doesnt show any message which normally shows at the bottom of the form that 1 Rcord saved. How can I display that message?
    Thanks
    --Vijay

    Either u can give some conditions in save button and give procedure_alert('Record Saved Successfully..').. It depends upon how u give the condition...
    OR
    in when new form instance trigger, u would have gave :SYSTEM.MESSAGE_LEVEL := '20'... delete this code...then the builder itself will show all the messages including insert and all at bottom of window....

  • Interactive Report Single Row View Error

    I am getting the following error on my Single Row View
    {"dialog":{"uv":true,"row":[{"V":"Widget Failure
    ORA-20001: SHOW error. ORA-20001: VIEW_ROW error. ORA-20001: GET_COLUMN_VALUE error. ORA-01722: invalid number,
    worksheet"}]}}Any clues?
    Shunt

    Shunt,
    Does this happen on every record? Have you tried to recreate the IRR on another page as a test? Do a SELECT * FROM table...
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen
    http://sourceforge.net/projects/plrecur
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    How do i change the display in ADE to a single page view instead of two pages side by side? I find it distracting and prefer to look at one page at a time.

    You can increase the font size and automatically page view changes. Go to menubar; Reading -> PDF View or Epub Text Size (depending upon the ebook) and increase the size.

  • Annoying single page view in full screen mode

    I have checked the “Enable Scrolling” in the “View/Page Display” menu to have a continuous page flow (with gaps between pages) and avoid page bouncing when moving from the bottom of a page to the top of the next page. It works as expected when in windowed mode but not in full screen mode.
    - Why isn’t it possible to have continuous page flow (with gaps between pages) when in full screen mode? It is as if Adobe Reader disregards the “View/Page Display” menu preferences and always reverts to “Single Page View” when in full screen mode!
    - Also it would be nice to have an option to display a vertical scroll bar to the extreme right of the screen in full screen mode to be able to quickly scroll the document.
    These two features are the primary ones that make me still using Foxit-Reader instead of Adobe Reader albeit Foxit-Reader has a lower PDF rendering quality.
    Regards
    ZC.

    I have same problem.
    In Full Screen Mode , most functions are *NOT* working. For example , Show/Hide Menu Bar , Show/Hide Toolbars etc. Even use keyboard shortcut , they just *NOT* working.
    I am wondering is any chance to make Show/Hide Menu Bar , Show/Hide Toolbars working on Full Screen Mode ?
    At least , please add some keyboard shortcut to change Page Display .
    Best Regards,
    Adobe Reader version : 10.0.3
    OS version : Mac OS X 10.6.7

  • Main Viewer Window does not display correctly

    Ever since I upgraded to Aperture 3.3 through 3.4.1, the main viewer window does not display correctly.  Everything is justified to the right of the screen.  When viewing images, the are not in teh center, they are over to the right.  I can't even see the import controls when trying to import... actually I can't even press the import button or add metada.  I am really in a bad position here.  Need help with this... anyone out there have a solution please?  my clients are waiting for their photos.  Yikes!
    Right justified?
    No Import Controls?
    Faces -  Everything displayed in a single row, runs off the end of the right side of the screen

    Have a read through this page and follow the directions to delete your application preferences,
    Let us know how you go.
    Tony
    http://support.apple.com/kb/HT3805
    Message was edited by: Tony Gay

  • Recording view in results recording

    Hi all,
    I have used 89 insp type for manual lot and in results recording i want the tab that unit to be inspected . In develpement it is coming .but in prod sever it is appearing and in production also for some insp types it is coming why .
    please suggest settings .
    regards
    prasad

    Hi arun,
    alredy i did the setting in IMG for that 89 insp type .even though it is not appearing .
    now my query is if we did not do that setting also i think tab should be appear.but curser will go to other tab.
    please correct if I am wrong .
    plz suggest me how to do get the tab.It is very urgent for me .
    regards
    prasad
    Edited by: prasad.k on Apr 2, 2008 4:08 PM
    just now i have seen that message is giving by the system:
    *view for characterstic overview was changed *
    if you see the details of that message  that like follow----
    View for characteristic overview was changed
    Message no. QE044
    Diagnosis
    The predefined view from the operation or inspection type has been changed by the program. This may be due to the following:
    In the user master, a recording view is assigned to the user parameter 'QER'. If there is no default value for this user parameter, the general view (single values and summarized results) is used.
    The determined view is marked as obsolete.
    Procedure
    The user parameter 'QERSMAL' must be initialized to be able to use obsolete recording views. You cannot delete the user parameter from the user master.

  • RFC single record or unbounded?

    Hi folks,
    In one of my mapping Iu2019ve two tables with fewer fields to get. So Iu2019m using the RFC lookup standard conversion function of Message Mapping. The RFMs only retrieve a single record and I thought if they could retrieve unbounded records it could increase the performance of this mapping. But, Iu2019m not figuring how to handle the unbounded records at the message mapping. As we map context with context, the key fields should be passed at onceu2026 in java mapping I see it feasible, but with message mapping nou2026 any idea?
    Retrieving single records is the regular behavior of an RFC lookup? (At the examples Iu2019ve seen here is always retrieving single records.
    Thanks in advance,
    Jorge.

    yeah so i dont see any issues as such. in the UDF where you do the RFC lookup you will have to ensure you send out values to the target node.
    But tell me something, do you want to map the response to multiple target fields?
    In this case i suggest you dont do a lookup. say if your scenario for example is File A -> XI -> FILE B and most of the records for FILE B is retrieved from RFC lookup, then avoid the lookup and then do a FILE -> RFC -> FILE scenario

  • Can the brushes be mapped to the area below the viewer window?

    I have sent in a recommendation to map the brushes individually so you don't have to select the brush icon then the brush you want. But I am just wondering if there is a way somewhere to do this and I just don't know about it?
    I would like to map the brushes individually below the Viewer window or in full screen mode so I can quickly switch between them.

    I agree. The Radial Menu is extremely fast and useful once you get used to it.
    You can still map the proper brush commands to single keys on the keyboard and use that. And most (all?) the Quick Brushes are still just two clicks away on the Toolstrip.
    You can make a feature request for more and customizable buttons on the Toolstrip: "Aperture→Provide Aperture Feedback".
    Message was edited by: Kirby Krieger

  • CHANGING BACKGROUND COLORS ON MAIL VIEW WINDOW?

    The light blue area on the left of the mail view window seems to not have enough contrast to clearly read the number of emails sitting in a particular mailbox. Is there any way to customize the background color to make this more readable?
    Thanks,
    Bruce

    Bruce, do you see the darker blue background to increase the contrast with the number, or just the white number on the light blue background?
    should look like this:
    PB G4 17, 1.5 GHz, 1 GB ram   Mac OS X (10.4.6)  

  • Excessive disk usage when I drag the log file viewer window (why)?

    When I drag the Log File Viewer window in Gnome, I get huge amounts of hard disk usage and the hard drive makes a loud rumbling noise. This happens only while dragging the Log File Viewer window and no other windows (that I've noticed so far).
    Why is this happening?
    Last edited by trusktr (2012-01-11 05:27:54)

    Elements11DRC
    What version of Premiere Elements are you working with and on what computer operating system is it running?
    Can we assume by your selected ID, that the program is Premiere Elements 11?
    Pending further details, I will assume that you are working with Premiere Elements 11 on Windows 7, 8, or 8.1 64 bit.
    Where is this "My Videos" Folder - on a DVD disc being used as a DataDisc for video storage purposes?
    If so, Add Media/DVD Camera or Computer Drive/Video Importer and from there automatically into the project in Project Assets as well as on the Timeline.
    If your "My Videos" Folder is a folder on the computer hard drive, then Add Media/Files and Folders to get the video into Project Assets from where you drag the video to the Timeline.
    Now for the video that you are trying to import...what are its properties
    Video Compression
    Audio Compression
    Frame Size
    Frame Rate
    Interlaced or Progressive
    File Extension
    Pixel Aspect Ratio
    Probably answered the easiest by knowing the brand/model/settings of the camera that recorded the video.
    Prime interest, that video compression. It could be MotionJPEG which can be problematic for Premiere Elements. It could be AVCHD.avi which cannot be imported.
    We can go into greater detail on your project details once we rule in or out any of the factors mentioned above.
    By the way, what is the destination for this project....burn to disc DVD or Blu-ray...export to file saved to the computer hard drive...other?
    More later.
    Thanks.
    ATR

Maybe you are looking for

  • Problems with Os 9 updating to osx 10.3

    Hello: I just bought a 350 mhz blueberry slot loading Imac G3 from 1999. It is currently running OS 9. I am using an ethernet connection. I was not prepared for OS and made a critical mistake early on--which has created more issues--which has brought

  • Adobe Acrobat X Pro Compatibility with Windows 8

    Will Acobe Acrobat X Pro run on Windows 8?

  • Flash transparency in dreamweaver

    After creating a flash navigation banner side bar, i have inserted it into my page in dreamweaver. The problem was within the background being over the text over the side of the page therefore blocking the text. So after using the parameter wmode tra

  • One interview question in BDC

    there r 10,000 records in a flatfile and first record contains error, if i upload to the bdc pgm,and run in session method what will happen.

  • ExtendScript : store XMP / metadatas

    Hi, First of all, please excuse my poor english, hope I'll be understandable. CS5 - AE 10.0.2.4 OSX 10.6.8 I'm trying to save user datas (ie: production context, batch render options, composition history, statistics ...) with after effects projects,