Search found 225 matches

by joben
Thu Jan 18, 2024 2:52 pm
Forum: General discussion and questions about Aware IM
Topic: MySQL Database Update Issues - warning
Replies: 7
Views: 12558

Re: MySQL Database Update Issues - warning

Thanks for the warning.
Upgrading MySQL suddenly became more exciting :D
Btw, how does one even make a roll-back of MySQL?
by joben
Wed Dec 20, 2023 10:24 am
Forum: General discussion and questions about Aware IM
Topic: List of pictures in HTML
Replies: 9
Views: 47505

Re: List of pictures in HTML

1> this have already done. What I am missing if what HTML code I should put to print the LIST of these pictures using the URL code and list function. Somthing like: <<LIST(Inspections.Pictures, <img src='URL'>, 'Title', 'Caption')>> ?? Any suggestion? 2> This is indeed my backup solution! Thanks Se...
by joben
Tue Dec 19, 2023 7:32 am
Forum: General discussion and questions about Aware IM
Topic: List of pictures in HTML
Replies: 9
Views: 47505

Re: List of pictures in HTML

You need two forms. An edit form and a view form. Thanks PointsWell, this is the only solution I know now, and the one I would like to avoid. I guess then that embedding a list of pictures in HTML is not feasible? There are two ways I am thinking of that could work if you really want it to be in th...
by joben
Mon Dec 18, 2023 8:11 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED]Edit "Please confirm" delete dialog box?
Replies: 4
Views: 4423

Re: Edit "Please confirm" delete dialog box?

Most text strings can be translated by creating a locale. It is an option in the left menu in the config tool.
by joben
Fri Dec 15, 2023 10:20 am
Forum: General discussion and questions about Aware IM
Topic: List of pictures in HTML
Replies: 9
Views: 47505

Re: List of pictures in HTML

Insert the Pictures attribute in the Inspections form.
Change the Widget for Pictures to "Custom list" and use {Photo} to refer to the photo attribute.
I think that should work.
by joben
Thu Dec 14, 2023 8:42 pm
Forum: General discussion and questions about Aware IM
Topic: HTML Editor widget on Form. End user formatting
Replies: 8
Views: 149850

Re: HTML Editor widget on Form. End user formatting

Very strange. Here are two things you can try: 1. Click F12 to open dev tools in your browser, then use the element inspector to target the tiny grey bar where the HTML editor buttons should have been. Can you actually see it containing any elements? Should look something like this: htmlstuff3.png 2...
by joben
Thu Dec 14, 2023 4:54 pm
Forum: General discussion and questions about Aware IM
Topic: HTML Editor widget on Form. End user formatting
Replies: 8
Views: 149850

Re: HTML Editor widget on Form. End user formatting

You can test this BSV and see what results you get:
https://sprend.com/download?C=e230210f8 ... 5efb99cbea


Step 1: Login in with default admin account and click the button.
htmlstuff1.png
htmlstuff1.png (9.8 KiB) Viewed 149766 times

Step 2. Update rule should pre-fill the Biography attribute.
htmlstuff2.png
htmlstuff2.png (18.95 KiB) Viewed 149766 times
by joben
Thu Dec 14, 2023 7:19 am
Forum: General discussion and questions about Aware IM
Topic: HTML Editor widget on Form. End user formatting
Replies: 8
Views: 149850

Re: HTML Editor widget on Form. End user formatting

Like Jaymer said, they have always worked for us as well.

Are you by any chance opening the form in a popup?
by joben
Tue Nov 28, 2023 7:41 am
Forum: General discussion and questions about Aware IM
Topic: Seems like lots of sites now log you in by sending a code instead of a PW. How will Aware handle this?
Replies: 6
Views: 22541

Re: Seems like lots of sites now log you in by sending a code instead of a PW. How will Aware handle this?

OTP (whether you also use a password or not) is going to be crucial in the future in applications that are accessible to everyone over the internet. It is becoming harder to sell these applications when they lack MFA (or at least something better than just a password). So I hope there will be a buil...
by joben
Fri Nov 24, 2023 12:29 pm
Forum: General discussion and questions about Aware IM
Topic: [SOLVED]Set attr from another BO in form without using shortcut
Replies: 2
Views: 2671

Re: Set attr from another BO in form without using shortcut

This is if you don't have references between the BOs at all: Update rule in BO1. Dynamic. If BO1.Idnumber WAS CHANGED Then FIND BO2 WHERE (BO2.Idnumber=BO1.Idnumber) BO1.Name=BO2.Name If you do have an established reference between BO1 and BO2: Update rule in BO1. B01.Name=B01.B02.Name (BO2 is the n...
by joben
Mon Oct 30, 2023 1:53 pm
Forum: General discussion and questions about Aware IM
Topic: Hiding specific tabs in multi-attribute cells inside forms, easier way to do it?
Replies: 1
Views: 19128

Hiding specific tabs in multi-attribute cells inside forms, easier way to do it?

forms1.png Lets say I want to hide one of the tabs in a so called "multi-attribute cell" (the red one) based on a yes/no field in SystemSettings. If it was a form section (blue tabs), this would be piece of cake. I would just have to use "Not present when" and point it to a SystemSettings attribute...
by joben
Thu Oct 19, 2023 9:00 am
Forum: General discussion and questions about Aware IM
Topic: Change icon color on form buttons?
Replies: 11
Views: 31264

Re: Change icon color on form buttons?

If your custom CSS doesn't appear in the editor, it could be because you typed something wrong, or the CSS file is not loading for some reason. Try to use CTRL+SHIFT+R to force a reload and emptying of cache. But then it is also a matter of specificity which rules will take precedence. For instance,...
by joben
Thu Oct 19, 2023 6:34 am
Forum: General discussion and questions about Aware IM
Topic: Change icon color on form buttons?
Replies: 11
Views: 31264

Re: Change icon color on form buttons?

lueu wrote: Wed Oct 18, 2023 11:22 am Also it seems like the changes i do on the icons don't stick.. :cry:
This is probably only true for the save button (and possibly the close button).
I have never had to edit these so I don't have a solution unfortunately.
You could report it as a bug in the problem reports forum.