What is this setting in data display?

Hi all,
What is the meaning of "freeze to columns" and "unfreeze to columns" in settings -> columns, when we see the contents of a database table.
Thanks,
Charles.

Hi,
Freezing to Columns:
Select the column to which you want to freeze the table by klicking on the column header.
Choose Settings -> Columns -> Freeze to Column.
The columns of the table are frozen from the left to the column selected.
Unfreezing Columns:
If the table was frozen to a non-lead column, you can undo this by choosing Settings -> Columns -> Unfreeze Columns.
Regards,
Ferry Lianto

Similar Messages

  • What is this setting?

    It seems like Photoshop and Illustrator are set at 73 pixels per inch,
    while my Acrobat is set at a 98 pixels per inch?
    This has been causing me much confusion...
    Whenever I open a document in Acrobat, it looks like I have
    a differently sized document, when I actually do not!
    How do I know which setting to leave it on, so when someone else views this PDF, it is not larger or smaller than I thought it would be?

    Of course there is no way of knowing!
    Everybody's monitor is a different size,
    which is why that becomes irrelevant in comparison
    to how you approach the PDF itself.
    The smaller monitors are usually around 19",
    but not much smaller.
    For example, it would be helpful to know if the Adobe
    Reader's preferences--> page display that most PC and Mac
    users are using is typically set to open up at a default 96
    pixels per square inch, 73 ppi, or 110 ppi.

  • Issues and Risks Page: How is this page's data displayed? PSI or Reporting Database?

    The Issues and Risks page (issuesandrisks.aspx) serves up a list of issues/risks that are assigned to me.  Is this a PSI call behind the scenes, or a call to the Reporting DB?  Has anyone gone to this level of detail?  Any help on how to
    get this info programmatically would be awesome.  Thanks! - M
    Michael Mukalian | Jan 2010 - Dec 2010 MVP SharePoint Services | MCTS: MOSS 2007 Configuration | http://www.mukalian.com/blog

    Issue and risk comes from reporting DB. Please go through link it may help you to understand
    http://pwmather.wordpress.com/2012/07/13/projectserver-active-issues-and-risks-on-pwa-reminders-web-part-ps2010-sp2010-sharepoint/
    kirtesh

  • A computer monitor ad I recently read stated 'Adobe 99%'.  What does this mean?

    A computer monitor ad I recently read stated 'Adobe 99%'.  What does this mean?

    It displays 99% of the Adobe RGB gamut which is great if you are editing in this colorspace. Most monitors cover the smaller sRGB for the web.

  • Reader Preferences-Internet-Connection Speed: What does this do?

    Can someone explain what exactly this setting controls or manages? When I search I see different mentions of what this setting controls, from only controlling multimedia to controlling how fast the .pdf actually opens.
    The latter makes no sense; why would you throttle how fast a .pdf opens via this setting? At least managing multimedia makes sense, as that could control the quality of the media being downloaded. Faster speed = bigger better video file, etc.
    Regardless, I have a request to make a Group Policy change for thousands of users to set this from the default of 56K to LAN, and I want to understand what this setting actually manages, and what the ramifications of making this change are for all users.
    What happens if I set it to LAN for all users then someone is in a remote region of the world and only working on dial-up? It does still happen!
    Using Reader 11 on IE8 and IE9 on Windows 7 64 bit.
    Thanks!

    jlaqua2 wrote:
    Can someone explain what exactly this setting controls or manages? When I search I see different mentions of what this setting controls, from only controlling multimedia to controlling how fast the .pdf actually opens.
    The latter makes no sense; why would you throttle how fast a .pdf opens via this setting? At least managing multimedia makes sense, as that could control the quality of the media being downloaded. Faster speed = bigger better video file, etc.
    Regardless, I have a request to make a Group Policy change for thousands of users to set this from the default of 56K to LAN, and I want to understand what this setting actually manages, and what the ramifications of making this change are for all users.
    What happens if I set it to LAN for all users then someone is in a remote region of the world and only working on dial-up? It does still happen!
    Using Reader 11 on IE8 and IE9 on Windows 7 64 bit.
    Thanks!
    Can someone explain what exactly this setting controls or manages? When I search I see different mentions of what this setting controls, from only controlling multimedia to controlling how fast the .pdf actually opens.
    It controls the enabling or disabling of certain "caching" for large PDFs or those that contain multimedia, which load slower on dial up connections. It has NO BEARING WHATSOEVER on opening local PDFs.
    Regardless, I have a request to make a Group Policy change for thousands of users to set this from the default of 56K to LAN, and I want to understand what this setting actually manages, and what the ramifications of making this change are for all users.
    That would all depend on what the ACTUAL connection is for those users. IF they're all on a LAN, then it would be OK to set LAN as the default in deployment.
    What happens if I set it to LAN for all users then someone is in a remote region of the world and only working on dial-up? It does still happen!
    Then the end user would need to go in and reset it to "Dial up".
    FWIW - The reason it's set to Dial up by default is that ANY connection speed faster than 56k will still work with this setting. The reverse isn't so. If someone has their connection set to LAN and they're on dialup, a large ddocument will take forever to load in a browser window, because things like preloading images and media are enabled and not cached under the LAN setting, and with dialup, the PDF will need to load all that content AS IT DOWNLOADS, likely leading to a browser "lockup".

  • What is this kind of DataControl

    In my PageDef.xml there are bindings like following , bind to a DataControl HcmGoalCommonUiNotifications_GoalNotificationFyi.
    <methodIterator Binds="getTaskDetails.result"
    DataControl="HcmGoalCommonUiNotifications_GoalNotificationFyi"
    RangeSize="25"
    BeanClass="HcmGoalCommonUiNotifications_GoalNotificationFyi.getTaskDetails"
    id="getTaskDetailsIterator"/>
    The definition of the AM data control is defined as following,
    <?xml version="1.0" encoding="UTF-8" ?>
    <JavaBean xmlns="http://xmlns.oracle.com/adfm/beanmodel" version="11.1.1.53.68"
    id="HcmGoalCommonUiNotifications_GoalNotificationFyi"
    BeanClass="HcmGoalCommonUiNotifications_GoalNotificationFyi"
    isJavaBased="false">
    <MethodAccessor IsCollection="false"
    Type="HcmGoalCommonUiNotifications_GoalNotificationFyi.getTaskDetails"
    BeanClass="HcmGoalCommonUiNotifications_GoalNotificationFyi.getTaskDetails"
    id="getTaskDetails" ReturnNodeName="Return">
    <ParameterInfo id="bpmWorklistContext" Type="java.lang.String"
    isStructured="false"/>
    <ParameterInfo id="bpmWorklistTaskId" Type="java.lang.String"
    isStructured="false"/>
    <ParameterInfo id="bpmWorklistTaskVersion" Type="java.lang.String"
    isStructured="false"/>
    </MethodAccessor>
    </JavaBean>
    What is this kind of data control , why is not begin with
    <AppModule xmlns="http://xmlns.oracle.com/bc4j" Name="MaintainGoalUIAM"
    anyone can help to point me to a kix or document, I want to learn something about this kind of datacontrol
    HcmGoalCommonUiNotifications_GoalNotificationFyi.

    Thanks the link you provide is helpful, but my data control is net created from the session bean or entity bean.
    it has this attribute defined isJavaBased="false" there is no java class, and in the DataControls.dcx I have XSDDataControl as following.
    the source data of the datacontrol is from SOA side, could you point me to some document, how we can create datacontrol from soa composite.
    <?xml version="1.0" encoding="UTF-8" ?>
    <DataControlConfigs xmlns="http://xmlns.oracle.com/adfm/configuration"
    version="11.1.1.54.74" id="DataControls"
    Package="oracle.apps.hcm.goals.core.notfications.ui">
    <AdapterDataControl id="HcmGoalCoreApprovalNtfsUi_ApproveGoal"
    FactoryClass="oracle.adf.model.adapter.DataControlFactoryImpl"
    ImplDef="oracle.bpel.services.datacontrol.XSDDataControlDefinition"
    SupportsTransactions="true" SupportsSortCollection="false"
    SupportsResetState="false" SupportsRangesize="false"
    SupportsFindMode="false" SupportsUpdates="false"
    Definition="HcmGoalCoreApprovalNtfsUi_ApproveGoal"
    BeanClass="HcmGoalCoreApprovalNtfsUi_ApproveGoal"
    xmlns="http://xmlns.oracle.com/adfm/datacontrol">
    <Source>
    <XSDDataControl xmlns="http://xmlns.oracle.com/bpel/workflow/task"
    SchemaLocation="file:/scratch/vkpai/view_storage/vkpai_rup4_view_may28/fusionapps/hcm/components/hcmTalentSoa/goals/core/goalApprovalComposite/xsd/ApproveGoalWorkflowTask.xsd"
    RootElement="task"
    rootelementnamespace="http://xmlns.oracle.com/bpel/workflow/task"
    taskLoc="file:/scratch/vkpai/view_storage/vkpai_rup4_view_may28/fusionapps/hcm/components/hcmTalentSoa/goals/core/goalApprovalComposite/ApproveGoal.task"
    InitiationTask="false"
    DocumentStoreConfiguration="false"/>
    </Source>

  • HT204023 I am not able to set my Personal Hotspot setting, if I try to set it massage displayed "To enable Personal Hotspot for this account, contact carrier " I am in Oman and using Nawras service for data plan. Plz help me

    I am not able to set my Personal Hotspot setting, if I try to set it massage displayed "To enable Personal Hotspot for this account, contact carrier " I am in Oman and using Nawras service for data plan. Plz help me. Before I was using this service but now facing problem.

    Md Asad wrote:
    Yes but they told mobile co mean Device 'iPhone co'
    Sorry but that makes no sense in English. Only your mobile phone company (i.e. "carrier") can enable the Personal Hotspot feature.

  • What is this message: Base Line Date for rule 11 not set ?

    Hello all,
    I am doing some test.
    Cenario:
    I need to create a Scheduling Agreement in transaction: VA41
    The material I am using to create the VA41, I have just created.
    I created in MM01 the views: Basic Datas 1 and 2, Sales View 1,2 and 3 and Account View 1.
    Issue:
    When I am creating the VA41 and I enter the material, the system shows the messages:
    1) Dates from:: Base line date for rule 11 not set
    2) Dates from:: Base line date for rule 9 not set
    *obs: the messages dos not block the creation of VA41. It is a information message.
    Question:
    What that means? What will happen if I do not fix that? What should I do in order to not have more these messages?
    Tks & Rgds,
    Barbara
    Message was edited by:
            Barbara Barbos

    Hi
    Please check whether you have assigned - payment terms both at company code and sales area level
    VVR

  • Technical data records? What's this???

    Hello,
    we are on BI7.0.
    I have master data for customer. One customer has as a key 0101010101.
    When I want to maintain this record it is only possible when the check-box "Display technical data records" is activated.
    Questions
    Why?
    What is this for a checkbox? The online-help does not bring light on that topic. Any idea?

    Hi,
    Let me take you back to the context help.  It says:
    Some SAP BW components generate artificial characteristic values with corresponding SIDs. These characteristic values do not have master data or texts but only a SID and are called technical master data values.
    If a characteristic does not have attributes and the texts of the characteristic are deleted, you have to set the indicator for subsequent maintenance (new entry) of texts.
    The second paragraph makes it pretty clear.  If just the key characteristic value exists, and the master data table does not contain any attributes and there is no text maintained, then the characterisitc value becomes a technical master data value and will only be called up for maintenance if this flag is checked.
    Why don't you try and maintain this customer's text and save.  Now run master data maintenance with this flag unchecked; you should be able to see it.
    Cheers...

  • How to decode a set of datas received from serial port and display image on a canvas based on CVI ?

    Hi !
    I have received a set of datas via rs232 and it contains picture messages. I have to decode the datas first and then display them on a canvas.
    I have known several functions that may be used . Such as
    int SetBitmapData (int bitmapID, int bytesPerRow, int pixelDepth, int colorTable[], unsigned char bits[], unsigned char mask[]);
    int CanvasDrawBitmap (int panelHandle, int controlID, int bitmapID, Rect sourceRectangle, Rect destinationRectangle);
     However,I don't know how to set the following parameters according to the actual pixel values and color values.
    int bytesPerRow, int pixelDepth, int colorTable[], unsigned char bits[], unsigned char mask[]
     What's more,I have no idea how to decode the datas.
    The  attachment is a incomplete project. I will be very appreciated if anyone could help me .
    Best regards.
    xiepei
    I wouldn't care success or failure,for I will only struggle ahead as long as I have been destined to the distance.
    Attachments:
    Decode and display image.zip ‏212 KB

    Well, things are getting a bit clearer now.
    1. Your image is actually 240x240 pixel (not 320x240 as you told before). The size of image data is 57600 bytes which corresponds to that frmat (I was puzzled by such a data size compared with larger image dimensions!)
    2. The image is a 8-bits-per-pixel one; this means that you must provide a color palette to create the bitmap
    3. You cannot simply copy image data into bitmap fields in CVI: CreateBitmap always produce an image with pixeldepth matched with display colour depth (normally 24 or 32 bpp)
    All that means that you must:
    1. Create the appropriate color palette with 256 colors: it may be a grayscale or color palette depending on camera characteristics. Grayscale palette can be found in my sample project, while sample colour palettes can be found here (here the description of a "standard" 8-bpp color palette)
    2. Create the bits array correctly dimensioned for the color depth of your monitor
    3. Get each pixel value from the camera, lookup in the color palette for the appropriate colour and create the RGB informations into the bits array in memory
    4. Display the bitmap on the canvas
    As a first step, I would configure my system for 256-color display setting, create a bitmap and simply copy image data into it: you should be able to get the correct image back to your screen.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • I bought my I pod touch 3-4 months ago and I got this message all of a sudden, it said something along the lines of provisonal complete_Distrib... will expire in 30 days. What is this it's under setting-general-Profile should I be worried?

    I bought my I pod touch 3-4 months ago and I got this message all of a sudden, it said something along the lines of provisonal complete_Distrib... will expire in 30 days. What is this it's under setting-general-Profile should I be worried? Should I just let it expire.

    Unless you have a company or school iPod, that profile was installed by an app you installed. It is likely that the app will no longer function when that date is reached. You can Google the name of the profile and that may provide some more information.

  • What is the need for setting property data inside the JMSMesage

    Hi
    Could anybody please let me know
    *What is the need for setting property data inside the JMSMesage??
    For example i have a seen a similar example as shown ??
    I have seen a
    Message.setStringProperty("Sport","Basketball");
    and also please tell me how can the MDB recievies this property data ??
    Thanks in advance .

    raviprivate wrote:
    Could anybody please let me know
    *What is the need for setting property data inside the JMSMesage??
    For example i have a seen a similar example as shown ??
    I have seen a
    Message.setStringProperty("Sport","Basketball"); Look at the detail JMS documentation on [Message Properties|http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/jms/Message.html] .
    >
    and also please tell me how can the MDB recievies this property data ?? MDB onMessage method argument is the Message object and if you look at the documentation, Message interface has getter methods to retrieve the properties.

  • What is the default for the "Display PDF in Browser" setting?

    What is the default for the "Display PDF in Browser" setting in Adobe Reader 9 and X?
    Also, are any statistics available on what proportion of users have this setting set to on?

    For all three the default is "checked".
    Be well...

  • PDF form template displaying multiple sets of data loaded from xfdf

    Hello
    I would like to use PDF Forms with data stored in xfdf files.
    Is it possible to create pdf form (template) for displaying and printing multiple sets of data stored in xfdf?
    For example: pdf form contains 2 sets of data. Form field names:  F_1 and F_2.
    I have 7 sets od data. All I need is to create pdf and xfdf that can be displayed in PDF reader and printed
    as document consisting of 4 the same pages containing different data in form fields loaded from xfdf file.
    (something similar to Mail merge in MS Office Word).
    How it would be done? Is it possible to make such pdf, xfdf?
    If yes, where I can find examples (tutorial) of creating such forms, please?
    Thanks.
    J. Jas

    It is possible but not just a simple import of data.
    Each form field in the multiple page PDF would need a unique name not repeated on another page of the PDF. Fortunately the Acrobat form standard includes the "template" object and this object can be spawned or used to add a new page with the form fields automatically renamed with a prefix string of the page number and template added to each form field on the new page. So if one were to import a row from your tab delimited file into the template, one could then spawn a new page from the template with the data and rename the fields so there would be no conflict of like named fields.
    A Lesson in Templates for Adobe Acrobat by Dave Wraight
    With newer versions of Acrobat there is a mail merge feature.
    Create PDFs from Word mail merges

  • My macbook pro displays a folder with a question mark on it when it turns on. What does this mean and how do I fix it?

    My macbook pro displays a folder with a question mark and won't open. What does this mean and how can I fix it?

    it means your HD and the software can't find each other, the following article tells how to troubleshoot this issue:
    https://support.apple.com/kb/TS1440
    hopefully you have backup of your data since sometimes this means the HD is crashing.
    if the article doesn't resolve the issue i would take the mac to apple store or service provider and have it looked at, the following link tells how to find one close to you:
    https://locate.apple.com
    good luck!!

Maybe you are looking for