Apr 10, 2004 #1 tyb Technical User Feb 10, 2004 137 IR hi dear frends can some one help me that how can i take my tables' backup through some button press procedure. i'm wondering on how to navigate through windows directories etc. thanx
hi dear frends can some one help me that how can i take my tables' backup through some button press procedure. i'm wondering on how to navigate through windows directories etc. thanx
Apr 28, 2004 #2 HimanB IS-IT--Management Nov 25, 2002 231 IN Hi, For this you may use WINHELP.pll. Attach this PLL to your FORM & use following to select a file: L_FileName := Win_Api_Dialog.Open_File('Select File', '$WINDIR$', 'All Files(*.*)|*.*|',TRUE, WIN_API.OFN_FLAG_DEFAULT,TRUE); Regards Himanshu Upvote 0 Downvote
Hi, For this you may use WINHELP.pll. Attach this PLL to your FORM & use following to select a file: L_FileName := Win_Api_Dialog.Open_File('Select File', '$WINDIR$', 'All Files(*.*)|*.*|',TRUE, WIN_API.OFN_FLAG_DEFAULT,TRUE); Regards Himanshu