Update to ARinvoiceHead in Tracker

FYI

The problem is that the system generated invoice for over payments leaves the
groupid blank. All other invoices, whether posted or not always has the GroupID
filled in. Once I assigned a group to the invoice, I was able to set CheckBox06
even though it was posted.




________________________________
From: Steven <sgotschall@...>
To: vantage@yahoogroups.com
Sent: Tue, September 14, 2010 4:57:10 PM
Subject: [Vantage] Update to ARinvoiceHead in Tracker

Â
Vantage 8.03.408A Progress

I am trying to update CheckBox06 of a posted AR invoice Header from a dashboard.
It doesn't work. Here is my code. Any ideas?

Dim dbtvp as Object = DBTVP_bfe13a4c_db1f_42c4_81e5_0cd439beddc7
Dim adaARInvoiceAdapter As ARInvoiceAdapter = New ARInvoiceAdapte(dbtvp)
adaARInvoiceAdapter.BOConnect()
adaARInvoiceAdapter.GetByID(nedEpiCustom1.Value)
adaARInvoiceAdapter.ARInvoiceData.Tables("InvcHead").Rows(0)"CheckBox06") = True
adaARInvoiceAdapter.Update()


Steven G.







[Non-text portions of this message have been removed]
Vantage 8.03.408A Progress

I am trying to update CheckBox06 of a posted AR invoice Header from a dashboard. It doesn't work. Here is my code. Any ideas?

Dim dbtvp as Object = DBTVP_bfe13a4c_db1f_42c4_81e5_0cd439beddc7
Dim adaARInvoiceAdapter As ARInvoiceAdapter = New ARInvoiceAdapte(dbtvp)
adaARInvoiceAdapter.BOConnect()
adaARInvoiceAdapter.GetByID(nedEpiCustom1.Value)
adaARInvoiceAdapter.ARInvoiceData.Tables("InvcHead").Rows(0)"CheckBox06") = True
adaARInvoiceAdapter.Update()


Steven G.