saveAs

Save values from current datawindow to a file

 

dw_x.saveAs(string FileName,string FileType)

 

Example

dw_1.saveAs("c:\\temp\\myFile.psr","psr")

 

FileType

Description

excel

Create copy of datastore

Destroy all bitmaps, change all fonts to 8 Pxl

Create Excel File

 

If file name not defined, the system ask for file name

exceldata

Create excel compatible file, but not 1:1 the screen, only the data behind the datawindow

dbase

create as database format

text

create as text file

csv

create as csv file

html

create as html file (without bitmaps and without 1:1 format)

clipboard

copy to clipboard

wmf

create 1:1 wmf file

pdf

create pdf file

xml

create xml file

xlsfo

create xlsfo file

emf

create emf file

dif

create dif file

sylk

create sylk file

wks

create wks file

psr

create psr file (the original data type)