Odp: RE: Posted Invoice Update

I am on Progress

Dnia 3-03-2010 o godz. 15:30 Michelle de la Vega napisał(a):
>
>
> Are you on Progress or SQL?
>
> Michelle de la Vega
> Business Applications Manager
> Cold Jet, LLC
> 455 Wards Corner Road
> Loveland, Ohio 45140
> USA
> +1 513-716-6400 (office)
> +1 513-382-3281 (mobile)
> +1 513-831-1209 (fax)
> www.coldjet.com<http://www.coldjet.com>
> [cid:image001.jpg@01CABAB4.2AD915B0]
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of tomojmail
> Sent: Wednesday, March 03, 2010 8:25 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Posted Invoice Update
>
> I am trying to update Character10 for AR Invoice that was already
posted. I am trying to do it via Posted Invoice Update app.
> I have a UltraCombo box connected to InvcHead.Character10, and I am
setting a RowMod to "U"
> Unfortunately the oTrans.Update do not updating the database.
> I am calling oTrans.Update AfterFieldChange
>
> Private Sub InvcHead_AfterFieldChange(ByVal sender As object, ByVal args
As DataColumnChangeEventArgs) Handles InvcHead_Column.ColumnChanged
> Select Case args.Column.ColumnName
> Case "Character10"
> args.Row("RowMod") = "U"
> MessageBox.Show(args.Row("Character10").ToString)
> oTrans.Update()
> Case Else
> End Select
> End Sub
>
> Any help welcome.
>
> [Non-text portions of this message have been removed]
>
>
>
I am trying to update Character10 for AR Invoice that was already posted. I am trying to do it via Posted Invoice Update app.
I have a UltraCombo box connected to InvcHead.Character10, and I am setting a RowMod to "U"
Unfortunately the oTrans.Update do not updating the database.
I am calling oTrans.Update AfterFieldChange

Private Sub InvcHead_AfterFieldChange(ByVal sender As object, ByVal args As DataColumnChangeEventArgs) Handles InvcHead_Column.ColumnChanged
Select Case args.Column.ColumnName
Case "Character10"
args.Row("RowMod") = "U"
MessageBox.Show(args.Row("Character10").ToString)
oTrans.Update()
Case Else
End Select
End Sub

Any help welcome.
Are you on Progress or SQL?

Michelle de la Vega
Business Applications Manager
Cold Jet, LLC
455 Wards Corner Road
Loveland, Ohio 45140
USA
+1 513-716-6400 (office)
+1 513-382-3281 (mobile)
+1 513-831-1209 (fax)
www.coldjet.com<http://www.coldjet.com>
[cid:image001.jpg@01CABAB4.2AD915B0]

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of tomojmail
Sent: Wednesday, March 03, 2010 8:25 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Posted Invoice Update



I am trying to update Character10 for AR Invoice that was already posted. I am trying to do it via Posted Invoice Update app.
I have a UltraCombo box connected to InvcHead.Character10, and I am setting a RowMod to "U"
Unfortunately the oTrans.Update do not updating the database.
I am calling oTrans.Update AfterFieldChange

Private Sub InvcHead_AfterFieldChange(ByVal sender As object, ByVal args As DataColumnChangeEventArgs) Handles InvcHead_Column.ColumnChanged
Select Case args.Column.ColumnName
Case "Character10"
args.Row("RowMod") = "U"
MessageBox.Show(args.Row("Character10").ToString)
oTrans.Update()
Case Else
End Select
End Sub

Any help welcome.



[Non-text portions of this message have been removed]