Page 1 of 1

cGetFile() and Readonly checkbox

PostPosted: Wed Feb 01, 2006 7:33 pm
by Enrico Maria Giordano
I propose to give a default parameter (probably 2060) to nFlags parameter of the function cGetFile() so that it doesn't show Open readonly checkbox anymore:

DWORD dwFlags = IF( PCOUNT() > 6 && ISNUM( 7 ), _parnl( 7 ), 2060 );

Do you agree?

EMG

PostPosted: Wed Feb 01, 2006 8:49 pm
by Antonio Linares
Enrico,

Yes, it looks very reasonable. Thanks :)