-- ConditionalBlinkng.TXT to demonstrate the use of Blinking PROPERTY of Text Label and More ...
-- Author: A. Razzak Memon
-- Date Created: March 13, 2005
-- Database: ConComp
-- Associated Table: FormTable
-- Associated Form: ConditionalBlinkng

Steps to load and run this sample form and command fie:

01. Copy ConditionalBlinkng.RMD, ConditionalBlinkng.FRM and
    ConditionalBlinkng.LOB files in ConComp sample directory
    For example: C:\RBTI\RBG7\Samples\ConComp

02. Start RBG7 (Update 78 or higher) and CONNect ConComp

03. At the R> Prompt:

    RUN ConditionalBlinkng.FRM
    -- This will load ConditionalBlinkng form

    RUN ConditionalBlinkng.RMD
    -- Will demonstrate the use of Conditional Blinking

04. If you need to open ConditionalBlinkng in Form Designer,
    make sure to pre-define the following variables at the
    R> prompt, first:

    SET VAR vInventoryOnHand INTEGER = NULL
    SET VAR vQuantityNeeded INTEGER = NULL
    SET VAR vInventoryBalance INTEGER = NULL

Have fun!

Razzak.