Topic: Relationship function

Hello Dmitry,

I have a little Problem with my project, may you could have a short look on it?
In the Project there is a table (Bearbeiter) which are select by drobdown. Now I need two dropdowns with referenced to this table.
one field with name “eröffnet” and the second field with name “erledigt”. These two column should be shown in the retoure grid Form1 above and below and saved at the input “frmBearbeiter”

I have tried to create a new dropdown in the Database tables with “Realtionship” , but it seems that it doesn´t work. I select in frmRetoure the “eröffnet” and a different at “erledigt”. In the table there is in both column shown the name of the “eröffnet”.

What is the error?

Other question:
Is it possible now to click on the column heads and sort the list? Regrettably until now, sorting is possible but after a few seconds the sort criteria gets lost 

Very best regsards.

Markus

Re: Relationship function

Hello.


Please check out this topic
http://myvisualdatabase.com/forum/viewtopic.php?id=2167



Other question:
Is it possible now to click on the column heads and sort the list? Regrettably until now, sorting is possible but after a few seconds the sort criteria gets lost 

Try to set property KeepUserSort = True of TableGrid

Dmitry.