Hi Frank,
Your name looks Dutch maybe even Friesian.
You can create an RGW at export by taking the first row at Select Format
(gateway, export). The first option is Use Export wizard
The you are able to create an export wizard and it can be saved as RGW.
It took me also a while before I noticed this option
The procedure can look like this
GATEWAY EXPORT XLS <filename> +
SELECT +
<field1>, +
<field2>, +
.
<fieldn> +
FROM <viewname> +
WHERE <whereclause> +
OPTION |SHOW_PROGRESS ON +
|ACTION OPENVIEW +
|SPECIFICATION_FILE_NAME <filename_rgw>.rgw
However you cannot use this procedure in an EEP, because an EEP does not
allow to make use of GATEWAY.
Hope this helps
Tony IJntema
The Netherlands
From: [email protected] [mailto:[email protected]] On Behalf Of frank van
der Zwaag
Sent: donderdag 17 juni 2010 13:22
To: RBASE-L Mailing List
Subject: [RBASE-L] - Gateway Export in EEP
Hi All,
does anybody have a sample EEP script that I can use to export the data from
a view into an xls spreadsheet using a pre-defined export format (rgw) file.
Thanks