FORMS30: Trying to get message on message line
From: Adam Hoffman <hoffma_at_rpi.edu>
Date: 7 Dec 1994 13:29:48 GMT
Message-ID: <3c4dcc$35o_at_usenet.rpi.edu>
Date: 7 Dec 1994 13:29:48 GMT
Message-ID: <3c4dcc$35o_at_usenet.rpi.edu>
Hello,
begin
I am trying to get the message "Working..." to appear on the message line
while the get_sum procedure is executing. I have tried putting the
I am executing a key-nxtblk trigger which does the following:
next_block;
clear_block;
get_sum; <-----this is a procedure to select x rows into the block
first_record;
end;