Databindings to variable

  • Thread starter Thread starter =?iso-8859-1?Q?J=FCrgen_m.?=
  • Start date Start date
?

=?iso-8859-1?Q?J=FCrgen_m.?=

hi @ all

if have a small problem. i d like to bind the value of the
current datacell of a dataset to a variable.

f.e.

i'd like to give init the value of my dataset1, table
customers and now the shown customer id in the form.


dim init as integer

init = ...

how could i manage this? could anybody help me - thank you
in advance!
 
its like:

Me.tb.DataBindings.Add(New System.Windows.Forms.Binding
("selectedvalue", Me.DataSet_ha1, "tab_ts.tb_id"))

but for a variable not for a text box!
 
Back
Top