StrataFrame Forum

Browse Dialog InfoPanel currentrowindex does not change

http://forum.strataframe.net/Topic31466.aspx

By Marcel Heitlager - 9/23/2012

Hi,

I'm using the latest 1.7.5.0 version. For some reason when I access the rowchanged event of the browse dialog info panel, the currentrowindex is always on 0. Does anyone else have this problem?  The bo is based on a view.


       With CType(e.BusinessObject, AES.BOL.AMC.v_OnePayCreditCardTransactions)
            Me.lblSSN.Text = .op_SSN.Trim
            Me.lblID.Text = .op_ID.Trim
            Me.lblStudentName.Text = .op_StudentFirstName.Trim & " " & .op_StudentLastName.Trim
            Me.lblPayerName.Text = .op_PayerFirstName.Trim & " " & .op_PayerLastName.Trim
       End With


Thanks,

Marcel
By Ivan George Borges - 9/24/2012

Hi Macel.

See if this post helps:

http://forum.strataframe.net/FindPost29013.aspx
By Marcel Heitlager - 9/24/2012

Thanks!!!

Forgot to override the primary key specification in the bo mapper.

Marcel
By Ivan George Borges - 9/24/2012

You're welcome Marcel. Cool