[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.axapta.programming

InventJournalTransfer - hide InventDimReceipt_InventBatchId in Gri

hghrp

11/14/2005 9:12:00 AM

Hi,

in the form InventJournalTransfer i want to hide the field
InventDimReceipt_InventBatchId in the grid.

When i hide it on the datasource, the field is also hidden on the third tab,
and that looks bad. When i hide it within the grid, the automatic dimension
display overrides this setting.

Any ideas?

Thanks,
harald
2 Answers

Axapatcoder

11/15/2005 10:46:00 PM

0

Why not just set the grid control itself to visible false and leave the
datasource field as standard?

This would hide your grid one, but leave the other one showing.

Don

"hghrp" wrote:

> Hi,
>
> in the form InventJournalTransfer i want to hide the field
> InventDimReceipt_InventBatchId in the grid.
>
> When i hide it on the datasource, the field is also hidden on the third tab,
> and that looks bad. When i hide it within the grid, the automatic dimension
> display overrides this setting.
>
> Any ideas?
>
> Thanks,
> harald

hghrp

11/16/2005 9:07:00 AM

0

Hi Don,

because the automatic dimension display overrides the grid setting if
inventBatchId is set to visible

Ciao,
harald

"Axapatcoder" wrote:

> Why not just set the grid control itself to visible false and leave the
> datasource field as standard?
>
> This would hide your grid one, but leave the other one showing.
>
> Don
>
> "hghrp" wrote:
>
> > Hi,
> >
> > in the form InventJournalTransfer i want to hide the field
> > InventDimReceipt_InventBatchId in the grid.
> >
> > When i hide it on the datasource, the field is also hidden on the third tab,
> > and that looks bad. When i hide it within the grid, the automatic dimension
> > display overrides this setting.
> >
> > Any ideas?
> >
> > Thanks,
> > harald