U C, controls like textbox,editbox,combobox, etc...
have properties call 'controlsource'
and u can reference your variable to them.
For eg:
Thisform.text1.ControlSource=m.Sol_
Thisform.text2.ControlSource=m.nomaseg
Thisform.text3.ControlSource=m.dirase
...
..