Hello.
I hope anyone can (and will) help me - fast
)
I have 2 tables:
One containing movies, with a PrimaryKey 'OID' and - of course - the title of the movie,
the other one for storing shows in a cinema, in which the movie which is shown should be stored by a relation between the ForeignKey 'MID' in the show table and the PrimaryKey 'OID' in the movie table.
I created a form to fill in an amount of shows. I also managed to get a LookUp from the corresponding coloum 'Movie' to a form, which gives me the option to fill in one of the existing movies.
BUT: After selecting the movie, I of course get the OID of the movie which is filled into the form and - presumeably - stored into the 'ShowTable'. It would be a lot nicer, if the operator would see the title of the movie in the form.
How can i get the title of the movie into the form, but the OID of the movie into the ShowTable?
Hope, someone will help.
greetz
- jens
Comments
The Movie Title field will actually never physically contain a value in the Show table, but it will show a value when the field is put on a form (or when you do a CALCFIELDS in C/AL Code).
HTH
RIS Plus, LLC
Yes, we tried that one, but it doesn't work, don't ask me why, we REALLY tried to make this work.
We now found some C/AL Code in Table 18 - Costumers, which reacts 'onValidate' and gets the Value, will try this next.
- jens
RIS Plus, LLC
Look out for my forthcoming questions on this board ;o)
greets and thanks
- jens