Better, though I still in disapprove :-)
*Jose C Gomez*
*Software Engineer*
*
*
*
*
*
*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?*
*Jose C Gomez*
*Software Engineer*
*
*
*
*
*
*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 Thu, Jun 14, 2012 at 9:42 AM, Rob Bucek <rbucek@...> wrote:
> **
>
>
> That's my boy!
>
> Rob Bucek
> Production Control Manager
> D&S Manafacturing
> M: (715) 896-0590<tel:7158960590>
> P: (715) 896-0590<tel:7158960590>
>
> Sent from my Verizon Wireless Droid
>
>
> -----Original message-----
> From: Jose Gomez <jose@...>
> To: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
> Sent: Thu, Jun 14, 2012 13:02:12 GMT+00:00
> Subject: Re: [Vantage] Re: Delete BPM
>
> VIC!!!!! *shakes head* LoL
>
> *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 Thu, Jun 14, 2012 at 8:54 AM, Vic Drecchio
> <vic.drecchio@...>wrote:
>
> > **
> >
> >
> > Or, you could install and use Squirrel and update/delete all you want
> > (assuming you're not SQL, otherwise you can resolve it via SQL).
> >
> > From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On
> Behalf
> > Of Steven Gotschall
> > Sent: Wednesday, June 13, 2012 4:38 PM
> > To: vantage@yahoogroups.com
> > Subject: Re: [Vantage] Re: Delete BPM
> >
> >
> > You need to contact your Epicor Account Manager and request a Progress
> > license upgrade. It is free and will allow you to run updatable 4gl code
> in
> > Vantage.
> >
> > Steven G.
> >
> > ________________________________
> > From: "michael.hutcheson@... <mailto:
> > michael.hutcheson%40rocketmail.com> " <michael.hutcheson@...
> <mailto:
> > michael.hutcheson%40rocketmail.com> >
> > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > Sent: Wednesday, June 13, 2012 4:16 PM
> > Subject: [Vantage] Re: Delete BPM
> >
> > Ok, I tried the below:
> >
> > for each PartCost where ( PartCost.CostID = '' ) :
> > DELETE PartCost.
> > End.
> >
> > And now get the below:
> >
> > Error Detail
> > ============
> > You may not compile programs that update the database in this version
> (490)
> > ** Could not understand line 22. (196)
> >
> > Have I hit a brick wall?
> >
> > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> > Steven Gotschall <sgotschall@...> wrote:
> > >
> > > You need a period at the end of DELETE PartCost.� You also need to
> > remove No-Lock from the For Each or else you wont be able to delete the
> > record.� Make sure you backup your database first.
> > > �
> > > Steven G.
> > >
> > >
> > > ________________________________
> > > From: "michael.hutcheson@..." <michael.hutcheson@...>
> > > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > > Sent: Wednesday, June 13, 2012 3:52 PM
> > > Subject: [Vantage] Re: Delete BPM
> > >
> > >
> > > �
> > > I've tried the following code:
> > >
> > > for each PartCost where ( PartCost.CostID = '') no-lock :
> > > DELETE PartCost
> > > End.
> > >
> > > But receive this error:
> > >
> > > Error Detail
> > > ============
> > > ** Unable to understand after -- "DELETE PartCost". (247)
> > > ** Could not understand line 23. (198)
> > >
> > > Any ideas?
> > >
> > > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> > "michael.hutcheson@" <michael.hutcheson@> wrote:
> > > >
> > > > So could I use a BPM, tie it to say Part.Update then just tell it to
> > execute 4GL stating the below:
> > > >
> > > > FOR EACH PartCost WHERE <CostID = " ">:
> > > > DELETE PartCost.
> > > > END.
> > > >
> > > > Would this work? Is the delete statement just DELETE PartCost?
> > > >
> > > > Thanks in advance.
> > > >
> > > >
> > > > --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> > John Driggers <waffqle@> wrote:
> > > > >
> > > > > Oops, accidentally sent that too quick.
> > > > >
> > > > > If you don't have the Progress Compiler, you can do this via a BPM
> > but you
> > > > > have to disable the triggers on the table. I've not done it myself
> > in ages,
> > > > > but it will work. That said, I've heard horror stories about
> people
> > hosing
> > > > > DBs by disabling triggers and not re-enabling them properly. I'd
> > really
> > > > > advise against this. Between the added danger and complexity, you
> > might as
> > > > > well just deal with the BOs as they aren't too hard to work with
> > anyway.
> > > > >
> > > > >
> > > > > *John Driggers*
> > > > > *High End Dev, System Design, Profit Drinking*
> > > > > *
> > > > > **:: 904.404.9233*
> > > > > *:: waffqle@*
> > > > > *:: NO FAXES*
> > > > >
> > > > > *
> > > > >
> > > > > *
> > > > >
> > > > >
> > > > >
> > > > > On Wed, Jun 13, 2012 at 3:18 PM, John Driggers <waffqle@> wrote:
> > > > >
> > > > > > Ok. You've got two options here.
> > &
>
> [Non-text portions of this message have been removed]
>
>
>
[Non-text portions of this message have been removed]