Search found 6 matches

by suhage
Tue May 02, 2023 12:53 pm
Forum: General discussion and questions about Aware IM
Topic: Customze Error Message?
Replies: 1
Views: 1747

Customze Error Message?

I've got a unique constraint on my database in the background in SQL to ensure duplicate objects are not inserted, and it works great, but one detail bugs me - the Internal Error popup message a user gets when trying to insert the duplicate column is very ugly and technical, and i don't much want to...
by suhage
Mon Apr 24, 2023 6:00 am
Forum: Problem reports
Topic: One user per session block - concurrency handling has a gaping hole
Replies: 2
Views: 12366

Re: One user per session block - concurrency handling has a gaping hole

Jaymer wrote: Fri Apr 21, 2023 2:01 pm Are you using the multi-dev "check in", "check out" stuff?
No, we did not - we turned it on now though, and it's gonna stay on. Which should fix our concurrency problems, but doesn't close AwareIM's open back door for other people using AwareIM...
by suhage
Fri Apr 21, 2023 1:23 pm
Forum: Problem reports
Topic: One user per session block - concurrency handling has a gaping hole
Replies: 2
Views: 12366

One user per session block - concurrency handling has a gaping hole

So, AwareIM has a block, right (unless it is Put in Development for the multi-developer mode) - only one user per session. If one user is logged in, no one else may log in. Should work great, right? Not so much. In my Team of four AwareIM developers, we access AwareIM through three different virtual...
by suhage
Mon Apr 03, 2023 6:53 am
Forum: General discussion and questions about Aware IM
Topic: New object based on existing object
Replies: 4
Views: 1377

Re: New object based on existing object

Update: I made a process like suggested above and it works like a charm!
by suhage
Fri Mar 31, 2023 10:39 am
Forum: General discussion and questions about Aware IM
Topic: New object based on existing object
Replies: 4
Views: 1377

Re: New object based on existing object

You could use the duplicate function: https://www.awareim.com/dokuwiki/doku.php/a_f/a/duplicate If you don't want to save the row automatically, you could instead ignore the DUPLICATE function and make a process that can be executed on each row (operations with records) like: ENTER NEW BO WITH BO.N...
by suhage
Fri Mar 31, 2023 7:16 am
Forum: General discussion and questions about Aware IM
Topic: New object based on existing object
Replies: 4
Views: 1377

New object based on existing object

I'm trying to make a new object (really actually a new row in my query results) using an existing object (read: row) as a template, and this is proving notoriously difficult. Does anyone have any tips for how to achieve this? Is it even possible?
Thanks in advance!