Rob, that has worked perfectly. Thanks.
--- In vantage@yahoogroups.com, "Rob Bucek" <rbucek@...> wrote:
>
> I would do a simple FKV and throw a checkbox in and tie it to that..
> zero coding required.
>
>
>
> Rob Bucek
>
> Production Control Manager
>
> PH: (715) 284-5376 ext 311
>
> Mobile: (715)896-0590
>
> FAX: (715)284-4084
>
> <http://www.dsmfg.com/>
>
> (Click the logo to view our site) <http://www.dsmfg.com/>
>
>
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of CarlH
> Sent: Tuesday, February 22, 2011 1:29 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: Customizations - Replicating a CheckBox on
> Another Screen?
>
>
>
>
>
>
> I haven't tested it but I think something like the below would work.
> This woulod be a BPM in the PO.Update.Pre
>
> Assuming that the check box in the header was CheckBox01
>
> Basically, it replicates the CheckBox01 from the POHeader in CheckBox 09
> in each PODetail.
>
> Then you should be able to display this PODetail checkBox on a
> subsequent form.
>
> find first ttpodetail where ttpodetail.rowmod="U" or
> ttpodetail.rowmod="A" no-lock no-error.
> if available ttpodetail then do:
> FIND FIRST TTPOHEADER WHERE TTPOHEADER.PONum=TTPODETAIL.PONUM NO-LOCK
> NO-ERROR.
> if available ttpoheader then do:
> assign ttpodetail.CheckBox09=ttpoheader.CheckBox01.
> end.
> end.
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "ianwhardy" <ianwhardy@> wrote:
> >
> > Hi,
> >
> > I am trying to create a new checkbox on the PO entry screen, and where
> this check box is replicated on the PO Receipt Entry screen (But greyed
> out).
> >
> > However, when it comes to matching the fields, I cannot select
> POHeader from the table list. Can you advise if there is another way to
> do this?
> >
> > It is basically to advise our goods in team wether the part needs a
> material certificate with it on arrival. The check box on PO Entry is
> labelled "Mat Cert?:" and I want the checkbox to pull through on the PO
> Receipt Entry screen, next to a label of "Material Cert Req?:"
> >
> > If you can help, it would be greatly appreciated.
> >
> > Thanks,
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>