123456789101112131415161718192021 |
- $PBExportHeader$n_dw2xls_datawindow.sru
- forward
- global type n_dw2xls_datawindow from datawindow
- end type
- end forward
- global type n_dw2xls_datawindow from datawindow
- integer width = 686
- integer height = 400
- string title = "none"
- boolean livescroll = true
- borderstyle borderstyle = stylelowered!
- end type
- global n_dw2xls_datawindow n_dw2xls_datawindow
- on n_dw2xls_datawindow.create
- end on
- on n_dw2xls_datawindow.destroy
- end on
|