Search found 230 matches

by joben
Tue Feb 13, 2024 4:00 pm
Forum: Problem reports
Topic: Customer can NO longer export to CSV
Replies: 1
Views: 789

Re: Customer can NO longer export to CSV

Looks like it might be fixed in the latest version:

Code: Select all

Standard export was broken
https://www.awareim.com/dokuwiki/doku.p ... g/9.0/3240
by joben
Tue Feb 13, 2024 12:37 pm
Forum: Tips and Tricks
Topic: Menu and and panel operations button changes in 9.0, no HTML
Replies: 1
Views: 798

Menu and and panel operations button changes in 9.0, no HTML

You can no longer use HTML code inside panel operation or menu buttons in version 9.0. For instance, if you wanted a button with bold text you could write it directly in the button name, like: "<b>I am a bold button</b>". You can set a button class and write CSS instead: .boldButton{font-weight:bold...
by joben
Fri Feb 09, 2024 3:16 pm
Forum: General discussion and questions about Aware IM
Topic: Problems displaying shortcuts - what could be wrong?
Replies: 7
Views: 1258

Re: Problems displaying shortcuts - what could be wrong?

I think it is important to highlight the difference between working in SQL and AwareIM, because maybe it causes some confusion when trying to figure out how shortcuts behave. In SQL you have to keep track on the relations yourself by using unique identifier columns so you can do JOINs etc to connect...
by joben
Fri Feb 09, 2024 1:29 pm
Forum: General discussion and questions about Aware IM
Topic: Problems displaying shortcuts - what could be wrong?
Replies: 7
Views: 1258

Re: Problems displaying shortcuts - what could be wrong?

Having an attribute with the same name and value in two BOs does not mean that they are connected. How is the relation between BO1 and BO2 made in the first place, and why is the IndID attribute needed? If you can describe the workflow, it should be easy to come up with a permanent solution. AwareIM...
by joben
Fri Jan 19, 2024 8:25 am
Forum: General discussion and questions about Aware IM
Topic: MySQL Database Update Issues - warning
Replies: 7
Views: 12607

Re: MySQL Database Update Issues - warning

@RLJB
Thanks for the clarification.
I had my suspicion that roll-back meant restoring a snapshot.
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: 12607

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

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

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

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

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

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

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 156441 times

Step 2. Update rule should pre-fill the Biography attribute.
htmlstuff2.png
htmlstuff2.png (18.95 KiB) Viewed 156441 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: 156525

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

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...