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