Hello to everyone and thank you once more for this great PHPRUNNER 5.2.
I have a problem, that happens in two different database, with no relationship between them.
I have a table "USERS", which is used both to store the users and to catch values to fill a field in another table ("TASKS").
For example it can happen that I log-in and I want to add a task for another user: obviously I want that the user-field has his username, because it's a tasks of his.
Everything seems ok, but the result is that the record has MY username, instead of the user I have selected. If then I want to edit the new record, everything works OK.
I checked out and the field "Default value" is empty.
I haven't got a clue... Is there everyone that can help me?
Thank you,
Matteo F.