Home » Developer & Programmer » Forms » result of select statement as TOOLTIP
result of select statement as TOOLTIP [message #85654] Fri, 16 July 2004 02:09 Go to next message
hudo
Messages: 165
Registered: May 2004
Senior Member
Hello,

I got a table "table_content"
ID STATUS
1234 1
1235 1
1236 12
1237 65
1238 1
1239 13

and another table "table_error"
STATUS Description
1 Everything ok
2 IO-ERROR
12 TYPE-ERROR
13 NO CONNECTION
65 NO VALID DATA

I display the table_content in a form and by going with the mouse over a STATUS field (ie: STATUS = 12) the corresponding entry(ies) from a select
(here: select description from table_error where status = 12) should appear just like the TOOLTIP (here: TYPE-ERROR)
Re: result of select statement as TOOLTIP [message #85667 is a reply to message #85654] Mon, 19 July 2004 07:09 Go to previous message
Sunil
Messages: 132
Registered: September 1999
Senior Member
In When-Mouse-enter trigger,
First select the description for the status ID intoa variable. then use "set_Item_Property" ("tooltip_text" property) built in to set the tooltip value.
Previous Topic: parameter passing in select statement in developer 2000
Next Topic: help overcome this error
Goto Forum:
  


Current Time: Wed Jul 10 09:12:40 CDT 2024