Re: 'Do you like to save...' translation question

From: <igal_at_healthstreet.com>
Date: Wed, 17 Jun 1998 21:15:21 GMT
Message-ID: <6m9bl9$ksd$1_at_nnrp1.dejanews.com>


Hi Tomasz,

a small correction:

in KEY-EXIT trigger:

Check if your block is in CHANGED status :

   GET_BLOCK_PROPERTY(block,STATUS);
If GET_BLOCK_PROPERTY(block,STATUS) = 'CHANGED' then show your message.

   If user wants to save then

      COMMIT_FORM;
      EXIT_FORM;
   Else
      EXIT_FORM(NO_VALIDATE);

   End If;
Else

   EXIT_FORM;
End If;

Good Luck,
Igal.

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Wed Jun 17 1998 - 23:15:21 CEST

Original text of this message