Posts

Showing posts from June 5, 2025

New

 Filter(     SendDataFiltered,     (         IsBlank(ComboSending.Selected.Value) && IsBlank(ComboReceiving.Selected.Value)     ) ||     (         !IsBlank(ComboSending.Selected.Value) && IsBlank(ComboReceiving.Selected.Value) &&         'What is the sending account?' = ComboSending.Selected.Value     ) ||     (         IsBlank(ComboSending.Selected.Value) && !IsBlank(ComboReceiving.Selected.Value) &&         'What is the receiving account?' = ComboReceiving.Selected.Value     ) ||     (         !IsBlank(ComboSending.Selected.Value) && !IsBlank(ComboReceiving.Selected.Value) &&         'What is the sending account?' = ComboSending.Selected.Value &&         'What is the receiving acco...

Popular posts from this blog

String Program in C#

CSV using XmlNode

Controller_Model. cs