![]() |
![]() |
NAIUA: OpenROAD SIG |
![]() |
The attached EXP file should be imported into the OpenROAD Workbench.
This example uses a data table defined by:
create table help_files
(
change_date date not default,
changed_by integer not default,
content long byte not null not default,
file_type varchar(20) not null not default,
title varchar(100) not null not default,
CONSTRAINT help_file PRIMARY KEY (title,file_type)
)
with duplicates,
location = (ii_database),
security_audit=(table,norow);
modify help_files to btree unique on title,file_type
with extend = 16,
allocation = 4;
The input to the screen is simply CurFrame.ObjectSource.Name. In READ mode the load and save menu items are not visible - ie for production use, unless the DBA opens the file. When the DBA creates and saves files the file in the database = CurFrame.ObjectSource.Name.
It is nice being able to drag RTF files or highlighted sections of RTF files into the box.
John Bateson![]() |
![]() |
Please send comments or corrections About these pages to