Home » Developer & Programmer » Forms » SELECT ALL (FORMS6I)
icon1.gif  SELECT ALL [message #440903] Wed, 27 January 2010 20:58 Go to next message
wkloveforms
Messages: 14
Registered: January 2010
Junior Member
DEAR....

WHEN-NEW-ITEM-INSTANCE
I WANT TO SELECT ALL

like the attachment

THANKS...
Re: SELECT ALL [message #440920 is a reply to message #440903] Wed, 27 January 2010 23:11 Go to previous messageGo to next message
ramoradba
Messages: 2456
Registered: January 2009
Location: AndhraPradesh,Hyderabad,I...
Senior Member
I am not using forms But Hope this will help you....

if it possible......
IF you use any Key stroke with your logic ( like "ctrl+A" )it will select all...

I just tried to help you.
Thank you
sriram Smile
Re: SELECT ALL [message #440923 is a reply to message #440903] Wed, 27 January 2010 23:17 Go to previous messageGo to next message
tamzidulamin
Messages: 132
Registered: October 2009
Location: Dhaka
Senior Member
Use COPY_REGION built-in.

Tamzid.
Re: SELECT ALL [message #440926 is a reply to message #440903] Wed, 27 January 2010 23:22 Go to previous messageGo to next message
wkloveforms
Messages: 14
Registered: January 2010
Junior Member
THANKS....

Re: SELECT ALL [message #440928 is a reply to message #440926] Wed, 27 January 2010 23:26 Go to previous messageGo to next message
tamzidulamin
Messages: 132
Registered: October 2009
Location: Dhaka
Senior Member
U can also use:
COPY(NAME_IN(source), destination);
Ex: COPY(name_in('block.item'),'block.item1');


Tamzid.
Re: SELECT ALL [message #440936 is a reply to message #440903] Thu, 28 January 2010 00:07 Go to previous messageGo to next message
wkloveforms
Messages: 14
Registered: January 2010
Junior Member
dear Tamzid.

there is an error...?

block: BLOCK2
trigger: WHEN-NEW-ITEM-INSTANCE

  • Attachment: MODULE2.fmb
    (Size: 40.00KB, Downloaded 1066 times)
Re: SELECT ALL [message #440942 is a reply to message #440936] Thu, 28 January 2010 01:04 Go to previous messageGo to next message
tamzidulamin
Messages: 132
Registered: October 2009
Location: Dhaka
Senior Member
Find the attachment...
  • Attachment: COPY.fmb
    (Size: 44.00KB, Downloaded 1075 times)
Re: SELECT ALL [message #440944 is a reply to message #440903] Thu, 28 January 2010 01:09 Go to previous messageGo to next message
wkloveforms
Messages: 14
Registered: January 2010
Junior Member
hello..

the button can work..
but in the WHEN-NEW-ITEM-INSTANCE trigger,it dosn't work.
Re: SELECT ALL [message #440949 is a reply to message #440944] Thu, 28 January 2010 01:27 Go to previous messageGo to next message
tamzidulamin
Messages: 132
Registered: October 2009
Location: Dhaka
Senior Member
please find the attachment.
use copy with popup menu.

Tamzid
  • Attachment: COPY.fmb
    (Size: 44.00KB, Downloaded 1085 times)
Re: SELECT ALL [message #440954 is a reply to message #440903] Thu, 28 January 2010 01:39 Go to previous messageGo to next message
wkloveforms
Messages: 14
Registered: January 2010
Junior Member
thanks...

i just want to select all of the text when the mouse is clicked within the item. NO COPY ,NO CUT.
Re: SELECT ALL [message #445459 is a reply to message #440954] Tue, 02 March 2010 00:03 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Sorry that I have been so long in replying. Have you solved your problem?

Not happening. Best you could do with 6i is code a "mouse double click" trigger which navigates to the previous item, then back. This will highlight all the text in the field and then you can do a 'copy_region'.

David
Previous Topic: Master-detail form / correct this trigger
Next Topic: Applet size problem
Goto Forum:
  


Current Time: Fri Sep 20 10:43:49 CDT 2024