Hey,

Not sure if this can be done tried various permutations, any advice greatly appreciated. (vb.net)


Public Sub Show(ByVal id As Integer)
        'Debug Messagebox to check params being passed
        'Ext.MessageBox.Alert("Debug Info", "Passed ID: " & id & "", fn:=New JFunction)
        Me.EmployeeDetailswindow.Show()
        Me.UserDataStore.AutoLoadParams.Add(id)
 End Sub