Difference between revisions of "MODIFY BRIDGE"

From Recital Documentation Wiki
Jump to: navigation, search
Line 15: Line 15:
  
 
==See Also==
 
==See Also==
[[CREATE BRIDGE]], [[SET BRIDGE]], [[USE]]
+
[[CREATE BRIDGE]], [[USE]]
  
  
Line 29: Line 29:
 
<code lang="recital">
 
<code lang="recital">
 
modify bridge rms_patrons
 
modify bridge rms_patrons
set bridge to rms_patrons
 
 
</code>
 
</code>
  

Revision as of 11:43, 19 March 2009

MODIFY BRIDGE

Class

Terminal Developer Development Tools


Purpose

Full screen modification of a bridge definition file through a form


Syntax

MODIFY BRIDGE <brg filename> | (<expC>)


See Also

CREATE BRIDGE, USE


Description

The MODIFY BRIDGE command is a full screen command used to modify an existing bridge definition <.brg filename>. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, then ".brg" will be used.

NOTE: Bridge files can also be created and modified via an 'ini' file for use in other Recital products.

See the CREATE BRIDGE command for details.


Example

modify bridge rms_patrons


Products

Recital Terminal Developer