Hi,
I want to show loading form on mobile platform.
Code |
---|
If MainModuleC.CheckUpdateDate() < BegOfDay(CurrentDate()) Then LoadingForm = OpenForm("CommonForm.LoadingForm"); If MainModuleC.GetDataAtServer() Then LoadingForm.Close(); Cancel = False; Else LoadingForm.Close(); Cancel = True; Message("Error"); EndIf; |
It is my code. This code working on pc but not opened form on mobile platform. How i fix this problem?