This technique worked perfectly. Thanks.
--- In vantage@yahoogroups.com, "mmcwilliams22" <mmcwilliams22@...>
wrote:
--- In vantage@yahoogroups.com, "mmcwilliams22" <mmcwilliams22@...>
wrote:
>Is
> --- In vantage@yahoogroups.com, "Brad Feazell" <Brad_feazell@>
> wrote:
> Try doing it using the form event wizard.
> Choose the Event type Load and then update the code.
> In the script editor put the following code in
> under the event.
> It seems to work for me I don't know what your situation is though.
>
> <<<<<<
>
> Dim OrderDtl As EpiDataView = Ctype (oTrans.EpiDataViews
> ("OrderDtl"),EpiDataView)
>
> OrderDtl.dataView.Table.Columns("Date01").ExtendedProperties
> ("Enabled")= False
> End Sub
>
> <<<<<<<<
> >
> > It works fine until I save the customization, shut down Vantage,
> fire
> > it back up again and the enabled property reverts back to TRUE.
> > there a way to make it stick?form,
> >
> > --- In vantage@yahoogroups.com, "Stephen Edginton" <stephene@>
> > wrote:
> > >
> > > Hi Brad,
> > >
> > > Yes, you need to set the enabled property of the
> object
> > to
> > > false. This will achieve the correct result. Do this on the
> > properties of
> > > the new text box you have bound to the date01 field.
> > >
> > >
> > >
> > > Regards,
> > >
> > > Stephen Edginton
> > >
> > > _____
> > >
> > > From: Brad Feazell [mailto:Brad_feazell@]
> > > Sent: Thursday, August 10, 2006 4:47 PM
> > > To: vantage@yahoogroups.com
> > > Subject: [Vantage] Setting a form field to "display only" in V8
> > >
> > >
> > >
> > > I customized the ORDERDTL.DATE01 field onto the Order Entry
> > > (Lines Tab) but I want it to be display-only. Setting thean
> ReadOnly
> > > property to TRUE doesn't do it and there doesn't appear to be
> > > obvious way.touch
> > >
> > > The "On Hand" field on the same tab appears exactly the way I
> want
> > > Date01 to appear - basically greyed out with no ability to
> > the
> > > data in the field.
> > >
> > > Can you use customization to do this?
> > >
> > >
> > >
> > >
> > > --
> > >
> > > Checked by AVG Free Edition.
> > > Version: 7.1.405 / Virus Database: 268.10.8/415 - Release Date:
> > 09/08/2006
> > >
> > >
> > >
> > > --
> > >
> > > Checked by AVG Free Edition.
> > > Version: 7.1.405 / Virus Database: 268.10.8/415 - Release Date:
> > 09/08/2006
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>