Matrix doesn't show row in SBO 2005

Hi,
i am trying to convert an addon from sbo 2004 to 2005.
In 2004 eveything works fine but in 2005 i have the problem that the matrix on my form doesn't show a row. The columns of the matrix are binded to a datasource. I have done this by using an .srf file (see below).
I use this code to add an empty row:
        Dim LastRow As Integer
        LastRow = m_dbdsPROJLINE.Size
        m_dbdsPROJLINE.InsertRecord(LastRow)
        With m_dbdsPROJLINE
            .SetValue("U_DOCNUM", LastRow, m_intCurrentDocNum.ToString)
            .SetValue("U_LINENUM", LastRow, m_intCurrentLineNum.ToString)
            .SetValue("U_PROCESS", LastRow, "00")
            .SetValue("U_HOURS", LastRow, 0)
            .SetValue("U_EMPLCOST", LastRow, 0)
            .SetValue("U_REMARKS", LastRow, "")
            .SetValue("U_MACHINID", LastRow, 0)
            .SetValue("U_MACHHOUR", LastRow, 0)
        End With
        m_udsChanged.Value = "N"
        m_dbdsPROJLINE.Offset = LastRow
        m_udsNUM.Value = m_dbdsPROJLINE.Size
        'add empty row in every case
        m_mtxPROJLN.AddRow()
        'increase line number
        m_intCurrentLineNum += 1
The .srf file:
<?xml version="1.0" encoding="UTF-16"?>
<Application>
   <forms>
      <action
       type="add">
         <form
          appformnumber="2000009400"
          client_height="376"
          client_width="715"
          color="0"
          default_button=""
          height="410"
          left="277"
          pane="0"
          title="Projektzeiterfassung"
          top="39"
          type="0"
          uid=""
          visible="0"
          width="720">
            <datasources>
               <dbdatasources>
                  <action
                   type="add">
                     <datasource
                      tablename="@PROJHEAD"></datasource>
                     <datasource
                      tablename="@PROJLINE"></datasource>
                  </action>
               </dbdatasources>
               <userdatasources>
                  <action
                   type="add">
                     <datasource
                      size="4"
                      type="0"
                      uid="SY_NUM"></datasource>
                     <datasource
                      size="1"
                      type="9"
                      uid="SY_CHANGE"></datasource>                     
                     <datasource
                      size="8"
                      type="12"
                      uid="SY_DATE2"></datasource>
                  </action>
               </userdatasources>
            </datasources>
            <menus></menus>
            <items>
               <action
                type="add">
                  <Item
                   description=""
                   disp_desc="1"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="105"
                   linkto=""
                   right_just="0"
                   tab_order="1"
                   to_pane="0"
                   top="2"
                   type="113"
                   uid="cmbPROJECT"
                   visible="1"
                   width="150">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1">
                        <ValidValues>
                           <action
                            type="add"></action>
                        </ValidValues>
                        <databind
                         alias="U_PRJCODE"
                         databound="1"
                         table="@PROJHEAD"></databind>
                     </Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="7"
                   linkto="cmbPROJECT"
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="1"
                   type="8"
                   uid="lblPROJECT"
                   visible="1"
                   width="80">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      caption="Projekt"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1"></Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="0"
                   from_pane="0"
                   height="14"
                   left="553"
                   linkto=""
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="2"
                   type="16"
                   uid="txtDOCNUM"
                   visible="1"
                   width="130">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1">
                        <databind
                         alias="U_DOCNUM"
                         databound="1"
                         table="@PROJHEAD"></databind>
                     </Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="444"
                   linkto=""
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="2"
                   type="8"
                   uid="lblDOCNUM"
                   visible="1"
                   width="80">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      caption="Buchungsnr."
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1"></Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="1"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="105"
                   linkto=""
                   right_just="0"
                   tab_order="2"
                   to_pane="0"
                   top="20"
                   type="113"
                   uid="cmbEMPLOY"
                   visible="1"
                   width="150">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1">
                        <ValidValues>
                           <action
                            type="add"></action>
                        </ValidValues>
                        <databind
                         alias="U_EMPID"
                         databound="1"
                         table="@PROJHEAD"></databind>
                     </Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="7"
                   linkto="cmbEMPLOY"
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="19"
                   type="8"
                   uid="lblEMPLOY"
                   visible="1"
                   width="66">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      caption="Mitarbeiter"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1"></Specific>
                  </Item>
<Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="553"
                   linkto=""
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="20"
                   type="16"
                   uid="txtDATE2"
                   visible="0"
                   width="130">
                     <Specific
                      AffectsFormMode="0"
                      backcolor="-1"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1">
                        <databind
                         alias="SY_DATE2"
                         databound="1"
                         table=""></databind>
                     </Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="553"
                   linkto=""
                   right_just="0"
                   tab_order="4"
                   to_pane="0"
                   top="20"
                   type="16"
                   uid="txtDATE"
                   visible="1"
                   width="130">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1">
                        <databind
                         alias="U_DOCDATE"
                         databound="1"
                         table="@PROJHEAD"></databind>
                     </Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="444"
                   linkto=""
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="20"
                   type="8"
                   uid="lblDATE"
                   visible="1"
                   width="79">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      caption="Datum"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1"></Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="1"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="105"
                   linkto=""
                   right_just="0"
                   tab_order="3"
                   to_pane="0"
                   top="38"
                   type="113"
                   uid="cmbITMCODE"
                   visible="1"
                   width="150">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1">
                        <ValidValues>
                           <action
                            type="add"></action>
                        </ValidValues>
                        <databind
                         alias="U_ITEMCODE"
                         databound="1"
                         table="@PROJHEAD"></databind>
                     </Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="7"
                   linkto="cmbITMCODE"
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="37"
                   type="8"
                   uid="lblITMCODE"
                   visible="1"
                   width="80">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      caption="Artikelnr."
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1"></Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="510"
                   linkto=""
                   right_just="0"
                   tab_order="5"
                   to_pane="0"
                   top="38"
                   type="16"
                   uid="txtPCSOK"
                   visible="1"
                   width="40">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1">
                        <databind
                         alias="U_PCSOK"
                         databound="1"
                         table="@PROJHEAD"></databind>
                     </Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="444"
                   linkto=""
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="38"
                   type="8"
                   uid="lblPCSOK"
                   visible="1"
                   width="60">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      caption="Stückzahl i.O."
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1"></Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="643"
                   linkto=""
                   right_just="0"
                   tab_order="6"
                   to_pane="0"
                   top="38"
                   type="16"
                   uid="txtPCSNOK"
                   visible="1"
                   width="40">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1">
                        <databind
                         alias="U_PCSNOK"
                         databound="1"
                         table="@PROJHEAD"></databind>
                     </Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="14"
                   left="553"
                   linkto=""
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="38"
                   type="8"
                   uid="lblPCSNOK"
                   visible="1"
                   width="51">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      caption="nicht i.O."
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1"></Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="281"
                   left="7"
                   linkto=""
                   right_just="0"
                   tab_order="7"
                   to_pane="0"
                   top="66"
                   type="127"
                   uid="mtxPROJLN"
                   visible="1"
                   width="700">
                     <Specific
                      AffectsFormMode="1"
                      SelectionMode="2"
                      backcolor="-1"
                      font_size="-1"
                      forecolor="-1"
                      layout="0"
                      supp_zeros="0"
                      text_style="-1">
                        <columns>
                           <action
                            type="add">
                              <column
                               AffectsFormMode="1"
                               backcolor="-1"
                               description=""
                               disp_desc="0"
                               editable="0"
                               font_size="12"
                               forecolor="-1"
                               right_just="0"
                               supp_zeros="0"
                               text_style="-1"
                               title="#"
                               type="16"
                               uid="Col0"
                               val_off="N"
                               val_on="SY_NUM"
                               visible="1"
                               width="20">
                                 <databind
                                  alias="SY_NUM"
                                  databound="1"
                                  table=""></databind>
                              </column>
                              <column
                               AffectsFormMode="0"
                               backcolor="-1"
                               description=""
                               disp_desc="0"
                               editable="1"
                               font_size="12"
                               forecolor="-1"
                               right_just="0"
                               supp_zeros="0"
                               text_style="-1"
                               title="LINENUM"
                               type="16"
                               uid="Col7"
                               val_off=""
                               val_on=""
                               visible="0"
                               width="20">
                                 <databind
                                  alias="U_LINENUM"
                                  databound="1"
                                  table="@PROJLINE"></databind>
                              </column>
                                <column
                               AffectsFormMode="0"
                               backcolor="-1"
                               description=""
                               disp_desc="0"
                               editable="1"
                               font_size="12"
                               forecolor="-1"
                               right_just="0"
                               supp_zeros="0"
                               text_style="-1"
                               title="CHANGED"
                               type="16"
                               uid="colCHANGE"
                               val_off="N"
                               val_on="Y"
                               visible="0"
                               width="30">
                                 <databind
                                  alias="SY_CHANGE"
                                  databound="1"
                                  table=""></databind>
                              </column>
                      <column
                               AffectsFormMode="1"
                               backcolor="-1"
                               description=""
                               disp_desc="1"
                               editable="1"
                               font_size="12"
                               forecolor="-1"
                               right_just="0"
                               supp_zeros="0"
                               text_style="-1"
                               title="Arbeitsgang"
                               type="113"
                               uid="Col4"
                               val_off=""
                               val_on=""
                               visible="1"
                               width="120">
                                 <ValidValues>
                                    <action
                                     type="add"></action>
                                 </ValidValues>
                                 <databind
                                  alias="U_PROCESS"
                                  databound="1"
                                  table="@PROJLINE"></databind>
                              </column>
                              <column
                               AffectsFormMode="1"
                               backcolor="-1"
                               description=""
                               disp_desc="0"
                               editable="1"
                               font_size="12"
                               forecolor="-1"
                               right_just="0"
                               supp_zeros="0"
                               text_style="-1"
                               title="Stunden"
                               type="16"
                               uid="Col3"
                               val_off="N"
                               val_on="U_HOURS"
                               visible="1"
                               width="50">
                                 <databind
                                  alias="U_HOURS"
                                  databound="1"
                                  table="@PROJLINE"></databind>
                              </column>
                              <column
                               AffectsFormMode="1"
                               backcolor="-1"
                               description=""
                               disp_desc="1"
                               editable="1"
                               font_size="12"
                               forecolor="-1"
                               right_just="0"
                               supp_zeros="0"
                               text_style="-1"
                               title="Maschine"
                               type="113"
                               uid="Col6"
                               val_off=""
                               val_on=""
                               visible="1"
                               width="150">
                                 <ValidValues>
                                    <action
                                     type="add"></action>
                                 </ValidValues>
                                 <databind
                                  alias="U_MACHINID"
                                  databound="1"
                                  table="@PROJLINE"></databind>
                              </column>
                              <column
                               AffectsFormMode="1"
                               backcolor="-1"
                               description=""
                               disp_desc="0"
                               editable="1"
                               font_size="12"
                               forecolor="-1"
                               right_just="0"
                               supp_zeros="0"
                               text_style="-1"
                               title="Std. Satz Maschine"
                               type="16"
                               uid="Col5"
                               val_off="N"
                               val_on="Y"
                               visible="1"
                               width="80">
                                 <databind
                                  alias="U_MACHHOUR"
                                  databound="1"
                                  table="@PROJLINE"></databind>
                              </column>                         
                              <column
                               AffectsFormMode="1"
                               backcolor="-1"
                               description=""
                               disp_desc="0"
                               editable="1"
                               font_size="12"
                               forecolor="-1"
                               right_just="0"
                               supp_zeros="0"
                               text_style="-1"
                               title="Std. Satz MA"
                               type="16"
                               uid="Col2"
                               val_off="N"
                               val_on="U_EMPLCOST"
                               visible="1"
                               width="80">
                                 <databind
                                  alias="U_EMPLCOST"
                                  databound="1"
                                  table="@PROJLINE"></databind>
                              </column>
                              <column
                               AffectsFormMode="1"
                               backcolor="-1"
                               description=""
                               disp_desc="0"
                               editable="1"
                               font_size="12"
                               forecolor="-1"
                               right_just="0"
                               supp_zeros="0"
                               text_style="-1"
                               title="Bemerkungen"
                               type="16"
                               uid="Col1"
                               val_off="N"
                               val_on="U_REMARKS"
                               visible="1"
                               width="180">
                                 <databind
                                  alias="U_REMARKS"
                                  databound="1"
                                  table="@PROJLINE"></databind>
                              </column>
                           </action>
                        </columns>
                     </Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="19"
                   left="10"
                   linkto=""
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="349"
                   type="4"
                   uid="1"
                   visible="1"
                   width="65">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      caption="OK"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1"></Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="1"
                   from_pane="0"
                   height="19"
                   left="77"
                   linkto=""
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="349"
                   type="4"
                   uid="2"
                   visible="1"
                   width="65">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      caption="Abbrechen"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1"></Specific>
                  </Item>
                  <Item
                   description=""
                   disp_desc="0"
                   enabled="0"
                   from_pane="0"
                   height="19"
                   left="144"
                   linkto=""
                   right_just="0"
                   tab_order="0"
                   to_pane="0"
                   top="349"
                   type="4"
                   uid="btnDELETE"
                   visible="1"
                   width="65">
                     <Specific
                      AffectsFormMode="1"
                      backcolor="-1"
                      caption="Löschen"
                      font_size="-1"
                      forecolor="-1"
                      supp_zeros="0"
                      text_style="-1"></Specific>
                  </Item>             
               </action>
            </items>
         </form>
      </action>
   </forms>
