Options

controls in the subform

I am trying to to calculate a value if a column on a subform is hidden by the user. I was wondering if there is something along these lines that would work? SKUList is the subform and Inventory is the column that can be hidden by the user.


IF CurrForm.SKUList.FORM.Inventory(VISIBLE) = FALSE THEN
CALCFIELDS(Inventory);

Comments

  • Options
    kodermankoderman Member Posts: 17
    Nevermind. I have found that you can just go into the subform and do CALCFIELDS(Inventory); without the if statement and that worked just fine.
Sign In or Register to comment.