Function CarStockTakeButton_onclick()
NSB.ShowProgress("Loading stocktakes...")
End Function
I use the ShowProgress numerous places in my code and it works everywhere except a few places. I wondered if a function somewhere else was closing it but the above code doesn’t work. Is there any tricks pertaining to ShowProgress I should know?