Home » Developer & Programmer » Forms » To open a new form by clicking a text or the cell containing that text, in forms
icon5.gif  To open a new form by clicking a text or the cell containing that text, in forms [message #112284] Thu, 24 March 2005 02:18 Go to next message
konapraveen
Messages: 7
Registered: March 2005
Junior Member
Pls suggest an approach..

Q:There will be a display of data in table format in a form… if I click/focus on the cell of table or if I click on the text inside the cell.. I should be able to open a new form… showing further details..of that cell.... what approac to use?

Is srw.set_hyperlink_attrs, used only for reports??
Re: To open a new form by clicking a text or the cell containing that text, in forms [message #112305 is a reply to message #112284] Thu, 24 March 2005 04:50 Go to previous message
saadatahmad
Messages: 452
Registered: March 2005
Location: Germany/Paderborn
Senior Member

You can achieve this functionality by Mou-se interaction triggers. Write this trigger on the text item for which you want when mouse enters, the form form should be opened.

Trigger: When-Mouse-Enter
CALL_FORM('form_name'); or OPEN_FORM('form_name');

or you can use this

Trigger: When-Mouse-Doubleclick
CALL_FORM('form_name'); or OPEN_FORM('form_name');

You should achieve this way the functionality what you want.
Previous Topic: Making Calendar
Next Topic: this is non-sense (calculated field)
Goto Forum:
  


Current Time: Thu Sep 19 18:39:18 CDT 2024