Manually Display data on form [message #449701] |
Wed, 31 March 2010 09:00 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
jack01
Messages: 8 Registered: March 2010 Location: Qatar
|
Junior Member |
|
|
Hi All,
How to retrieve data manually to the text fields from the EMP database.what are the main properties ?
|
|
|
|
|
Re: Manually Display data on form [message #449729 is a reply to message #449701] |
Wed, 31 March 2010 10:14 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
I'm going to need more details here:
what's wrong with using execute query?
Assuming there really is a reason why you can't use it are you trying to populate one record or many?
Is the data you need coming from one table or many?
How are you specifying which records you want?
|
|
|
|
Re: Manually Display data on form [message #449735 is a reply to message #449701] |
Wed, 31 March 2010 10:23 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Create datablock based on emp table using datablock wizard and layout wizard.
Re-arrange layout to your liking.
Run form.
Click on execute query button.
Done.
If that's not what you want then it's a case of coding a select statement yourself to populate the items.
If you want more help than that then you need to answer my questions.
|
|
|