WelshyWizard
IS-IT--Management
I'm using Paradox 8.
I have the following code which creates a customfilter file type of .rep
What I want to do is to have this custom file type as my default upon opening the file browser.
I know there is something available like
but I can't get this to work....
Any ideas guys and girls?
Cheers.
Today is the tomorrow you worried about yesterday - and all is well.....
I have the following code which creates a customfilter file type of .rep
Code:
fbiXfile.Options=browseOptPathMustExit
fbiXfile.Alias=":PM:"
fbiXfile.CustomFilter = "(Report) *.rep|*.rep||"
What I want to do is to have this custom file type as my default upon opening the file browser.
I know there is something available like
Code:
fbiXfile.DefaultExt="TXT"
Any ideas guys and girls?
Cheers.
Today is the tomorrow you worried about yesterday - and all is well.....