cGetFile32 strange behaviour
Posted: Tue Jan 07, 2020 3:16 pm
This code runs ok on win10 but not on one PC with win 7.
Another app with same code runs ok on both!
Any ideas on what might be the issue.
Thanks.
Another app with same code runs ok on both!
Code: Select all
cFile := cGetFile32("Ficheiros XML | *.xml|"+;
"Escolha onde vai gravar o ficheiro",1 )
MSGINFO(CFILE) // this shows before the previous dialog its closed!
Thanks.