I am storing the data in an Extended User Defined Table. My code initially read:
Dim edv1 as new EpiDataView
edv1 = DirectCast(oTrans.EpiDataViews("QuoteDtl_UD"), EpiDataView)
      edv1.dataView(edv1.Row)("FirstWklySchExt01_UD")=num12
      edv1.Notify(New EpiNotifyArgs("QuoteForm", edv1.Row, edv1.Column))
I realized after trying a couple things that on the second line, instead of calling QuoteDtl_UD, I need to call QuoteDtl.
edv1 = DirectCast(oTrans.EpiDataViews("QuoteDtl"), EpiDataView)
Then it worked fine.
________________________________
From: Jose Gomez <jose@...>
To: vantage@yahoogroups.com
Sent: Tuesday, August 9, 2011 9:15 PM
Subject: Re: [Vantage] Extended User Defined Tables
what error?
Sent from mobile
Dim edv1 as new EpiDataView
edv1 = DirectCast(oTrans.EpiDataViews("QuoteDtl_UD"), EpiDataView)
      edv1.dataView(edv1.Row)("FirstWklySchExt01_UD")=num12
      edv1.Notify(New EpiNotifyArgs("QuoteForm", edv1.Row, edv1.Column))
I realized after trying a couple things that on the second line, instead of calling QuoteDtl_UD, I need to call QuoteDtl.
edv1 = DirectCast(oTrans.EpiDataViews("QuoteDtl"), EpiDataView)
Then it worked fine.
________________________________
From: Jose Gomez <jose@...>
To: vantage@yahoogroups.com
Sent: Tuesday, August 9, 2011 9:15 PM
Subject: Re: [Vantage] Extended User Defined Tables
what error?
Sent from mobile
On Aug 9, 2011 5:11 PM, "Ted Koch" <tkoch77@...> wrote:
> I tried to do what you had suggested Jose, but I received this error
during debugging.
>
>
>
>
> ________________________________
> From: Jose Gomez <jose@...>
> To: vantage@yahoogroups.com
> Sent: Monday, August 8, 2011 2:46 PM
> Subject: Re: [Vantage] Extended User Defined Tables
>
> Yeah I assume the code under your button says something like
>
> txtTextBox1.Text ='10.009'
>
> What you need to do is instead of setting the value on the textbox do it
on
> the EDV
> something like
> edvPart.dataView[edvPart.Row]["ExtenxedColunName"]=10.00;
>
> then call Notify
>
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *checkout my new blog <http://www.usdoingstuff.com> *
> *
> *T: 904.469.1524 mobile
> E: jose@...
> http://www.josecgomez.com
> <http://www.linkedin.com/in/josecgomez>Â <
http://www.facebook.com/josegomez>
>Â <http://www.google.com/profiles/jose.gomez> <
http://www.twitter.com/joc85>
>Â <http://www.josecgomez.com/professional-resume/>
> <http://www.josecgomez.com/feed/>
>Â <http://www.usdoingstuff.com>
>
> *Quis custodiet ipsos custodes?*
>
>
>
> On Mon, Aug 8, 2011 at 1:44 PM, Ted Koch <tkoch77@...> wrote:
>
>> **
>>
>>
>> Would that be code I would place under the button_click action?
>>
>> ________________________________
>> From: Jose Gomez <jose@...>
>> To: vantage@yahoogroups.com
>> Sent: Monday, August 8, 2011 1:32 PM
>> Subject: Re: [Vantage] Extended User Defined Tables
>>
>>
>> Are you writing to the textbox or to the EDV? If you are writing to the
>> textbox directly try chaging it to type to the EDV
>>
>> *Jose C Gomez*
>> *Software Engineer*
>> *
>> *
>> *checkout my new blog <http://www.usdoingstuff.com> *
>> *
>> *T: 904.469.1524 mobile
>>
>> E: jose@...
>> http://www.josecgomez.com
>> <http://www.linkedin.com/in/josecgomez>Â <
>> http://www.facebook.com/josegomez>
>>Â <http://www.google.com/profiles/jose.gomez> <
>> http://www.twitter.com/joc85>
>>Â <http://www.josecgomez.com/professional-resume/>
>> <http://www.josecgomez.com/feed/>
>>Â <http://www.usdoingstuff.com>
>>
>>
>> *Quis custodiet ipsos custodes?*
>>
>> On Mon, Aug 8, 2011 at 1:17 PM, tkoch77 <tkoch77@...> wrote:
>>
>> > **
>> >
>> >
>> > I created an extended user defined table from the Quote Detail table.
The
>> > fields I created are either integer or decimal. I updated the schema
and
>> the
>> > fields are now in my database. I am using these fields to store values
>> after
>> > a calculation(number1 x number2) which then populates a textbox with
the
>> > answer. For some reason, the textbox that contains the derived value
>> clears
>> > out and does not save anything when I click on the save button on the
>> > standard toolbar. It does save the values I physically type in, but not
>> the
>> > ones that are added via the clicking of the calculate button. Has
anyone
>> > else experienced this with Extended User Defined Tables?
>> >
>> > Thanks,
>> > -Ted
>> >
>> >
>> >
>>
>> [Non-text portions of this message have been removed]
>>
>> ------------------------------------
>>
>>
>> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
have
>> already linked your email address to a yahoo id to enable access. )
>> (1) To access the Files Section of our Yahoo!Group for Report Builder and
>> Crystal Reports and other 'goodies', please goto:
>> http://groups.yahoo.com/group/vantage/files/.
>> (2) To search through old msg's goto:
>> http://groups.yahoo.com/group/vantage/messages
>> (3) To view links to Vendors that provide Vantage services goto:
>> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>>
>> [Non-text portions of this message have been removed]
>>
>>
>>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>
> [Non-text portions of this message have been removed]
>
[Non-text portions of this message have been removed]
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.%c2%a0
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
[Non-text portions of this message have been removed]