Frans
|
| Posted: 06/26/2002, 6:28 AM |
|
Hello,
How to change the UserID after updates of records.
Thus in the Record Form with UserID set to label with UserID Session etc...
Lets say Mister X has entered the data and later Mister Z has changed some of that data.
Thanks
|
|
|
 |
Freeman Kusek
|
| Posted: 06/27/2002, 12:59 AM |
|
Here is a suggestion: Change the UserID field to a hidden field so that it can submit the UserID value for updating. You can then create a new Label field with a different name just to display the UserID. So one field submits the value and another just displays it.
|
|
|
 |
Frans
|
| Posted: 06/27/2002, 3:57 AM |
|
Hello,
If i pas an existing record from gridform to a recordform the existing UserID is parsed to and not replaced with the new UserID. I've set UserID to hidden as you mentioned.
Thanks
|
|
|
 |
|