Coolprogram
Programmer
Well I need to get data from active row in my grid . I'd like to populate textboxes with data from grid for editing purposes . how can I achieve that?
Best regards
Best regards
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
thisform.bar_kodas.Value = MyTable.MyField
thisform.bar_kodas.ControlSource = "MyTable.MyField"