Home » Developer & Programmer » Forms » Synchronize
Synchronize [message #308267] Sun, 23 March 2008 02:08 Go to next message
*munnabhai*
Messages: 157
Registered: March 2008
Location: Riyadh
Senior Member
Hi guyz

Can you tell me how to synchronize two text item in one item

Example

1) First Name: Oracle
2) Second Name: Forms

3) Full Name:Oracle Forms

i want so synchronize 1 & 2 with item 3.

Regards

[Updated on: Sun, 23 March 2008 02:09]

Report message to a moderator

Re: Synchronize [message #308288 is a reply to message #308267] Sun, 23 March 2008 15:30 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
I'm not sure I understood what you are looking for, but - is it concatenation? Such as
:item_3 := :item_1 ||' '|| :item_2;
Re: Synchronize [message #308490 is a reply to message #308288] Mon, 24 March 2008 09:41 Go to previous messageGo to next message
*munnabhai*
Messages: 157
Registered: March 2008
Location: Riyadh
Senior Member
ON WHICH TRIGGER WE WRITE THIS TRIGGER?
IT SHOULD BE COMMIT ON INSERT

THANKS
Re: Synchronize [message #308530 is a reply to message #308490] Mon, 24 March 2008 13:18 Go to previous messageGo to next message
sudhansu.2004
Messages: 2
Registered: February 2008
Location: chennai
Junior Member

put it on pre insert trigger in block label
Re: Synchronize [message #308539 is a reply to message #308490] Mon, 24 March 2008 14:16 Go to previous messageGo to next message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Or (in order to display it on the screen) in the PRE-TEXT-ITEM (3rd item level) or WHEN-VALIDATE-ITEM (on 2nd item).
Re: Synchronize [message #308816 is a reply to message #308539] Tue, 25 March 2008 09:33 Go to previous message
sudhansu.2004
Messages: 2
Registered: February 2008
Location: chennai
Junior Member

you are right.. we can use both the option..if you want to insert the the 3rd record into the database then u hav to write the code in pre-insert trigger.
if u just want to display u can use message ..

[Updated on: Tue, 25 March 2008 09:35]

Report message to a moderator

Previous Topic: working with ip address
Next Topic: NEED FORM USING MSCOMM IN FORMS 6I
Goto Forum:
  


Current Time: Mon Mar 10 22:26:46 CDT 2025