Code Monkey home page Code Monkey logo

derivedfilemanagerexample's Introduction

DerivedFileManager

Overview

DerivedFileManager is an example project showcasing how to extend the ABC FileManager in Clarion. It includes two Clarion files: ModFM.INC (a class definition) and ModFM.CLW (source code), which derive from the ABC FileManager. This extension adds several methods to enhance the functionality of the original FileManager, making it more versatile, especially for SQL file management.

Features

The DerivedFileManager class introduces the following methods to the ABC FileManager:

  • IsSQLFile: Determines if the file is an SQL file.
  • DBTraceOn: Activates Clarion table tracing for the file, with output directed to OutputDebugString.
  • DBTraceOff: Deactivates Clarion table tracing for the file, stopping output to OutputDebugString.
  • TRACE: Sends a message to OutputDebugString, prefixed by the table name.

Additionally, the derived Init method demonstrates setting the file's PROP:Alias to the prefix of the file, a technique beneficial for SQL definitions.

Installation

To integrate DerivedFileManager into your Clarion projects, follow these steps:

  1. Copy ModFM.INC and ModFM.CLW to your ClarionDirectory\Accessories\libsrc\Win directory.
  2. For each application that requires DerivedFileManager, navigate to the Global Properties:
    • Go to Actions > Classes Tab > File Management.
    • Select ModFM from the FileManager dropdown menu.

This process ensures that your application uses the enhanced file management capabilities provided by DerivedFileManager.

Usage

Turning Tracing On and Off

To control tracing for a specific file manager instance, you can use the DBTraceOn and DBTraceOff methods. Here's how you might do it:

! To turn on tracing for a table
ACCESS:TableName.DBTraceOn()

! To turn off tracing for the same table
ACCESS:TableName.DBTraceOff()

! Sending a custom trace message
ACCESS:TableName.TRACE('Your custom message here')

derivedfilemanagerexample's People

Contributors

msarson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.