Search found 2602 matches

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

Re: Operation on Single References -default icons - Change

Been a while since I tinkered with this but I am fairly sure each of the operations has a CSS class that determines which icon is shown. Use the inspector to find the class name and then override it in a custom CSS file. NB: This would change icon for all operations throughout the app and also poten...
by hpl123
Mon Sep 11, 2023 4:06 pm
Forum: General discussion and questions about Aware IM
Topic: I Think I Must Be Going Crazy :-|
Replies: 5
Views: 22834

Re: I Think I Must Be Going Crazy :-|

I would think both are executed no matter what as you don't have any conditional parts in there. I could be wrong though.
by hpl123
Mon Sep 11, 2023 9:51 am
Forum: General discussion and questions about Aware IM
Topic: FIND ALL, SEARCH_COUNT seems to override READ PROTECT Filter
Replies: 13
Views: 67363

Re: FIND ALL, SEARCH_COUNT seems to override READ PROTECT Filter

joben wrote: Mon Sep 11, 2023 7:20 am I would love a solution where READ PROTECT rules are always respected.
1+
by hpl123
Thu Aug 24, 2023 10:26 am
Forum: General discussion and questions about Aware IM
Topic: QueryLayout Object
Replies: 2
Views: 15278

Re: QueryLayout Object

1+ for something like this.
by hpl123
Fri Aug 18, 2023 10:56 am
Forum: Wish List
Topic: FR - separate the query UI from the search string
Replies: 7
Views: 29896

Re: FR - Ability to show BO in context in a predefined Query's layout

Another solution is populating som temp parent BO with all you need and then run the query on that BO children. I do this here and there for complex scenarios or when Aware doesn't do what I want.
by hpl123
Thu Aug 17, 2023 6:41 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 126870

Re: Database latency - all suggestions appreciate, will compensate

I can't offer any help but why don't you buy a support ticket from Awaresoft and get Vlad to look into it?
by hpl123
Mon Jul 31, 2023 7:05 am
Forum: General discussion and questions about Aware IM
Topic: Several business spaces with a single database
Replies: 17
Views: 41774

Re: Several business spaces with a single database

FWIW.... I would do it all in a single Business Space. You can compartmentalise to a certain degree using CATEGORY FOLDERS for sure. But modularising in seperate Business Spaces would introduce an entire pandoras box of problems. You want to avoid dealing with External Database wherever possible an...
by hpl123
Sat Jul 01, 2023 12:11 pm
Forum: General discussion and questions about Aware IM
Topic: Active Processes stuck
Replies: 2
Views: 5396

Re: Active Processes stuck

rocketman wrote: Sat Jul 01, 2023 9:28 am UPDATE I restarted the server - but surely I shouldn’t have to do this? also Execution Context records needs a couple of more attributes in my opinion

1) Process started tinestamp
2) Business space that triggered it

PLUS a kill switch that works no matter what
1+
by hpl123
Thu Jun 08, 2023 8:03 am
Forum: General discussion and questions about Aware IM
Topic: Custom CSS not working
Replies: 9
Views: 7790

Re: Custom CSS not working

What about hpl123's suggestion? When using the element inspector on the button, you should be able to see all CSS rules that are being applied. css.png If you can see the rules from your custom CSS file but they are striked through, it is because another rule takes precedence. (See orange lines in ...
by hpl123
Thu Jun 08, 2023 7:50 am
Forum: General discussion and questions about Aware IM
Topic: Adding a query to an email
Replies: 7
Views: 9237

Re: Adding a query to an email

Use LIST_TABLE_START instead of LIST_TABLE. LIST_TABLE_START and LIST_TABLE_END just print the data and not the actual query/grid i.e you provide that yourself (HTML) and if I am not mistaken, you can sort the data any way you want and to do that, use a query in the function (e.g LIST_TABLE_START('M...
by hpl123
Wed Jun 07, 2023 6:29 am
Forum: Problem reports
Topic: The reverse proxy does not work to have my application in HTTPS
Replies: 5
Views: 20887

Re: The reverse proxy does not work to have my application in HTTPS

Hello hpl123, Thanks for your help. On the other hand, when I try to configure an SSL certificate for IIS by Winacme, I get this response in their application. However, as you can see I have a website in IIS so why is it writing that it can't find a website. Capture d’écran 2023-05-28 222536.png In...
by hpl123
Tue Jun 06, 2023 4:23 pm
Forum: General discussion and questions about Aware IM
Topic: Custom CSS not working
Replies: 9
Views: 7790

Re: Custom CSS not working

I have 3 buttons in a formular that I want to style independently with custom css. I assign a css class to each button and I created a custom css file in the AwareIm folder (AwareIM/Custom/CSS/MyFolder). The problem is when trying to style (box-shadows, text-weight, etc.) the buttons nothing happen...
by hpl123
Mon Jun 05, 2023 12:08 pm
Forum: General discussion and questions about Aware IM
Topic: FR: Read/list BSV descriptions
Replies: 5
Views: 6876

Re: FR: Read/list BSV descriptions

A useful tool or solution would be a tool of some sort (or the config tool itself is probably better) where we can point to a folder that has multiple BSV files and the tool/solution would then list the version number of the BSV together with the description so we see the description version by ver...
by hpl123
Sat Jun 03, 2023 3:45 pm
Forum: General discussion and questions about Aware IM
Topic: FR: Read/list BSV descriptions
Replies: 5
Views: 6876

Re: FR: Read/list BSV descriptions

Another solution would be building proper changelog management into the config tool?
by hpl123
Sat Jun 03, 2023 3:43 pm
Forum: General discussion and questions about Aware IM
Topic: FR: Read/list BSV descriptions
Replies: 5
Views: 6876

Re: FR: Read/list BSV descriptions

Is that info in the database in a way that could be read by Aware query and shown in a query? I don't think that is stored at the moment but could be a solution and maybe an even better one. Have Aware save ALL versions number and description per BS and we could then inside the config tool see that...