Search found 1146 matches

by ACDC
Sun Sep 24, 2023 6:01 pm
Forum: General discussion and questions about Aware IM
Topic: Operation on Single References -default icons - Change
Replies: 1
Views: 11404

Operation on Single References -default icons - Change

I wish to change the default icons on all my single references to better suite the theme At the moment I am using the "Display image on button" utility on the reference to make the change Any suggestions on how I could go about doing this so it's a system-wide change, as it is not a simple css chang...
by ACDC
Sun Sep 10, 2023 6:16 pm
Forum: Wish List
Topic: Managing Styles - Forms
Replies: 1
Views: 14890

Managing Styles - Forms

Re Manage Styles - Forms For some reason, a single reference defaults to a Grid widget. I almost always have to change the widget to a Combo Box drop-down. Not sure if others have the same experience, should it not default to a Combo Box ? Alternatively managing the style seems to be the answer, but...
by ACDC
Fri Sep 08, 2023 5:59 am
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 132710

Re: Database latency - all suggestions appreciated, will compensate

Hard disagree on this. Database should always be segregated from App server Could you provide some reasoning behind this, other than just making a statement? my reasoning was efficiency and shutting down a point of direct access to the DB, not to mention the complexities that go with managing a DB ...
by ACDC
Thu Sep 07, 2023 8:38 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 132710

Re: Database latency - all suggestions appreciated, will compensate

So before I take action, I'm looking for what action makes the most sense. Interested in your thoughts. I don't see the point in running a dedicated DB server within the context of an AwareIM app. It's just another thing that can go wrong, and I've always considered it less secure. Frankly, the obv...
by ACDC
Fri Sep 01, 2023 8:51 pm
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 38171

Re: REST - singleton apect

So you got the REST service working and you are now concerned with possibly sending multiple invoices and the same time, correct? Yes I want to prevent a collision Are you using the BO that has the REST service defined and is a singleton to store the data to be sent via the REST service? No, it is ...
by ACDC
Fri Sep 01, 2023 4:42 pm
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 38171

Re: REST - singleton apect

Wrong. A singleton means there is only 1 actual object in the database for this BO. If your REST service is defined in a BO called MyRestSevice, you need to create 1 MyRestService in the DB. AwareIM will not let you create more than 1. I am still confused Picture this: There are 4 users working for...
by ACDC
Fri Sep 01, 2023 4:25 am
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 38171

Re: REST - singleton apect

The REST instance is a singleton but (from memory) you could use multiple different user/tenant keys stored in a user or a tenant record. Not sure I understand ,could you expand on this The singleton aspect is only related to the definition of the REST call, it can be parameterised. same goes for t...
by ACDC
Fri Sep 01, 2023 1:00 am
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 38171

REST - singleton aspect

The AwareIm REST setup must be a singleton, which means it's a single-user-only How could I have multiple users posting Invoices to a REST-based accounting API. It seems this is not possible with the standard configuration. Any suggestions on how to get some degree of multi-user functionality within...
by ACDC
Sat Aug 26, 2023 8:45 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 132710

Re: Database latency - all suggestions appreciated, will compensate

PM me your email address and ill send you my version my.ini, there are some subtle differences but its worth a shot

Drop my.ini file into your Mysql setup (after renaming your version), change your port settings in AwareIM to 3307 and restart MySql
by ACDC
Sat Aug 26, 2023 7:17 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 132710

Re: Database latency - all suggestions appreciated, will compensate

I am currently replicating the DB server to enable more intrusive tests. As suggested, install latest V5.7 version In the meantime send me your my.ini file so i can compare it with my install Also 1.have you tried to re create the query from scratch, I have had queries corrupt as a result of AwareI...
by ACDC
Fri Aug 25, 2023 1:10 am
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 132710

Re: Database latency - all suggestions appreciated, will compensate

I'm afraid I will not know what to look for. Can you expand on the character in your query?
Dump the table to a text file or Excel and then explore the contents of each column for odd-looking things/characters that shouldn't be there.
by ACDC
Thu Aug 24, 2023 11:19 pm
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* Numbering Line Items in a grid dilemma
Replies: 2
Views: 14329

Re: Numbering Line Items in a grid dilemma

Try using RemovedInvoiceItem prefix in a BO rule to find all instances above the removed LineNo and REDUCE found LineNos by 1: Absolutely Brilliant!! Works like a charm :shock: Thank you, I learned something new today :D InvoiceItem.LineNo>RemovedInvoiceItem.LineNo the "Removed" key word, I have ne...
by ACDC
Wed Aug 23, 2023 2:16 am
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* Numbering Line Items in a grid dilemma
Replies: 2
Views: 14329

*SOLVED* Numbering Line Items in a grid dilemma

Is there a chance of someone cracking this puzzle, I am pulling my hair out on this one I have an Invoice with InvoiceItems(child) and want to number the InvoiceItems in a logical number sequence of 1 to 50 As I CREATE each InvoiceItem, the new InvoiceItem.LineNo must + 1 on the previously added Inv...
by ACDC
Sun Aug 20, 2023 6:02 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 132710

Re: Database latency - all suggestions appreciated, will compensate

Have you looked at your MySql error logs for clues
Also, inspect the my.ini file for limitations that may exist due to table growth.

What about some odd character in the data thats messing with the query, I had this once before on slow queries
by ACDC
Sun Aug 20, 2023 4:29 am
Forum: General discussion and questions about Aware IM
Topic: Aria AI knows about AIM
Replies: 5
Views: 15188

Re: Aria AI knows about AIM

Bringing AI tools into the configurator would be a game changer. To ensure its effectiveness, the AI system would need to undergo training based on the inner workings of AwareIM, rather than relying solely on publicly available information. I hope Vlad recognizes the immense potential presented here...