home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / essentia.ls / fmview / fmviewx.ini < prev    next >
Encoding:
INI File  |  1995-05-14  |  3.3 KB  |  108 lines

  1. [FmView]
  2. ; Comment the following line in if you want to view WinWord 6 documents 
  3. ; without using the OLE2 libraries. Note that the file will not necessarily 
  4. ; be viewable if it is fragmented.
  5.  
  6. ;ScanCompound=1
  7.  
  8.  
  9. ; **** Extended Formats ****
  10. ; This section describes additional file formats. The max entry must be greater
  11. ; or equal to the last key value.
  12. ; Each line has the following structure:
  13. ;     key=description,extension,minimum_filesize,magic_offset,magic_in_hex,filter_dll
  14. ; If you want to develop your own filter dll contact me for the API documentation
  15.  
  16. [XQDLLs]
  17. max=28
  18. 1=CIS Mail,msg,0,0,5649533030301A,fmvcis.dll
  19. 2=CAB archive,cab,0,0,4D5343460000,fmvcab.dll
  20. 3=MS Access Data Base,mdb,,,,fmvodbc.dll
  21. 4=dBase Data Base,dbf,,,,fmvodbc.dll
  22. 5=Paradox Data Base,db,,,,fmvodbc.dll
  23. ; FoxPro looks like dBase, but list it anyway
  24. ;6=FoxPro Data Base,dbf,,,,fmvodbc.dll
  25. ; If you want to view Excel 3 files then comment the following line in.
  26. ;7=Excel 3,xls,0,0,09020600,fmvxls.dll
  27. ;8=MS Works,wps,0,0,01FE0148,fmvwps.dll
  28. 8=MS Works,wps,0,0,01FE,fmvwps.dll
  29. 9=MS Works for DOS,wps,0,0,01FE010C,fmvwps.dll
  30. ; TKB only
  31. 10=TKB Registration,dll,0,0,0FD938A7,fmvtrg.dll
  32. 11=Ami Pro Document,sam,0,0,5b7665725d0d0a09340d0a5b7374795d,fmvsam.dll
  33. 12=Sidekick Data Base,sdb,0,0,595759325858,fmvsdb.dll
  34. ;13=MS Works,wps,0,0,01FE55,fmvwps.dll
  35. 14=Rich Text Format,rtf,0,0,7B5C727466,fmvrtf.dll
  36. 15=Word Perfect Graphics,wpg,0,0,FF57504310000000,fmvwpg.dll
  37. 16=Word Perfect Document,doc,0,0,FF575043,fmvwpd.dll
  38. 17=Lotus 123,wk4,0,0,00001a00,fmvwks.dll
  39. 18=Lotus 123,wks,0,0,000002000404,fmvwks.dll
  40. 19=CIM Keyfile,db,0,0,43494d204b455946494c451a,
  41. ;20=HTML Document,htm,0,0,3c68746d6c3e,fmvhtml.dll
  42. 20=HTML Document,htm,,,,fmvhtml.dll
  43.  
  44.  
  45. ; **** OLE2 ****
  46. ; This section describes additional OLE2 storage file formats. 
  47. ; Each line has the following structure:
  48. ;     OLE2_class_id=filter_dll,description
  49. ; The filter_dll can also be an integer in which case a fmvole.dll 
  50. ; internal filter will be used.
  51.  
  52.  [OLE2]
  53. {00020900-0000-0000-C000-000000000046}=1,WinWord 6 Document
  54. {00020810-0000-0000-C000-000000000046}=fmvxls.dll,Excel 5
  55. {00021302-0000-0000-C000-000000000046}=fmvwps.dll,MS Works 3
  56.  
  57. ; **** ODBC ****
  58. ; This section describes which ODBC database formats will be recognized. 
  59. ; It is read by fmvodbc.dll.
  60. ; Each line has the following structure:
  61. ;     extension=multiple_tables_per_file,sections
  62. ; All sections will be tried in the order they appear.
  63.  
  64. [ODBC]
  65. mdb=1,ODBC_Access_2,ODBC_Access
  66. dbf=0,ODBC_dBase,ODBC_FoxPro
  67. db=0,ODBC_Paradox
  68.  
  69. ; These ODBC sections are a snap shot of the section that will be put 
  70. ; as a data source into the odbc.ini. A question mark indicates where 
  71. ; FmView should put the file name that is to be viewed.
  72. ; You can add any other database format that supports ODBC but don't forget
  73. ; to update the [ODBC] and [XQDLLs] sections as well
  74.  
  75. [ODBC_Access_2]
  76. Driver=ODBCJT16.DLL
  77. DBQ=?
  78. DefaultDir=
  79. FIL=Microsoft Access
  80. JetIniPath=msacc20.ini
  81. UID=Admin
  82.  
  83. [ODBC_Access]
  84. Driver=simba.dll
  85. FileType=RedISAM
  86. DataDirectory=?
  87. SingleUser=False
  88. UseSystemDB=False
  89.  
  90. [ODBC_dBase]
  91. Driver=simba.dll
  92. FileType=dBase4
  93. DataDirectory=?
  94. SingleUser=False
  95.  
  96. [ODBC_FoxPro]
  97. Driver=simba.dll
  98. FileType=FoxPro 2.5
  99. DataDirectory=?
  100. SingleUser=False
  101.  
  102. [ODBC_Paradox]
  103. Driver=simba.dll
  104. FileType=Paradox
  105. DataDirectory=?
  106. SingleUser=False
  107.  
  108.