Hi All,
This is a very stupid question, but I just cant figure it out.
I have a save button that I want disabled unless all fields have information in them. I have a regular drop down with the some options including a "" as the first choice to appear empty.
My DisplayMode function for the save button is as follows:
If(
IsBlank(Dropdown4.Selected.Value) ||
...IsBlank(otherfields)
, DisplayMode.Disabled,
DisplayMode.Edit )
Dropdown4 is the drop down in question. When I do this despite the dropdown and other fields having information in it (i selected an option from the list) the save button is not in edit mode to click on it. I know its the dropdown because if I comment out just the IsBlank(Dropdown4.Selected.Value) || line then everything works fine.
Please help.
Ok it was definitely me, the dropdown name was wrong. All set!
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional