how to query records through forms6i [message #159480] |
Mon, 20 February 2006 00:29 |
rnemkul
Messages: 35 Registered: February 2006
|
Member |
|
|
Dear all
Do you have any idea about query through Forms .
I saw on Demo of Forms6 But I loss that file so If you have that file ,Please attach that file on reply
Thanks
Rajendra
|
|
|
|
|
|
|
Re: how to query records through forms6i [message #159655 is a reply to message #159498] |
Mon, 20 February 2006 17:01 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Then you need to be able to show a list of tables in the database. Search this forum for 'list tables' for other assistance. You can use 'user_tables' to get the list of tables. Then with the block's 'Query Data Source Type' set to 'FROM clause query', set the 'Query Data Source Name' to the cloumns from the table that has been selected. You will either have to convert the fields to character fields (if you only have character fields defined in your block) or selectively display various character, number, and date fields which you have populated from the 'Query Data Source Name'.
David
|
|
|