|
Re: How to pass value between different block or form? [message #110049 is a reply to message #109997] |
Thu, 03 March 2005 01:38 ![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) |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
This can be done in several ways.
Normally, if you want to pass variables from one form to another you use globals. (See Forms help for further explanation; the help is very good).
The specific requirement you use could be done easier: If a user can only see his own records, you could add a default-where
"where account_owner = user"
The pseudo-column user, when used in a database-query returns the username of the currently logged-in user.
hth
|
|
|
|