|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Getting av value from a field in a datasetI have a dataset with one field called Betaling.
How can I get this field assigned to the variable Enhetpris? The Buttons code is: Sub Beregn_OnClick(ByVal s As Object, ByVal e As System.EventArgs) Dim Enhetspris As Integer = dsStevneAvgift.FieldValue("Betaling") End Sub reidarT Reidar,
I did not know that "Betaling" is a Norge word to, before I was looking at your email adres I thought, is Reidar Dutch or Belgian, Dim Enhetspris As Integer = CInt(dsStevneAvgift.FieldValue("Betaling")) I hope this helps, Cor Show quoteHide quote "reidarT" <rei***@eivon.no> schreef in bericht news:uzAXavYBHHA.1196@TK2MSFTNGP02.phx.gbl... >I have a dataset with one field called Betaling. > How can I get this field assigned to the variable Enhetpris? > The Buttons code is: > Sub Beregn_OnClick(ByVal s As Object, ByVal e As System.EventArgs) > Dim Enhetspris As Integer = dsStevneAvgift.FieldValue("Betaling") > End Sub > > reidarT > Thanks for your answer. Yes I am Norwegian.
reidar Show quoteHide quote "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> skrev i melding news:OgtUCOZBHHA.4864@TK2MSFTNGP04.phx.gbl... > Reidar, > > I did not know that "Betaling" is a Norge word to, before I was looking at > your email adres I thought, is Reidar Dutch or Belgian, > > > Dim Enhetspris As Integer = CInt(dsStevneAvgift.FieldValue("Betaling")) > > I hope this helps, > > Cor > > > "reidarT" <rei***@eivon.no> schreef in bericht > news:uzAXavYBHHA.1196@TK2MSFTNGP02.phx.gbl... >>I have a dataset with one field called Betaling. >> How can I get this field assigned to the variable Enhetpris? >> The Buttons code is: >> Sub Beregn_OnClick(ByVal s As Object, ByVal e As System.EventArgs) >> Dim Enhetspris As Integer = dsStevneAvgift.FieldValue("Betaling") >> End Sub >> >> reidarT >> > >
Location for shared Access database
Make copy of arraylist newbie: is this the appropriate use of a class? String manipulation question Getting the current procedure name? single line string maninuplation substring, trim, indexof ? Installing .net assemblies windows installer About Access Windows Service information Function to measure text length Printign data over form |
|||||||||||||||||||||||