Home » Developer & Programmer » Forms » How to view Object Attributes?
How to view Object Attributes? [message #84465] Wed, 17 March 2004 17:13 Go to next message
IA
Messages: 91
Registered: March 2004
Member
Hi,

In layout editor, I have plugged in a 'display box'.

I would like to write a query and display output of it into the display section of the display box.

EG. display_item9."<what should i place in here>"

How can I get the atrributes of an object as in the underlined part above?

Thanks ... IA
Re: How to view Object Attributes? [message #84471 is a reply to message #84465] Thu, 18 March 2004 01:59 Go to previous message
simi
Messages: 23
Registered: August 2002
Junior Member
Hi

Think you are from Microsoft Background?

You can use this Example

SELECT ENAME
INTO :display_item9
FROM EMPLOYEE
WHERE EMP=:txt_employee_no;

Thanks
Previous Topic: on different ports
Next Topic: Creating fields in a form at run time.
Goto Forum:
  


Current Time: Sat Apr 20 08:23:02 CDT 2024