good day
I need your help please.
I have one file format Excel 2003 files in the project folder.
but in activity1 if it detects the files. but in activity2 I do not recognize anything. What could it be?
Attached image of what appears in the activity 2
I need your help please.
I have one file format Excel 2003 files in the project folder.
but in activity1 if it detects the files. but in activity2 I do not recognize anything. What could it be?
B4X:
'activity1
If File.Exists(File.DirInternal,"esc.xls") = False Then
Msgbox("Necesitas actualizar la base de datos primero, requieres internet","Notificación")
end if
'activity2
If File.Exists(File.DirInternal,"esc.xls") = False Then
Msgbox("Necesitas actualizar la base de datos primero, requieres internet","Notificación")
end if
Attached image of what appears in the activity 2