Search found 2579 matches

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: 7268

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: 8163

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: 19729

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: 7268

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: 5931

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: 5931

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: 5931

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...
by hpl123
Thu Jun 01, 2023 5:59 pm
Forum: General discussion and questions about Aware IM
Topic: FR: Read/list BSV descriptions
Replies: 5
Views: 5931

FR: Read/list BSV descriptions

Hi support, I use the description field of BSVs to write a changelog so I document every change I do and this is great BUT it isn´t easy to get an overview over previous changes. I have to open up and import an BSV just to see what the description is which isn´t ideal (I delete older versions from t...
by hpl123
Thu Jun 01, 2023 8:42 am
Forum: General discussion and questions about Aware IM
Topic: Possible to change yes/no column text?
Replies: 5
Views: 3527

Re: Possible to change yes/no column text?

Hi helpful people! Is there any way to display something other than yes/no in my yes/no columns? I would like to change the laguage, but setting that in the 'Yes' string for the attribute does not seem to help. I can change it in forms, but not when displaying query results. Adding a picture to cle...
by hpl123
Mon May 29, 2023 6:32 am
Forum: Problem reports
Topic: The reverse proxy does not work to have my application in HTTPS
Replies: 5
Views: 19729

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

I use Winacme for all my https certificates and integrates with IIS so it does all of the work for you + the certificates are free (using Let´s Encrypt). Here you can download Winacme: https://www.win-acme.com/ and here are quick steps on how to configure IIS as a reverse proxy with Aware: 1. Make ...
by hpl123
Thu May 25, 2023 7:33 am
Forum: Problem reports
Topic: The reverse proxy does not work to have my application in HTTPS
Replies: 5
Views: 19729

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

I use Winacme for all my https certificates and integrates with IIS so it does all of the work for you + the certificates are free (using Let´s Encrypt). Here you can download Winacme: https://www.win-acme.com/ and here are quick steps on how to configure IIS as a reverse proxy with Aware: 1. Make s...
by hpl123
Wed May 24, 2023 7:33 am
Forum: Wish List
Topic: GUID Function needed for REST POST endpoints
Replies: 5
Views: 23228

Re: GUID Function needed for REST POST endpoints

Another option is using the Aware ENCRYPT_B64 function which can be used to encrypt/store in a string whatever data you want so identifier, timestamp and whatever else you want. I don´t know if the resulting string fits all API related calls and requirements but would think it does. I use this exten...