</Application>
Any ideas how to solve this problem?
Regards
Christian Niehaves

Hello Christian,
What PL B1 do you use? Since there since some problem with PL10 (already lots of discussion). If you are using PL10, please upgrade to PL11.
Otherwise, my suggestion is to add a blank row first, to make sure the basic function is all right. And then try to double check your DBDatasource value and databinding.
If problem still exist, please let us know.
Hope this helps,
Nick

Similar Messages

  • Delete Last Row in Matrix on SBO 2005

    Hi,
    Im using SAPB1 2005 SP1 with B1DE.
    I've seen a post that indicates that the following code should delete a row from a matrix (even the last row) when using SBO 2005
    I still find that all rows except last row of matrix are removed from the database.
    <b>How do I delete the last row from the Del button event handler????</b>
    I'm using
    <i>        [B1Listener(BoEventTypes.et_CLICK, false)]
            public virtual void OnAfterClick(ItemEvent pVal)
                bool ActionSuccess = pVal.ActionSuccess;
                Form form = B1Connections.theAppl.Forms.Item(pVal.FormUID);
                Item item = form.Items.Item("del");
                Button button = ((Button)(item.Specific));
                // ADD YOUR ACTION CODE HERE ...
                int row;
                Matrix oMtx = (Matrix)form.Items.Item("mtx_0").Specific;
                DBDataSource oDBDS = (DBDataSource)form.DataSources.DBDataSources.Item("@SD_POOLCONTRCT_LINE");
                row = oMtx.GetNextSelectedRow(0, BoOrderType.ot_SelectionOrder);
                oMtx.DeleteRow(row);
                if (oMtx.RowCount == 0)
                    oDBDS.RemoveRecord(0);
                if ((form.Mode != BoFormMode.fm_ADD_MODE) | (form.Mode != BoFormMode.fm_UPDATE_MODE))
                    form.Mode = BoFormMode.fm_UPDATE_MODE;
                }</i>

    Hi Ben,
    [B1Listener(BoEventTypes.et_CLICK, false)]
    public virtual void OnAfterClick(ItemEvent pVal)
    bool ActionSuccess = pVal.ActionSuccess;
    Form form = B1Connections.theAppl.Forms.Item(pVal.FormUID);
    Item item = form.Items.Item("del");
    Button button = ((Button)(item.Specific));
    // ADD YOUR ACTION CODE HERE ...
    int row;
    Matrix oMtx = (Matrix)form.Items.Item("mtx_0").Specific;
    DBDataSource oDBDS = (DBDataSource)form.DataSources.DBDataSources.Item("@SD_POOLCONTRCT_LINE");
    Rest of your code will remain same.
    I am making the modification here. I am using the RowCount property that gives me the address of the last row of the matrix.
    <b>row = oMtx.RowCount;</b>
    Every time this will return you the last row and that row will be deleted.
    <b>row = oMtx.RowCount;</b>
    oMtx.DeleteRow(row);
    if (oMtx.RowCount == 0)
    oDBDS.RemoveRecord(0);
    if ((form.Mode != BoFormMode.fm_ADD_MODE) | (form.Mode != BoFormMode.fm_UPDATE_MODE))
    form.Mode = BoFormMode.fm_UPDATE_MODE;
    Regards,
    Prashant

  • The 'Load Details' screen doesn't show the rows for 'Loaded'

    Hi All,
    May I request for inputs on the following issue please. Request iSetup Development to confirm if this is the intended feature.
    Customer complains that when they view the details of a Load, the 'Loaded' column doesn't show any numbers (rows).
    Customer expects to see the numbers for this column. Why this is left blank?
    I can see that even the documentation shows the blank column.
    Oracle® iSetup User's Guide Release 12.1 Part No. E12899-04
    CHAPTER 5: Migrations
    Viewing a Load (Page 5-35)
    The above page shows the Screenshot of 'Load Details'. The 'Loaded' column doesn't show any details. It is blank.
    Request for confirmation.
    Regards,
    Ramana.

    Hi there 
    Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel. I understand that you wish to enable the reveal password icon for your system. I am happy to help. It really depends on which version of the Operating system you are running, because this sort of thing is normally controlled using the Group Policy Editor. That tool is not a part of a Home edition, you would need the Pro version or higher to have that. Assuming that you do have a pro edition or higher, then these may be of help to you:5 Ways to Access Local Group Policy Editor on Windows 10 - isunshare.comDisable or Enable the new Password Reveal Button feature in Windows 8 - windowsclub.com Unfortunately the version of Windows 10 I have installed beside me is the home edition as well, so I cannot access this, to verify, so let me know if that works for you.

  • SBO 2005 SP00 PL10 -- di bug in adding field ?!

    hi,
    since i update SBO 2005 SP00 to Patch Level 10 i get the following error trying to add user fields in a user defined table:
    Datei nicht gefunden (ODBC -2004)
    Is this a bug of SBO2005 SP00 Patch Level 10 ?
    thanks
    Markus

    Hi
    Same here as posted earlier. PL10 definitively has a Problem:
    ODBC -2004  (Datei nicht gefunden)  ?????????
    /message/1567545#1567545 [original link is broken]
    I've already lost a lot of time trying to reproduce/workaround it and this doesn't make me feel better .
    We need better ways to communicate/show such Bugs to SAP.
    Just my 2 Cents

  • SBO 2005 combo box does not update value at first time

    Hi!I developed an addon for sbo 2004 with a combo box populated with the months of the year, and it works. The same code run on SBO 2005 works only after the second selection. Has anyone found the same problem?

    definition of the item:
    item = form.Items.Add("oMese", SAPbouiCOM.BoFormItemTypes.it_COMBO_BOX)
                    item.Left = 245
                    item.Top = 5
                    item.Width = 80
                    item.DisplayDesc = True
                    combo = item.Specific
                    combo.DataBind.SetBound(True, "", "uMese")
                    combo.ValidValues.Add(1, "Gennaio")
                    combo.ValidValues.Add(2, "Febbraio")
    event handling:
    inside ItemEvent in case the item is selected
    Case SAPbouiCOM.BoEventTypes.et_COMBO_SELECT
                        Select Case pVal.FormUID
                            Case "PRG_UFM_0002_RegIVAAcq"
                                retCode = oTy_RACQ.FormComboSelect(pVal, BubbleEvent)
      Public Shared Function FormComboSelect(ByVal pVal As SAPbouiCOM.ItemEvent, _
                                               ByRef BubbleEvent As Boolean, _
                                               ByRef funCaller As Object, _
                                               ByVal funCallerID As Integer, _
                                               ByRef aForm As SAPbouiCOM.Form) _
                                               As Integer
            Dim msg As String
            Dim edt As SAPbouiCOM.EditText
            Dim cmb As SAPbouiCOM.ComboBox
            Dim obt As SAPbouiCOM.OptionBtn
            Dim cbx As SAPbouiCOM.CheckBox
            Dim mtx As SAPbouiCOM.Matrix
            Try
                If pVal.Before_Action = True Then
                    Select Case pVal.ItemUID
                        Case "oMese"
                            Dim stre As New strEstremi
                            cmb = aForm.Items.Item("oMese").Specific
                            edt = aForm.Items.Item("anno").Specific
                            If Not cmb.Selected Is Nothing Then
                                GetEstremiPeriod(edt.Value, cmb.Selected.Value, "M", stre)
                                edt = aForm.Items.Item("dtFrom").Specific
                                edt.String = stre.dtFrom
                                edt = aForm.Items.Item("dtTo").Specific
                                edt.String = stre.dtTo
                            End If
    end function
    thank you I hope is enough otherwise please tell me

  • "Dependecies" tab doesn't show any information for a selected table version 4.0

    Hello,
    I work with SQL Developer 4.0.0.13. I can see 20 tables in the list. When I select one table, in the tabs on the right side I can see information for "columns" and "data" and "constraints" and "indexes"... but the tab "Dependencies" doesn't show any information about references between this table and other tables in the schema.
    Oracle database is v11.2
    Can you please tell me what do I need to do in order to see information on "Dependencies" tab for a table?
    Thank you,
    Milan

    Hi, here is my example of XML extension showing referencing tables:
    Save the following XML to a file.
    <items>
      <item type="editor" objectType="TABLE">
        <title><![CDATA[*Referencing Tables]]></title>
          <query>
            <sql><![CDATA[SELECT
      cfk.owner "OWNER",
      cfk.table_name "TABLE NAME",
      cols.column_name "COLUMN",
      cfk.constraint_name "CONSTRAINT NAME",
      cfk.delete_rule "DELETE RULE",
      'SQLDEV:LINK:' || cfk.owner || ':TABLE:' || cfk.table_name ||
      ':oracle.dbtools.raptor.controls.grid.DefaultDrillLink' "LINK"
    FROM
      sys.all_constraints cpk,
      sys.all_constraints cfk,
      sys.all_cons_columns cols
    WHERE
      cpk.owner = :OBJECT_OWNER AND
      cpk.table_name = :OBJECT_NAME AND
      SUBSTR(cpk.table_name, 1, 4) != 'BIN$' AND
      SUBSTR(cpk.table_name, 1, 3) != 'DR$' AND
      cpk.constraint_type in ('P', 'U') AND
      cfk.r_owner = cpk.owner AND
      cfk.r_constraint_name = cpk.constraint_name AND
      cfk.constraint_type = 'R' AND
      cols.owner = cfk.owner AND
      cols.constraint_name = cfk.constraint_name
    ORDER BY
      cfk.owner, cfk.table_name, cfk.constraint_name,
      cols.column_name]]>
          </sql>
        </query>
      </item>
    </items>
    In SQLDeveloper select Preferences -> Database -> User Defined Extensions and click <Add Row>.
    In the "Type" field enter "EDITOR" and in the "Location" field enter the path to the file with XML.
    After restarting SQLDeveloper You should see a new tab "*Referencing Tables" for tables.

  • Barcode doesn't show up

    Post Author: Andreas Hausjell
    CA Forum: .NET
    I'm using Crystal Reports X (Sp6) and Visual Studio 2005 C#
    I have got a very simple report with a barcode and following problems:
    1. The printer I'm using is a Zebra PAX 110 which has got some internal barcodes. I've choosen this printer in my report and the barcodes show up in the font-list. When I use f.e. "ZB Barcode 128" the plain text is shown in Crystal Repor, but it's printed in barcode. Now, I'm using the report from my C#-application, but then the barcode is printed in plain text. The Code is very simple
    ReportDocument reportDocument = new ReportDocument();
    reportDocument.Load(Filename);
    reportDocument.SetDataSource(dataset);
    reportDocument.Refresh();
    reportDocument.PrintToPrinter(1, false, 0, 0);
    reportDocument.Close();
    1.1 I also tried the demoversion of a barcode called "precision Code 39". in my crystal rep I created a formula which puts a "*" in front and behind the code, but it prints only the code in plain text. the demoversion should work as a fullversion. Only some letters include a demo-watermark.
    2nd Problem
    Instead of the printerinternal barcode, I'm using the barcode "idautomation code 128" (A barcode 128). This one shows the barcode as code in the designer. Prints as well, when the printing is started from Crystal Rep, but doesn't show up at all when printed in C#. Nevertheless this worked months ago, but I can't find a clue why it doesn't work any more. I already reinstalled the fonts. I don't get any exceptions or anything.
    thx in advance for any hint.
    Andreas

    I believe that if a field is defined as global
    b in the data file
    then it should be able to be referenced on any page. It shouldn't matter what page actually
    b prints
    the field. Effectively, all the global items in the data file are loaded into a "dictionary" and are available for reference anywhere within the form. Unfortunately, the field list provided for the !format event only shows the fields on that page, not all the fields in the form.
    If @ORDER_NUMBER. (as a literal) is what the instruction operates against then the field "ORDER_NUMBER" doesn't exist in the data file. At least that is what some recent testing tells me.

  • UITextField from .xib file doesn't show

    A UITextField from .xib file doesn't show when it's page comes up on the iPhone simulator.
    The View looks fine in Interface Builder, and no warnings are thrown to Console or IB's Info window.
    On the Simulator the View comes up and a Label and a Switch show, but not a UITextField. The Objects are on the same row and their bounds are all appropriate.
    I don't see anything in the Text Field Attributes of IB that is problematic, plus I've probably tried all combinations of settings. In Connections there is a reference to a File's Owner attribute.
    I have been able to create a UITextField programmatically.

    Worked around the problem by deleting the UITextField from the .xib and re-creating it.

  • Podcast feed image doesn't show up

    Hi,
    I have two separate podcast image issues here:
    1. I can't get the feed image of a new podcast to show up at all. The podcast has been showing up for a while now. How long does it take for the feed image to show up? Is there no maximum size for feed images now? There used to be, but I don't see a size limit anymore, only a suggestion that the image should be square, which this one is. Here is the .rss feed in question:
    http://christiantelevisionbroadcasting.com/rss/crosstalk.rss
    2. I have a podcast that's been listed here on iTunes since 2005, when iTunes first started listing podcasts. I noticed recently that this podcast no longer shows up in the featured podcasts, even though it's popular, and certainly one of the oldest continuing podcasts on iTunes. The podcast (Axis Coffee House) shows up near the top of the list when you search the podcasts for "praise" or "Texas Baptist" and then sort by popularity. If you click on "see all" to look at the list of image icons, the Axis podcast doesn't show up at all anymore. I suspect there may be something wrong with the feed image which prevents it from showing up in the graphical listing? Here is the .rss feed in question:
    http://www.ReluctantRadio.org/axis.rss
    Thanks for your help... (smile)
    Scott

    sadly, we podcast creators have no way of controlling what is a featured podcast. This is something that the iTunes staff picks and chooses...here's a snippet from the spec:
    "Getting Featured on the iTunes Home Page
    At iTunes, we’re constantly on the lookout for podcasts that are breaking new ground with this medium, have new or unusual content, or just capture our interest. When we find them, we like to feature them on the Podcasts home page. While there are no sure-fire ways to get your podcast featured (and no, we do not accept payments for promotion), there are some minimum requirements."
    The popularity meter in iTunes for podcasts is pretty useless and is in not really reflective of how popular your feed really is. It's merely a gauge as to how frequently people have subscribed to the feed with itunes. It doesn't take into account people that have subscribed via direct link, manually subscribed, or subscribed using other feed readers/podcatchers.
    Feed validator is still coughing up some errors. You missing GUID's for your items as well. The GUID can be anything as long as it's unique throughout the xml. Often times just using the same url as the enclosure does the trick.
    The iTunes podcast directory is also very clunky and has quite a lot of holes...some feeds are listed in categories they don't belong in, some are listed when searching but not browsing, all sorts of strange behavior. So there may not be anything wrong with your feed that is causing it not to show up....just a clunky database.
    erik

  • Excel doesn't show NAME in the brackets.

    Hi I have a strange problem. Excel addin for MDS doesn't show {NAME} for a particular field. All other fields are ok, but one of them simply doesn't show the NAME in the brackets. This attribute is domain-based and is set up EXACTLY like other fields in
    the same and other entities. The field is Org_Unit. Anybody have any idea?
    P.S. This field down't even show dropdown list...
    P.P.S. Org_Unit entity has 42 000 records. Might it be a reason???

    1.
    Ihave the same problemover 25,000records.
    Moreover, sometimes in the Excel-file is not shown code.
    Apparently something is broken inside the Excel-file
    2.
    Not supported (reset) the format cells after refresh.
    3.
    After refresh -  the table is  placed in the first row again! Although in the first rows I inserted a blank rows for the business captions (Rus).
    Some disappointment
    from Moscow with money

  • ITunes doesn't show Google as option for contact sync

    I'm trying to sync my Google contacts with my 5gen Nano using iTunes 9.0.0.70 on Windows XP (2005 tablet edition, SP3). I'm following the instructions on http://support.apple.com/kb/HT1245 and http://www.google.com/support/mobile/bin/answer.py?answer=138744&cbid=-4q5r0l4gj gdw&src=cb&lev=answer
    iTunes doesn't show an option for syncing with Google. When I go to My iPod > Contacts, and enable to "Sync contacts from" checkbox, I just see an option for "Windows address book" and "Microsoft Outlook" but nothing else.
    *How do I get iTunes to show Google as a sync source?*
    I've poked around on the intertubes a bit and seen mention of gconsync.exe. It's present under "C:\Program Files\Common Files\Apple\Mobile Device Support\bin" and executes when I run it (generating a wad of help info).
    TIA

    I guess you missed the part in the instructions where it says "if you have an iPhone or iPod touch". Those instructions won't work with an iPod nano, unless someone here knows a trick or workaround I've not heard of.
    Regards.

  • RGB channel doesn't show the imported images...

    RGB channel doesn't show the imported images... i can see them in seperate blue, red and green channel but not in RGB...please help....
    (I'm using Photoshop CS6)

          The problem appears in every image I try to open (whatever format or origin). The images I try to import come from rendering in Autodesk 3ds max , from my camera (sony cyber-shot ) or are just stock images... I had no problem with photoshop cs5.1....
           Here's my system info:
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x32
    Operating System: Windows Vista 32-bit
    Version: 6.0 Service Pack 2
    System architecture: Intel CPU Family:6, Model:7, Stepping:10 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1
    Physical processor count: 2
    Processor speed: 2394 MHz
    Built-in memory: 3038 MB
    Free memory: 1387 MB
    Memory available to Photoshop: 1671 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Mobility Radeon HD 4650
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 900, right: 1600
    Video Card Number: 1
    Video Card: ATI Mobility Radeon HD 4650
    OpenCL Unavailable
    Driver Version: 7.01.01.849
    Driver Date: 20090208190620.000000-000
    Video Card Driver: atidxx32.dll,atidxx64,atiumdag.dll,atiumdva.cap,atiumd64,atiumd6a,atitmm64
    Video Mode: 1600 x 900 x 4294967296 colors
    Video Card Caption: ATI Mobility Radeon HD 4650
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 8192
    Serial number: 92298703051332501777
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6\
    Temporary file path: C:\Users\User\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 224,5G, 166,2G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libeay32.dll   The OpenSSL Toolkit   0.9.8g  
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Collada 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Difference Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Embed Watermark 4.0
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Measurement Core 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mezzotint 13.0
       MMXCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Picture Package Filter 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Sumi-e 13.0
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variations 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       WIA Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE
    Thank you both for the interest!

  • Budgets in Oracle EBS doesn't show in ERPi

    When trying to retrieve budget data from OEBS or write-back data from Hyperion Planning to OEBS, budgets created in OEBS doesn't show as options. The Select Budget and Select Budget Organization shows "No Rows to Display" message.
    We've already created dimensions from OEBS Accountable Segments and loaded Actual data from OEBS into the Hyperion Planning application. This appears to be the only thing that's not working properly.
    Hyperion EPM Suite version 11.1.2.2.300
    Oracle Database 11.2.0.3.0
    Application Server: Windows Server 2008 R2 64-bit
    Essbase Server: Red Hat Enterprise Linux Server 6.3 64-bit
    Oracle E-Business Suite R12

    So far, we've learned that the following question populates the budget list, but we're unable to know the values sent on the query parameters to understand why it doesn't retrieve anything and how can we solve the issue:
    select AIF_LOOKUP_VALUES.LOOKUP_CODE lkpCode,
    AIF_LOOKUP_VALUES_TL.LOOKUP_CHAR_VALUE lkpCharValue ,
    AIF_LOOKUP_VALUES.LOOKUP_DISPLAY_CODE lkpDisplayCode,
    AIF_LOOKUP_TYPES.SOURCE_LEDGER_ID ledgerId, AIF_LOOKUP_TYPES.LOOKUP_TYPE,
    AIF_BAL_RULE_DETAILS.DETAIL_ID, AIF_BAL_RULE_DETAILS.RUlE_ID,
    CASE
    WHEN AIF_BAL_RULE_DETAILS.RULE_ID is not null then 'Y'
    else 'N'
    end selectFlg, AIF_LOOKUP_VALUES_TL.LANGUAGE
    from AIF_LOOKUP_TYPES
    inner join AIF_LOOKUP_VALUES on
    AIF_LOOKUP_TYPES.LOOKUP_TYPE_ID = AIF_LOOKUP_VALUES.LOOKUP_TYPE_ID
    inner join AIF_LOOKUP_VALUES_TL on
    AIF_LOOKUP_TYPES.LOOKUP_TYPE_ID = AIF_LOOKUP_VALUES_TL.LOOKUP_TYPE_ID and
    AIF_LOOKUP_VALUES.LOOKUP_CODE = AIF_LOOKUP_VALUES_TL.LOOKUP_CODE
    left outer join AIF_BAL_RULE_DETAILS on
    aif_lookup_types.LOOKUP_TYPE=AIF_BAL_RULE_DETAILS.DETAIL_TYPE and
    AIF_BAL_RULE_DETAILS.detail_code = AIF_LOOKUP_VALUES.lookup_code and
    AIF_BAL_RULE_DETAILS.DETAIL_TYPE = 'BUDGET'
    and AIF_BAL_RULE_DETAILS.RULE_ID = ?
    where AIF_LOOKUP_TYPES.SOURCE_SYSTEM_ID = ? and
    AIF_LOOKUP_TYPES.LOOKUP_TYPE = 'BUDGET' and
    AIF_LOOKUP_VALUES_TL.LANGUAGE like ? and AIF_LOOKUP_TYPES.SOURCE_LEDGER_ID = ?

  • Issues with SBO 2005 form load which has been created using  XML

    Am converting SBO 2004A addon into SBO 2005 addon, am loading a wizard form (wizard.xml)using following code.
       Dim oXMLDoc As MSXML2.DOMDocument
        Dim sXMLString As String
        Set oXMLDoc = New MSXML2.DOMDocument
        oXMLDoc.Load (App.Path & "FILESWizard2.xml")
        Dim strXml As String
        strXml = oXMLDoc.xml
        mobjSBOApplication.LoadBatchActions strXml
    But when we runs above code in SBO 2005, LoadBatchActions display error "Invalid Form - Item" "3006".
    It seems there are some change in the UI for the loadBatchActions to read the XML file.
    Would appreciate if you could advise on the same urgently.

    Hi Adele,
    Thanks for your reply.
    But this is the error comes with LoadBatchActions method of application object. I have check the same in debug mode but this is not item event error because i followed the loading event in form but action does not move ahead after the LoadBatchActions..
    I have also written GetLastBatchResults just below the LoadBatchActions and the same shows the below error message.
    <?xml version=""1.0"" encoding=""UTF-16""?><result><errors><error code=""-7037"" descr=""Argument is out of Range""/><error code=""-7037"" descr=""Argument is out of Range""/><error code=""-7037"" descr=""Argument is out of Range""/><error code=""-7037"" descr=""Argument is out of Range""/><error code=""-7037"" descr=""Argument is out of Range""/><error code=""-7037"" descr=""Argument is out of Range""/><error code=""3006"" descr=""<b>Form - Invalid Form Item""/><error descr=""Could not recover from previous errors""/</b>></errors></result>"
    but the same is working perfectly ok with 2004A.. would appreciate if you could advise on the same.

  • IPod Shuffle doesn't show up

    I am getting serious troubles with my iPod Shuffle (white and long model, not the latest gray). It doesn't show up on my Desktop and in iTunes 7.0.1. Disk Utility doesn't see it, iPod Updater 2005-06-26 doesn't see it, Terminal doesn't see it in the directory /Volumes. Only Apple System Profiler recognizes an iPod connected to the USB port.
    Version: 10.01
    Bus Power (mA): 500
    Speed: Up to 480 Mb/sec
    Manufacturer: Apple
    Product ID: 0x1300
    Serial Number: 000A2700109E0AB0
    Vendor ID: 0x05ac (Apple Computer, Inc.)
    Anyway, the Serial Number printed on the back of the iPod (4H613MLURSA) is different than the one reported by ASP here above.
    I run a G5 dual 2GHz with MacOS X 10.4.8 and my other iPod 15GB works well here. The iPod Shuffle battery is charged (green light when I check it). No music plays. I see the front green/orange lights blinking alternately when I press the pause/play button. And I see the back orange light blinking all the time (it should indicate the disk mode). I followed the Apple troubleshooting steps to reset it, unsuccessfully. As I have red here, I even tried to repair my boot disk permissions, reboot and re-plug-in the iPod. Same story. I called Apple Support and since I have trashed the bill I cannot get a replacement (purchased on July 28th 2006). So I would keep on trying to fix the problem by myself. Any suggestion?
    Thanks
    Lorenzo
    ADC Selected Member

    You should probably post in the iPod shuffle forum where more people who actually own the shuffle will respond. Here's the link.
    http://discussions.apple.com/forum.jspa?forumID=823

Maybe you are looking for