You are not logged in.

gabizzz

Beginner

  • "gabizzz" is male
  • "gabizzz" started this thread

Posts: 5

Date of registration: Jun 18th 2009

Location: Argentina

  • Send private message

1

Thursday, June 18th 2009, 6:43pm

get selected row or column

Hello!!!
How can I get selected row or column on JBgrid?

Alway return -1

Public Sub JBGrid1_Click()
msgbox JBGrid1.row()
End Sub

Manuel

Administrator

  • "Manuel" is male

Posts: 256

Date of registration: Jul 16th 2008

Location: Erlangen, Germany

Occupation: Software Developer

Hobbies: Jabaco, game theory, text-mining

  • Send private message

2

Thursday, June 18th 2009, 8:25pm

Quoted

How can I get selected row or column on JBgrid?

Alway return -1
Will be fixed in the next Framework-Release. Workaround:

Jabaco Source

1
2
3
Public Sub Command1_Click()
   MsgBox JBGrid1.Parent.getSelectedRow()
End Sub

Rate this thread
WoltLab Burning Board