Re: Has any one had the same problem with FORMS45 menubar??
Date: 1996/10/04
Message-ID: <01bbb196$5b47bf20$895e3dcb_at_clockworkorange>#1/1
Hidden in the doco, it mentions that the "Undo" is not implemented - i.e. you have to do it yourself. Some code such as this to reset the field to it's database value can do the trick:
Copy(Get_Item_Property(:System.Cursor_Item, DATABASE_VALUE), :System.Cursor_Item);
Hope this helps!
Simon Chessum OAKTON Computing simonc_at_oakton.com.au Ph:+61 3 98538855"It's too nice a day to be stupid indoors"-Ren
S Caldwell wrote in article <52rmj0$s55_at_lex.zippo.com>...
> I have a form that uses the menu module 'MENUDEF' from the one of the
forms
> demo directories. The problem I'm having is that the Magic Menu Item
Paste
> doesn't seem to work correctly. If I Copy text to the clipboard, go to
another
> field and select Paste it will not paste. If I select Edit and then
Paste it
> works fine. Has anybody else had the same problem, and if so is there a
work
> around.
>
> Thanks in advance.
>
Received on Fri Oct 04 1996 - 00:00:00 CEST