techRefreshTechFile
techRefreshTechFile(
d_techID
)
=> t / nil
Description
Deletes the technology database loaded in virtual memory and reloads the binary database stored on disk. The edit mode (append, read, or write) of the database remains the same. If you refresh a technology database open in append mode, any changes you made and did not save are lost. If you refresh a technology database open in write mode, the empty disk file is loaded into virtual memory.
Arguments
Value Returned
Example
techRefreshTechFile(tfID)
=> t
Refreshes the technology database identified by tfID.
Return to top