Re: [GENERAL] alt+F not working after calling pg_dump

2005-10-27 Thread Andrus
> .. and also > what happens if you just call a bat-file that does nothing and then > exits. After running bat file containing single line exit Alt+F key works. After running bat file containg 3 lines set pgpassword=x C:\PROGRA~1\POSTGR~1\8.0\PGADMI~1\pg_dump.exe -Z9 -b -v -f "I:\051027 DEMO bac

Re: [GENERAL] alt+F not working after calling pg_dump

2005-10-26 Thread Andrus
>> Any idea how to make Alt key to work in my application >> immediately after calling pg_dump ? > > What parameters do you pass to CreateProcess()? I use modified Ed Rauh API_APP class. Relevant part of of the calling code: * This API call does the work. The parameters are as follows: * lpsz

Re: [GENERAL] alt+F not working after calling pg_dump

2005-10-25 Thread Magnus Hagander
> I call pg_dump to create backup copies from my application > using Windows > CreateProcess() API call. > > After pg_dump finishes, Alt+F ( to open File menu) and other > Alt key combinations in my application stop working. > > If I use Alt+Tab to switch to other application and then back > t

[GENERAL] alt+F not working after calling pg_dump

2005-10-25 Thread Andrus
I call pg_dump to create backup copies from my application using Windows CreateProcess() API call. After pg_dump finishes, Alt+F ( to open File menu) and other Alt key combinations in my application stop working. If I use Alt+Tab to switch to other application and then back to my application,