Path: newssvr20.news.prodigy.com!newsmst01a.news.prodigy.com!prodigy.com!news-FFM2.ecrc.net!fu-berlin.de!uni-berlin.de!not-for-mail
From: "Jan Gelbrich" <j_gelbrich@westfalen-blatt.de>
Newsgroups: comp.databases.oracle.tools
Subject: Re: Oracle Forms, add text to text item
Date: Tue, 25 May 2004 08:30:19 +0200
Lines: 24
Message-ID: <2hg7mnFbpt0dU1@uni-berlin.de>
References: <g1nsc.1980$Vf.85238@news000.worldonline.dk>
X-Trace: news.uni-berlin.de gtlYTcgF8PtCfbkcuA8lCAR8vSta0iunuGAjCQuHx0JTrEhKw=
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.50.4807.1700
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700
Xref: newssvr20.news.prodigy.com comp.databases.oracle.tools:85743

"Georg Beyer Clausen" <develop@gbcdesign.dk> schrieb im Newsbeitrag
news:g1nsc.1980$Vf.85238@news000.worldonline.dk...
> Oracle 9i, Forms 4.5
>
> I want to insert(paste) fixed text strings into a text item at the actual
> cursor position.
> The insert will be fired from buttons pressed.
>
> Any suggestions and sample code appriciated.
>
> TIA
>
> Georg
>
>
When-Button-Pressed ::

:block.textitemname := 'myText';
Synchronize;

Do You mean this ?
hth, Jan


