|
Re: connect to an other form [message #648651 is a reply to message #648645] |
Sun, 28 February 2016 05:44 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/72104.gif) |
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Where does the value of a "field on another form" come from? I suppose from the database. If that's so, why would you have to enter "another form" and check some value it displays? Read it directly from the database!
On the other hand, if that field's value depends on values of other form items, then you have two options: you can transfer values between forms via global variables or via parameters (which is, probably, a better option).
Of course, you could even store a value into a table (in one form) and read it in another one, but I wouldn't do it that way.
There might be another ways to do that; hopefully, someone else will share them with us.
|
|
|