表“乘车线路”的positonChanged代码的写法:(存在错误)
Dim 驾驶员姓名 As WinForm.label = e.Form.Controls("驾驶员姓名")
Dim r As Row = e.Table.Current
If r IsNot Nothing Then 驾驶员姓名.text = r("驾驶员_姓名")End If
请教老师,这个代码如何写,说明书中实在找不到例子可用了。