Hi all,
I have a problem with a TAB application. First a description of what I have.
CONTROL-application to choose a record.
TAB-application, because I want to show information in forms, grids and out of different databases (for testing only one form with the choosen record in one TAB)
FORM-application to show the choosen record.
- It works, if I link the control-application direct to the form. Correct record shown, perfect.
- It works, if I call the tab-application directly and it has the form in the TAB. Correct record is shown, but of course I have to type the number of the
wanted record in the field after calling. - No function, if I link the control-application to the tab-application. The value of the choosen record is not given to the tab-application.
The processing stops with en error message of the SELECT statement, cause of the missing value in the where clause.
The name of the variable for the linking is correct, double checked it …
Does someone has an idea what I am doing wrong?
Best regards
Eric