change the entity running, PivotTable data source

Hey
in our application we have too many search tables, which have the same structur, I asked my team to find a way to create a page to Handel all transactions research tables,
the user will select the lookup table in the drop-down list, the data will be displayed on the page...

q: How can I change the entity data source during execution?

Thank you

Mamzelle,

Of course, it is possible to do so in the ADF only, Yes - however, I have not done this myself.

I actually have a very similar use case (actually, almost the same thing) than yours, and I implemented what I described.

You can read about my use cases and the solution here [url http://stegemanoracle.wordpress.com/2006/03/15/using-updatable-views-with-adf/]

Best,

John

Tags: Java

Similar Questions

  • How to change the vmdk in another data store

    for my vm four disks are there I want to increase disk capacity but there is no space on the data store

    Hello

    Solution is that you must change the drive to another data store and increase space.

    First findout in spatial data store is avaialble.

    Select the virtual machine and migration - migration datastore - Advanced - click the drive on which you want to increase space - browse - choose data store where space is available - finishing

    After migration - more space.

  • Change the format of a date field to be used in a file name.

    Good afternoon!

    I use Livecycle ES3 and Adobe Professional XI

    I have a form in livecycle for employee evaluations.

    I'm saving a file based on domain names.  My problem is when I use a date in my file name field.  I have the scripts to work for the confidence function and the button on the form field.  They are listed below.

    Script folder level-

    mySaveAs = app.trustPropagatorFunction (function (doc, path)
    {
    app.beginPriv ();
    doc.saveAs (path);
    app.endPriv ();
    });

    myTrustedSpecialTaskFunc = app.trustedFunction (function (doc, file_path)
    {
    Privileged and non-privileged code above
    app.beginPriv ();
    mySaveAs (doc, file_path);
    app.endPriv ();
    });

    Button script

    () myTrustedSpecialTaskFunc

    this, "/ c/myfiles / ' + ReviewPeriodTo.rawValue + '-' + Div.rawValue + '-' + EVALTTYPE.rawValue + '-' + LASTNAME.rawValue + '-' + FIRSTNAME.rawValue +

    ".pdf");

    My problem is the ReviewPeriodTo.rawValue.  When I enter data in the form and that you do not enter a value for the ReviewPeriodTo field, the file is saved with the values of other fields, and a null value is inserted where the field would go to date.

    When I type a value such as 2014-03-15 in the area of the ReviewPeriodTo and values in other areas, it works.

    When I try to insert a value in as the 15/03/2014 in the area of the ReviewPeriodTo, I get the following error.

    RaiseError: The file may be read-only or another user can open. Please save the document under a different name or in a different folder.

    Doc.saveAs:16:XFA:form1 [0]: page 1 [0]: #subform [0]: Button3 [0]: mouseUp

    = > The file may be read-only or another user may be subject to open. Please save the document under a different name or in a different folder.

    My problem is, it's part of a much larger process when I import information from a make table query MS Access which is exported to Excel.  If I could just format field data automatically to formation of yyyy-mm-dd since t, that would work, but I don't know how to do coding in MS Access.

    Question: How can I format the data which are entered on the form to be the yyyy-mm-dd format?

    I tried to change the display format and data through models livecycle for the field, but it does not work.

    Any help would be greatly appreciated!

    Thank you

    Hello

    It sounds like you need to specify all the formats users can enter the date in the editing modes.  If it matches one of the formats then the rawValue will be automatically formatted to yyyy-mm-dd format.

    This means that if the formattedValue is equal to the rawValue then the date does not match one of the edition models so you will need display an error message.

    Concerning

    Bruce

  • Change the name of a data store?

    Hello

    Is it possible to change the display name of a data store NFS I have 8 nodes in a cluster connected to?  This is for aesthetic reasons only - consistency of the naming convention.  Just curious, if I renamed the store of data for data store in vSphere VCenter, did change the display name for each host?  Or I have to change the display name to each host using the "hosts and Clusters".  Just curious to know if I can do that, while virtual machines are run with no negative effect... or should I stop literally all of the virtual machines to do this.

    Thanks in advance.

    Hello

    You can change the name of data warehouses (NFS, iSCSI, FC etc.) at any time and without any negative effects.

    Just right click, rename it to your heart's content!

    See you soon,.

  • Change the number in Varchar2 Data Type

    Hello

    We have a running production applications. There is a column called home_number which is a type of data number, now called the new requirement to change of varchar2.

    I tried to edit the table get the below error.


    -Edit the "TECH_SOURCING_EMPLOYEE_DETAILS" table change
    -("HOME_PH_NUMBER" VARCHAR2 (1000))
    -- /

    -ORA-01439: column to change must be empty to change data type

    Please suggest me how to change the data type of column without affecting the data.

    Thank you
    Sudhir

    Try below, I tested in my database.

    create table tmp
    (ID NUMBER,
     HOME_NUMBER NUMBER(8));
    
    insert into tmp values(1, 9122222);
    
    alter table tmp add MY_HOME_NUMBER VARCHAR2(1000);
    
    update tmp
      set my_home_number = home_number;
    
    update tmp
       set home_number = NULL; 
    
    alter table tmp drop column home_number;   
    
    alter table tmp rename column my_home_number to home_number; 
    
  • How to change the cell in a data grid

    Hai

    I pasted the mxml below.

    I need how to change a cell in a datagrid control.

    1. run the mxml, enter values in the text box and click Add.

    2. then click on the button, AND now you can see the values displayed in the grid.

    3. can change the second combobox and enter values in the text box and click Add

    4. now, I need to change the values for a cell in the datagrid control.

    In the code below you can see the column value,
    I need to edit oly this cell in a particular row.


    Can someone help me.


    Thanks in advance

    <? XML version = "1.0" encoding = "utf-8"? >

    < mx:Application

    ' xmlns:mx = ' http://www.Adobe.com/2006/MXML "layout =" " absolute "

    >

    < mx:Script >

    <! [CDATA]

    ActionScript file

    import

    mx.rpc.events.FaultEvent;

    import

    mx.controls.Alert;

    import

    mx.managers.CursorManager;

    import

    mx.collections.ArrayCollection;

    [

    Bindable

    ]

    public var adhoc:ArrayCollection = new

    ArrayCollection();

    [

    Bindable

    ]

    public var serverString = ""

    ;

    private function initImage(event:MouseEvent):Sub

    {

    If

    (adhoc.length > 0) {

    CursorManager.setBusyCursor ();

    }

    }

    private function onChange():Sub

    {

    If

    (comboBox.selectedIndex == 0) {

    }

    on the other

    {

    }

    }

    private function onChange1():Sub

    {

    if (combo2.selectedItem == 'DATEDEPLOYED' | combo2.selectedItem == 'DATEUPLOADED' )

    ){

    datepick.visible =

    true

    txt.visible =

    fake

    }

    on the other

    {

    txt.visible =

    true

    datepick.visible =

    fake

    }

    }

    private function add():Sub

    {

    var

    Txt.text = str:string;

    if (str.length == 0 & & txt.visible == true )

    ){

    Alert.Show)

    'Value cannot be empty.

    );

    return

    ;

    }

    if (combo2.selectedItem! = 'DATEDEPLOYED' : combo2.selectedItem! = 'DATEUPLOADED' )

    ){

    if (txt.visible == true )

    ){

    var temp: Object = new

    Object();

    Temp.fname = combo2.selectedItem;

    Temp.Opera = combo1.selectedItem;

    Temp.Val =

    "'" + txt. Text+ "'"

    ;

    adhoc.addItem (temp);

    txt. Text =

    ""

    ;

    }

    }

    var

    str1:string = datepick.text;

    If

    (comboBox.selectedIndex == 1) {

    if (combo2.selectedItem == 'DATEDEPLOYED' | combo2.selectedItem == 'DATEUPLOADED' )

    ){

    if (str1.length == 0 & & datepick.visible == true )

    ){

    Alert.Show)

    "The date cannot be empty.

    );

    }

    on the other

    {

    var temp: Object = new

    Object();

    Temp.fname = combo2.selectedItem;

    Temp.Opera = combo1.selectedItem;

    Temp.Val = datepick.text;

    adhoc.addItem (temp);

    datepick. Text =

    ""

    ;

    }

    }

    }

    AddButton.Enabled =

    fake

    ;

    addopenbracket. Enabled =

    fake

    ;

    combo2. Enabled =

    fake

    ;

    Combo1.enabled =

    fake

    ;

    }

    private function querydelete():Sub

    {

    If

    (AdHoc.selectedIndex > 0) {

    If

    (AdHoc.selectedIndex == (adhoc.length - 1)) {

    ad-hoc [AdHoc.selectedIndex - 1] = .cond

    ""

    ;

    addopenbracket. Enabled =

    fake

    ;

    addclosebracket. Enabled =

    fake

    ;

    AddButton.Enabled =

    fake

    ;

    combo2. Enabled =

    fake

    ;

    Combo1.enabled =

    fake

    ;

    }

    combo2. SelectedItem = ad hoc [adhoc.length - 2] .fname

    Combo1.SelectedItem = ad hoc .opera [adhoc.length - 2]

    adhoc.removeItemAt (AdHoc.selectedIndex);

    adhocdetailgridcompilance.dataProvider = null;

    adhocdetailgrid.dataProvider = null;

    }

    else if

    (adhoc.length == 1) {

    adhoc.removeItemAt (AdHoc.selectedIndex);

    adhocdetailgridcompilance.dataProvider = null;

    adhocdetailgrid.dataProvider = null;

    addopenbracket. Enabled =

    true

    ;

    addclosebracket. Enabled =

    true

    ;

    AddButton.Enabled =

    true

    ;

    combo2. Enabled =

    true

    ;

    Combo1.enabled =

    true

    ;

    }

    on the other

    {

    Alert.Show)

    "Select the lines to remove."

    );

    }

    }

    private function andSubmit():Sub

    {

    for every()var obj:Object in

    Adhoc) {}

    If

    (obj.fname == combo2.selectedItem & & obj.opera == combo1.selectedItem) {

    if (combo2.selectedItem! = 'DATEDEPLOYED' : combo2.selectedItem! = 'DATEUPLOADED' )

    ){

    if (txt.visible == true )

    ){

    trace ()"2 is equal to '

    );

    var temp: Object = new

    Object();

    obj.cond = and.label

    adhoc.setItemAt (obj, adhoc.getItemIndex (obj));

    }

    on the other

    {

    trace (obj.fname + « : »

    (+ combo2.selectedItem);

    trace (obj.opera + « : »

    (+ combo1.selectedItem);

    trace (obj.val + ":" + "'"+txt.text+"'"

    );

    }

    }

    }

    else if

    (obj.fname is addclosebracket.label) {

    if (combo2.selectedItem! = 'DATEDEPLOYED' : combo2.selectedItem! = 'DATEUPLOADED' )

    ){

    if (txt.visible == true )

    ){

    trace ()"2 is equal to '

    );

    var temp: Object = new

    Object();

    obj.cond = and.label

    adhoc.setItemAt (obj, adhoc.getItemIndex (obj));

    }

    on the other

    {

    trace (obj.fname + « : »

    (+ combo2.selectedItem);

    trace (obj.opera + « : »

    (+ combo1.selectedItem);

    trace (obj.val + ":" + "'"+txt.text+"'"

    );

    }

    }

    }

    If

    (obj.fname == combo2.selectedItem & & obj.opera == combo1.selectedItem) {

    if (combo2.selectedItem == 'DATEDEPLOYED' | combo2.selectedItem == 'DATEUPLOADED' )

    ){

    if (datepick.visible == true )

    ){

    trace ()"2 is equal to '

    );

    var temp: Object = new

    Object();

    obj.cond = and.label

    adhoc.setItemAt (obj, adhoc.getItemIndex (obj));

    }

    on the other

    {

    trace (obj.fname + « : »

    (+ combo2.selectedItem);

    trace (obj.opera + ': ' )

    (+ combo1.selectedItem);

    trace (obj.val + ":"

    (+ datepick.text);

    }

    }

    }

    else if

    (obj.fname is addclosebracket.label) {

    if (combo2.selectedItem == 'DATEDEPLOYED' | combo2.selectedItem == 'DATEUPLOADED' )

    ){

    if (txt.visible == true )

    ){

    trace ()"2 is equal to '

    );

    var temp: Object = new

    Object();

    obj.cond = and.label

    adhoc.setItemAt (obj, adhoc.getItemIndex (obj));

    }

    on the other

    {

    trace (obj.fname + « : »

    (+ combo2.selectedItem);

    trace (obj.opera + ': ' )

    (+ combo1.selectedItem);

    trace (obj.val + ":"

    (+ datepick.text);

    }

    }

    }

    }

    AddButton.Enabled =

    true

    ;

    addopenbracket. Enabled =

    true

    ;

    combo2. Enabled =

    true

    ;

    Combo1.enabled =

    true

    ;

    }

    private function orSubmit():Sub

    {

    for every()var obj:Object in

    Adhoc) {}

    If

    (obj.fname == combo2.selectedItem & & obj.opera == combo1.selectedItem) {

    if (combo2.selectedItem! = 'DATEDEPLOYED' : combo2.selectedItem! = 'DATEUPLOADED' )

    ){

    if (txt.visible == true )

    ){

    trace ()"2 is equal to '

    );

    var temp: Object = new

    Object();

    obj.cond = or.label

    adhoc.setItemAt (obj, adhoc.getItemIndex (obj));

    }

    on the other

    {

    trace (obj.fname + « : »

    (+ combo2.selectedItem);

    trace (obj.opera + « : »

    (+ combo1.selectedItem);

    trace (obj.val + ":" + "'"+txt.text+"'"

    );

    }

    }

    }

    else if

    (obj.fname is addclosebracket.label) {

    if (combo2.selectedItem! = 'DATEDEPLOYED' : combo2.selectedItem! = 'DATEUPLOADED' )

    ){

    if (txt.visible == true )

    ){

    trace ()"2 is equal to '

    );

    var temp: Object = new

    Object();

    obj.cond = or.label

    adhoc.setItemAt (obj, adhoc.getItemIndex (obj));

    }

    on the other

    {

    trace (obj.fname + « : »

    (+ combo2.selectedItem);

    trace (obj.opera + « : »

    (+ combo1.selectedItem);

    trace (obj.val + ":" + "'"+txt.text+"'"

    );

    }

    }

    }

    If

    (obj.fname == combo2.selectedItem & & obj.opera == combo1.selectedItem) {

    if (combo2.selectedItem == 'DATEDEPLOYED' | combo2.selectedItem == 'DATEUPLOADED' )

    ){

    if (datepick.visible == true )

    ){

    trace ()"2 is equal to '

    );

    var temp: Object = new

    Object();

    obj.cond = or.label

    adhoc.setItemAt (obj, adhoc.getItemIndex (obj));

    }

    on the other

    {

    trace (obj.fname + « : »

    (+ combo2.selectedItem);

    trace (obj.opera + ': ' )

    (+ combo1.selectedItem);

    trace (obj.val + ":"

    (+ datepick.text);

    }

    }

    }

    else if

    (obj.fname is addclosebracket.label) {

    if (combo2.selectedItem == 'DATEDEPLOYED' | combo2.selectedItem == 'DATEUPLOADED' )

    ){

    if (txt.visible == true )

    ){

    trace ()"2 is equal to '

    );

    var temp: Object = new

    Object();

    obj.cond = or.label

    adhoc.setItemAt (obj, adhoc.getItemIndex (obj));

    }

    on the other

    {

    trace (obj.fname + « : »

    (+ combo2.selectedItem);

    trace (obj.opera + ': ' )

    (+ combo1.selectedItem);

    trace (obj.val + ":"

    (+ datepick.text);

    }

    }

    }

    }

    AddButton.Enabled =

    true

    ;

    addopenbracket. Enabled =

    true

    ;

    combo2. Enabled =

    true

    ;

    Combo1.enabled =

    true

    ;

    }

    public function addOpenBracket():Sub

    {

    var temp: Object = new

    Object();

    Temp.fname = addopenbracket.label

    adhoc.addItem (temp);

    addopenbracket. Enabled =

    fake

    addclosebracket. Enabled =

    true

    if (adhoc.length > 1 & & addopenbracket.enabled == false )

    ){

    AddButton.Enabled =

    true

    }

    }

    public function addCloseBracket():Sub

    {

    var temp: Object = new

    Object();

    If

    (adhoc.length > 1) {

    Temp.fname = addclosebracket.label

    adhoc.addItem (temp);

    addopenbracket. Enabled =

    true

    addclosebracket. Enabled =

    fake

    }

    if (adhoc.length > 1 & & addclosebracket.enabled == false )

    ){

    AddButton.Enabled =

    true

    }

    }

    private function dateChange(date:Date):Sub

    {

    if (date == null )

    ){

    }

    on the other

    {

    txt. Text = date.getDate () +.

    '/' + m:System.NET.SocketAddress.ToString () (date.getMonth () + 1) + '/'

    +

    date.getFullYear () m:System.NET.SocketAddress.ToString ();

    }

    }

    public function saveadhoc(event:Event):Sub

    {

    var AdhocRows:String = ""

    ;

    var

    i: int;

    var

    selectedType = comboBox.selectedItem;

    If

    (adhoc.length == 0) {

    Alert.Show)

    "Enter the query."

    );

    }

    on the other

    {

    for

    (i = 0; i < adhoc.length; i ++) {

    if (ad-hoc .fname [i]! = null )

    ){

    AdhocRows = AdhocRows + ad hoc [i] .fname +.

    " "

    ;

    }

    if (ad-hoc .opera [i]! = null )

    ){

    AdhocRows = AdhocRows + ad hoc [i] .opera +.

    " "

    ;

    }

    if (.val adhoc [i]! = null )

    ){

    AdhocRows = AdhocRows + ad hoc [i] .val +.

    " "

    ;

    }

    if (ad-hoc .cond [i]! = null )

    ){

    AdhocRows = AdhocRows + ad hoc [i] .cond +.

    " "

    ;

    }

    }

    var Parameters: Object = {adhocquery:AdhocRows, FlexActionType:'ADHOCQUERYSUBMIT' }

    adhocType:selectedType};

    adhocClick.send (parameters);

    }

    }

    private function retrieve():Sub

    {

    datepick.visible =

    fake

    txt.visible =

    true

    }

    []] >

    < / mx:Script >

    < mx:Array id=" model "

    >

    < mx:String > TYPE < / mx:String >

    < mx:String > AUDITRESULT

    < / mx:String >

    < mx:String > CATEGORY

    < / mx:String >

    < mx:String > CHILDRULE < / mx:String >

    < mx:String > PARENTRULE

    < / mx:String >

    < mx:String > AUDITGROUP

    < / mx:String >

    < mx:String > LOCATION

    < / mx:String >

    < mx:String > Name of the SELLER

    < / mx:String >

    < mx:String > DEVICECATEGORY

    < / mx:String >

    < / mx:Array >

    < mx:Array id=" inventories "

    >

    < mx:String > Name of the SELLER

    < / mx:String >

    < mx:String > DEVICETYPE

    < / mx:String >

    < mx:String > SERIES

    < / mx:String >

    < mx:String > MODEL

    < / mx:String >

    < mx:String > SUP/CPU

    < / mx:String >

    < mx:String > CODEVERSION

    < / mx:String >

    < mx:String > IMAGENAME

    < / mx:String >

    < mx:String > DATEDEPLOYED

    < / mx:String >

    < mx:String > LOCATIONNAME

    < / mx:String >

    < mx:String > Address1

    < / mx:String >

    < mx:String > Address2

    < / mx:String >

    < mx:String > CITY

    < / mx:String >

    < mx:String > STATE

    < / mx:String >

    < mx:String > COUNTRY

    < / mx:String >

    < mx:String > FLOOR < / mx:String >

    < mx:String > CABINET

    < / mx:String >

    < mx:String > CATEGORYNAME

    < / mx:String >

    < mx:String > DEPARTMENT

    < / mx:String >

    < mx:String > CONTACTNAME

    < / mx:String >

    < mx:String > CONTACTNUMBER

    < / mx:String >

    < mx:String > VERSION

    < / mx:String >

    < mx:String > FILE name

    < / mx:String >

    < mx:String > DATEUPLOADED

    < / mx:String >

    < / mx:Array >

    < mx:Accordion x=" 13 " y=" 55 "width = » 230 "height = » 492 "

    >

    < mx:Form

    " label = ' AdHoc Query Analyzer "width =" " 100% " 'creationComplete ="retrieve ()' height = ' 100% "color =" " #F2F8F9 "backgroundColor =" " #020202 "

    >

    < mx:Canvas " label = ' Query "width =" " 204 "height =" 440 "backgroundColor =" #020202 "" "

    >

    < mx:ComboBox x=" 66 "y =" 287 "width =" "id =" comboBox 134 "dataProvider =" [COMPLIANCE, INVENTORY] color "change ="onChange ()"=" #050505 " " > "

    < / mx:ComboBox >

    < mx:ComboBox x=" 5 "y =" 344 "width =" "id =" Combo1 109,25 "dataProvider =" [=!, "" =, >, > =, & lt; & lt; = AS] "color =" #010101 " "

    > < / mx:ComboBox >

    < mx:TextInput x=" 119,25 " y=" 344 "width = » 77,75 " id=" txt "color = » #050505 "

    / >

    < mx:Button x=" 3 "y =" 401 "label =" Add "width =" "click ="Add()"id =" AddButton 59 "color =" #FFFEFE "fillAlphas =" [0.6, 0.4, 0.75, 0.65] "fillColors =" [#FFFFFF, #CCCCCC, #EEEEEE #EEEEEE] "borderColor =" #B7BABC "themeColor =" #009DFF "" "" "" "

    / >

    < mx:Button x=" 66 "y =" 401 "label =" Remove "width =" 63,25 color "click ="querydelete ()"=" #FFFEFE "fillAlphas =" [0.6, 0.4, 0.75, 0.65] "fillColors =" [#FFFFFF, #CCCCCC, #EEEEEE #EEEEEE] "borderColor =" #B7BABC "themeColor =" #009DFF "" "" ""

    / >

    < mx:Button x=" 2 "y =" 373 "label =" ()"id ="addopenbracket"click ="addOpenBracket ()"width ="45"color ="#FFFEFE"fillAlphas ="[0.6, 0.4, 0.75, 0.65]"fillColors ="[#FFFFFF, #CCCCCC, #EEEEEE #EEEEEE]"borderColor ="#B7BABC"themeColor ="#009DFF"" "" ""

    / >

    < mx:Button x=" 51 "y =" 373 "label =" ( )"id ="addclosebracket"click ="addCloseBracket ()"width ="45"color ="#FFFEFE"fillAlphas ="[0.6, 0.4, 0.75, 0.65]"fillColors ="[#FFFFFF, #CCCCCC, #EEEEEE #EEEEEE]"borderColor ="#B7BABC"themeColor ="#009DFF"" ""

    / >

    < mx:Button x=" 134.25 "y =" 401 "label =" submit color "click ="saveadhoc (event); initImage (event)"=" #FFFEFE "fillAlphas =" [1.0, 0.69, 0.75, 0.65] "fillColors =" [#77B97A, #77B97A, #EEEEEE, #EEEEEE] "borderColor =" #77B97A "themeColor =" #009DFF "" "" "

    / >

    < mx:ComboBox x=" 66 "y =" 317 "width =" "id =" combo2 "change ="onChange1 ()"dataProvider =" {comp} 134 "color =" #010101 "" "

    >

    < / mx:ComboBox >

    < mx:DateField x=" 122.25 "y =" 344 "width =" 74.75 "initialize =" dateChange ((event.target) .selectedDate) "" id =" datepick " color =" #050505 " " "

    / >

    < mx:DataGrid x=" 1 "y =" 1 "width =" 203 "height =" "id =" AdHoc 282 "dataProvider =" {adhoc} "allowMultipleSelection =" true "color =" #020202 "" ""

    >

    < mx:columns >

    < mx:DataGridColumn " headerText =" Name "dataField =" " fname " id=" FNAM "

    / >

    < mx:DataGridColumn " headerText =" Operator "dataField =" " Opera " id=" OPE "

    / >

    < mx:DataGridColumn " headerText =" Value "dataField =" " Val " id=" earned "

    / >

    < mx:DataGridColumn " headerText =" Condition "dataField =" " cond " id=" condt "

    / >

    < / mx:columns >

    < / mx:DataGrid >

    < mx:Button x=" 99 "y =" 373 "label =" AND "width =" 52 "click ="andSubmit ()"id =" and "color =" #FFFEFE "fillAlphas =" [0.6, 0.4, 0.75, 0.65] "fillColors =" [#FFFFFF, #CCCCCC, #EEEEEE #EEEEEE] "borderColor =" #B7BABC "themeColor =" #009DFF "" "" "" "

    / >

    < mx:Button x=" 154 "y =" 373 "label =" OR "width =" 49 "click ="orSubmit ()"id =" or "color =" #FFFEFE "fillAlphas =" [0.6, 0.4, 0.75, 0.65] "fillColors =" [#FFFFFF, #CCCCCC, #EEEEEE #EEEEEE] "borderColor =" #B7BABC "themeColor =" #009DFF "" "" "" "

    / >

    < mx:Label x=" 7 "y =" 291 "text =" TYPE "width =" 59 "fontWeight =" "BOLD" "" ""

    / >

    < mx:Label x=" 5 "y =" 319 "text =" DISPLAY "width =" 59 "fontWeight =" "BOLD" "" ""

    / >

    < / mx:Canvas >

    < / mx:Form >

    < / mx:Accordion >

    < / mx:Application >

    You can enable editing in a DG to the entire DG or only some columns

    http://blog.flexexamples.com/2008/05/11/creating-an-editable-DataGrid-control-in-Flex/

    If you want to enable editing of a very specific cell then you use the itemEditBegin event to prevent modification of a cell who meet your criteria

    http://livedocs.Adobe.com/Flex/3/HTML/Help.HTML?content=celleditor_7.html

  • How do I change the channel of Julian date to a string of the normal Date of the

    I need to change a code of Julian Date (string format) to a Date code normal (string format).  Is not real-time, so with get a Date doesn't seem to be the solution (unless someone else has a way to do it).  I read one scanned in date in the format:

    YYDDD

    and I would like to change it to:

    YYMMDD

    Is there a quick feature or an easy way to do this?

    Thank you!!

    Scan string followed by a format using the codes of good time to string format strings.

  • create the SQL server programmatially data source

    Hello

    I would like to create a SQL server by programming in LabVIEW data source. The SQL server version that I used is from 2005. Can someone give some ideas? An example of code will be more favorable.

    Thank you

    Jane

    You can build the connection string you even.  The open function in the Toolbox of data base accepts a string as well (it's polymorphic) who can be the connection string.  This is the site I use to understand.  Is the most common things.  You may need to search Google more specific elements.

    http://www.ConnectionStrings.com/

    If you want to use the other option, someone has achieved a UDL editor in LabVIEW.  You can use this code to create your own UDL which can use the Open DB function:

    https://decibel.NI.com/content/docs/doc-18613

    I have used the above code, so can't comment on that.

  • Scope of the pool of connections data source WebLogic "maximum capacity".

    Hello

    I'm under WLS 10.3.6.0.

    I would like to know what the 'Maximum Capactiy' setting for a data source connection pool applies to. Is by server, cluster, or on all servers?

    I connect to an Oracle DB that limits concurrent connections to 3. I have put "Maxiumum capacity" to this value, but want to be sure that I will never create more than 3 simultaneous connections to the DB of my WLS cluster.

    Thank you very much.

    Hi, it's by the server, so a cluster of 10 servers would be to try up to 30 connections.

    It seems that the best you could do is to have no more than 3 servers and have a 'pool' of

    Max capacity = 1...

  • change the column type of data in large tables

    Hello

    I have a very large table 3 TB and 97 scores and I need to extend the size of a column. This operation can take a long time and I'm afraid that it will block some SQL operations. What is the recommended way to do this? Can I use alter column? Should I add the column, copy values, delete the former and rename it?

    Kind regards

    Nestor Boscan

    Because you widen the column, all existing values are guaranteed to fit the new size. This should happen fairly quickly. If you were however decrease the size of a column, each value must be checked first before the DOF could complete to check it might all go in the smaller space. Change the alter table is a great value.

    If these fields are variable length (number, varchar2), then the space doesn't have to be 'reserved' for future data. Oracle will take care of the future inserts or updates of larger data as usual. If you increase a fixed length as a CHAR data type, then it is another story.

  • How to get the required connection pool data source?

    Hi we have created two pools of connections with two different userid to restrict access to the database. now I have 2 pools. so if I want to get the connection to a specific pool how to do this?

    Use the JNDI string. When you created your pools you created the jndi names. So when connecting to the data source, you specify jndi. That's how.

    Your postal code if you have a problem.

  • Need to prevent the entity to enter data in the Profit Center that they do not have

    Hello

    We use the personal 2 dimension of Profit Center. The problem is that each entity has its own set of Profit Center. What would be the best way to prevent an entity to enter data in the profit center that didn't belong to him?


    I was thinking about a no. Input formula, but I don't want to write a rule for each entity, we have.

    Thank you

    If you insist to do using the noinput rules, then you must also provide the entity the noinput POV, for example:

    HS. NoInput ' E #L300.» "L001 # C2.

    Of course to do this dynamically you must loop through the entities as well and possibly play with corresponding string entity and profit center correspondence codes, but you should also keep in mind that the Administrator's manual recommends not not to use too much of a loop in the rules of noinput for performance reasons.

  • List of default data Source is only the list of JDBC data sources

    I have several defined JDBC data sources and have added a few sources of data file. But when I look at the report of a new report properties page, the default data Source drop-down list only JDBC data sources, none of the sources of data file. I tried clicking on the link "Refresh Data Source list", but it doesn't seem to do anything.

    I'd be able to see my file data sources in the Data Source by default list? I the role of the admin, it should not be a security thing. I give my data file sources a role, and I also have that same role.

    Thanks for any help.

    Hello
    The default data source drop box contains only jdbc sources. You must create a new data source, type the file, and then choose the file directory, you have set up and then enter the name of the file. At this point, the default data source is ignored. Weird, I know, but it's like this: 0)

    Tim

  • Task Scheduler error 2147944309 when I change the task ' Run only when the user connects ' to 'use execute is connected or not' _

    I have a simple task (cmd batch file). Whenever I try to change the settings, I get a dialog box that reads as follows:

    "An error has occurred for task RemoteBk. Error message: the following error is reported: 2147944309 ".

    My computer is on a domain.

    Someone in another forum explained the error:

    0n2147944309 = 0 x 80070775

    Installation: 8007 = Win32 (it's a status code "Win32")

    Status: 0 x 775 = 0n1909

    Q:\>net helpmsg 1909
    The referenced account is currently locked and cannot be logged on to.

    Hope, it may be useful to others.

  • Journal templates change the entity in POV after validation

    Hi guys,.

    We have recently migrated to the 11.1.2.3 version. After the creation of models of journal with a specific entity registered in the POV, we notice that wen posting journals, the entity on the POV has been reset to the entity at the top of the hierarchy.  Each unique journal is posted in the wrong place, although in the model, there is a predefined entity.

    Have you ever experienced this problem? How do solve you?

    Thank you!

    JAI

    Hi Jai,

    Install the patch appropriate to upgrade to version 11.1.2.3.500. We had a similar problem and the patch solved that one.

    See you soon,.

    Luli

Maybe you are looking for

  • Palm Desktop 6.2.2 telechargementici!

    I was still a few copies on various old PC I have in the House. Use this link to my public account DropBox to catch it! https://dl.dropboxusercontent.com/u/71661802/PalmDesktopWin62.exe Enjoy! WyreNut

  • My safari links continue to flock to the top with 'go away '.

    The following LINKS in emails and Facebook, I get a message that says 'go away '. Most of the time, the link works if I go out and come back again sometimes it takes 5 or 6 times. Thoughi have a link of e-mail that wont just open. This happens only o

  • Windows driver 3 11 motion control 10 Yoga

    Unfortunately I lost the control of movement/gesture after the upgrade to windows 10 Continue to check the drivers lenovo lenovo Web site... nothing There's always a gesture control for compatible with windows 10 3 11 yoga All software is still on my

  • access violations...

    have a game site I used 'exclusively' for two years now... old DELL crashed traded in for a new computer... it was built by a computer wiz veteran of 30 years... now on some of my new games, I "access violations" and today 12/20/11 downloaded a game

  • Sansa View MicroSD + ID3 tags

    Hello The Sansa View fits the ID3 tags of songs on the MicroSD card in the library? I have a few dozen songs on my MicroSD, all the tag using Windows Explorer, but they have all displayed as 'unknown' in the library view. Thanks for any help. -Rob