Access Vantage 4GL Lib from External .p App

Thank you very much!


Austin Skrepak
Data Specialist / Developer
askrepak@...


-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of John Driggers
Sent: Thursday, November 01, 2012 11:32 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Access Vantage 4GL Lib from External .p App

You got it!

*John Driggers*
**
*Chief Data Wrangler*
*
*
*I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
*
*:: 904.404.9233
:: waffqle@...
:: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>

*

*



On Thu, Nov 1, 2012 at 11:45 AM, Austin Skrepak <askrepak@...>wrote:

> **
>
>
> Great! By using "assign" function, like what is used to assign
> variables their values? Sorry, I'm very new with 4GL/ABL.
>
> Thank you!
>
>
> Austin Skrepak
> Data Specialist / Developer
> askrepak@...
>
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On
> Behalf Of John Driggers
> Sent: Thursday, November 01, 2012 10:25 AM
> To: vantage@yahoogroups.com
> Subject: Re: [Vantage] Access Vantage 4GL Lib from External .p App
>
> If you're running externally, you shouldn't have to use update table
> buffer. You can just edit the rows directly.
>
> *John Driggers*
> **
> *Chief Data Wrangler*
> *
> *
> *I have an Epicor blog <http://usdoingstuff.com/>. How useful is
> that?*
> *
> *:: 904.404.9233
> :: waffqle@...
> :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
>
> *
>
>
> *
>
> On Wed, Oct 31, 2012 at 4:52 PM, Austin Skrepak
> <askrepak@...
> >wrote:
>
> > **
>
> >
> >
> > I am trying to write an external .p file that can use the
> > UpdateTableBuffer from inside Vantage to update records. When I use
> > the "lib\" path, I get an error saying that the file cannot be found
> (293).
> > When I use the entire server path, I get this error:
> >
> > Shared variable LocalizationManager has not yet been created. (392)
> >
> > Is there a better way to do this than what I am attempting? Any
> > feedback would be appreciated.
> >
> > Thank you,
> >
> > Austin Skrepak
> > Data Specialist / Developer
> >
> > [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]



------------------------------------

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
I am trying to write an external .p file that can use the UpdateTableBuffer from inside Vantage to update records. When I use the "lib\" path, I get an error saying that the file cannot be found (293). When I use the entire server path, I get this error:

Shared variable LocalizationManager has not yet been created. (392)

Is there a better way to do this than what I am attempting? Any feedback would be appreciated.

Thank you,


Austin Skrepak
Data Specialist / Developer



[Non-text portions of this message have been removed]
If you're running externally, you shouldn't have to use update table
buffer. You can just edit the rows directly.

*John Driggers*
**
*Chief Data Wrangler*
*
*
*I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
*
*:: 904.404.9233
:: waffqle@...
:: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>

*

*



On Wed, Oct 31, 2012 at 4:52 PM, Austin Skrepak <askrepak@...>wrote:

> **
>
>
> I am trying to write an external .p file that can use the
> UpdateTableBuffer from inside Vantage to update records. When I use the
> "lib\" path, I get an error saying that the file cannot be found (293).
> When I use the entire server path, I get this error:
>
> Shared variable LocalizationManager has not yet been created. (392)
>
> Is there a better way to do this than what I am attempting? Any feedback
> would be appreciated.
>
> Thank you,
>
> Austin Skrepak
> Data Specialist / Developer
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]
Great! By using "assign" function, like what is used to assign variables their values? Sorry, I'm very new with 4GL/ABL.

Thank you!

Austin Skrepak
Data Specialist / Developer
askrepak@...

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of John Driggers
Sent: Thursday, November 01, 2012 10:25 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Access Vantage 4GL Lib from External .p App

If you're running externally, you shouldn't have to use update table buffer. You can just edit the rows directly.

*John Driggers*
**
*Chief Data Wrangler*
*
*
*I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
*
*:: 904.404.9233
:: waffqle@...
:: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>

*

*



On Wed, Oct 31, 2012 at 4:52 PM, Austin Skrepak <askrepak@...>wrote:

> **
>
>
> I am trying to write an external .p file that can use the
> UpdateTableBuffer from inside Vantage to update records. When I use
> the "lib\" path, I get an error saying that the file cannot be found (293).
> When I use the entire server path, I get this error:
>
> Shared variable LocalizationManager has not yet been created. (392)
>
> Is there a better way to do this than what I am attempting? Any
> feedback would be appreciated.
>
> Thank you,
>
> Austin Skrepak
> Data Specialist / Developer
>
> [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
You got it!

*John Driggers*
**
*Chief Data Wrangler*
*
*
*I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
*
*:: 904.404.9233
:: waffqle@...
:: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>

*

*



On Thu, Nov 1, 2012 at 11:45 AM, Austin Skrepak <askrepak@...>wrote:

> **
>
>
> Great! By using "assign" function, like what is used to assign variables
> their values? Sorry, I'm very new with 4GL/ABL.
>
> Thank you!
>
>
> Austin Skrepak
> Data Specialist / Developer
> askrepak@...
>
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of John Driggers
> Sent: Thursday, November 01, 2012 10:25 AM
> To: vantage@yahoogroups.com
> Subject: Re: [Vantage] Access Vantage 4GL Lib from External .p App
>
> If you're running externally, you shouldn't have to use update table
> buffer. You can just edit the rows directly.
>
> *John Driggers*
> **
> *Chief Data Wrangler*
> *
> *
> *I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
> *
> *:: 904.404.9233
> :: waffqle@...
> :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
>
> *
>
>
> *
>
> On Wed, Oct 31, 2012 at 4:52 PM, Austin Skrepak <askrepak@...
> >wrote:
>
> > **
>
> >
> >
> > I am trying to write an external .p file that can use the
> > UpdateTableBuffer from inside Vantage to update records. When I use
> > the "lib\" path, I get an error saying that the file cannot be found
> (293).
> > When I use the entire server path, I get this error:
> >
> > Shared variable LocalizationManager has not yet been created. (392)
> >
> > Is there a better way to do this than what I am attempting? Any
> > feedback would be appreciated.
> >
> > Thank you,
> >
> > Austin Skrepak
> > Data Specialist / Developer
> >
> > [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]