
January 3rd, 2005, 10:36 AM
|
|
Contributing User
|
|
Join Date: Sep 2004
Posts: 108
Time spent in forums: 11 h 16 m 54 sec
Reputation Power: 5
|
|
Quote: | Originally Posted by anuradha85 In my project i have created all the forms and i have linked to a database also.
now i want my data to be saved with a different extention.like .lis(which is not common)
can anyone send me code for that.
NOTE: i have created a common dialog for save.but i donno how to save it with a different
extension.please help me out in this
thanks in advance
anu. | The common dialog is used just to ask for the filename, the filter must be
CMD1.FILTER="LIS FILES (*.lis)|*.lis"
|