Forms 4.5 Problem

From: DAVID & MILLIE PIERREPONT <mildav11_at_javanet.com>
Date: 1997/04/13
Message-ID: <33512023.1DED_at_javanet.com>#1/1


I am attempting to update a column based on whether the user

    inputs values into a certain column. For some reason Forms is     not recognizing my bind variable. I have tried different things     including cursors. The code I believe should work I have placed     in the Post-Update trigger at the block level.

    Code:
    if :cashpoll.adjustment is not null then

      update fv_cashpoll
      set input_src = 'M'
      where fv_cashpoll.rest_number = :cashpoll.rest_number;
    end if;

    any input would be helpful, TIA

    dave pierrepont Received on Sun Apr 13 1997 - 00:00:00 CEST

Original text of this message