Form Page Designer Issues

Hi Ron,

The function is called InsertGroupMemberServer
Please refer to your question 10 days ago.

Kind regards,
Jo

I’m moving this to a more specific topic, which I am creating now, called How to Handle Error From Server Function.

However, your last reply only addresses the error messaging. It does not address the main issue, which is being able to add the same member multiple times to the group.

I couldn’t figure out how to use _lookupUnique on the process screen, so I would not see all members, just those not in the group. The best fix would be a lookup unique on the GroupMembers table, but somehow joined to the Members table so I could see all members except those already in the group in the Member drop-down of the process screen fields.

If this cannot be fixed, how do I implement checking for the presence of the selected member already in the current StudyGroup? My InsertGroupMemberServer function tries to do this but it is not working.

Thanks Ron, much appreciated, it makes it clearer to use what you are asking.

Kind regards,
Jo

Thanks for the thought Jo-Anne. However, could you please reply on the questions in my last message? Even though I moved the question about handling errors into another thread, I still need to know why I can’t properly add a member to a group.