cGetFile32 strange behaviour

cGetFile32 strange behaviour

Postby AHF » 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!

Code: Select all  Expand view

cFile := cGetFile32("Ficheiros XML | *.xml|"+;
                             "Escolha onde vai gravar o ficheiro",1 )

MSGINFO(CFILE) // this shows before the previous dialog its closed!
 


Any ideas on what might be the issue.

Thanks.
Regards
Antonio H Ferreira
AHF
 
Posts: 838
Joined: Fri Feb 10, 2006 12:14 pm

Re: cGetFile32 strange behaviour

Postby karinha » Tue Jan 07, 2020 3:52 pm

Code: Select all  Expand view

#include "FiveWin.ch"

FUNCTION Main()

   LOCAL cFile

   cFile := SubStr( cGetFile( "*.XML", "Gravar o ficheiro XML" ), 1 )

   MsgInfo( cFile )


RETURN NIL
 
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
karinha
 
Posts: 7607
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 25 guests