Beginner Question for ORACLE Developer/2000

From: Antonio Tortora <antoniot_at_iwaynet.net>
Date: 1997/09/03
Message-ID: <01bcb7fe$ad99b840$2a2af4ce_at_ss1>#1/1


[Quoted] [Quoted] Hello, I'm new to Developer/2000. For you veterans out there. How and [Quoted] where do I created a global variable? This variable will need to be [Quoted] accessed in local buttons on the trigger WHEN-BUTTON-PRESSED.

Definition

[Quoted]         The variable I want to define is mfirstquery.

In the button[TOP]

BEGIN
    IF mfirstquery != FALSE Then

       mfirstquery := TRUE;
       execute_query;

    END IF;
    FIRST_RECORD;
END; [Quoted] Thanks for your help
-- 
Antonio Tortora
Solar Software
antoniot_at_iwaynet.net
Received on Wed Sep 03 1997 - 00:00:00 CEST

Original text of this message