Search found 2598 matches

by hpl123
Sun Feb 11, 2024 3:22 am
Forum: General discussion and questions about Aware IM
Topic: Dynamic order by
Replies: 1
Views: 220

Re: Dynamic order by

Yes, this is possible but a little advanced, take a look here: https://www.awareim.com/forum/viewtopic ... 026#p58026

Having this built in would be nice though e.g being able to use a tag in the query order by settings.
by hpl123
Fri Feb 02, 2024 2:49 pm
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 20
Views: 33022

Re: V9 NEW FEATURES discussion

Just a Heads Up…. If you have ever used “Comment” as an Attribute Name in previous versions, you need to ensure you change it to something else before migrating to V9. In V9, Comment is now a Reserved Word. Thanks for the heads up, I use this in a bunch of places so no good. Talking about reserved ...
by hpl123
Fri Feb 02, 2024 3:32 am
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 20
Views: 33022

Re: V9 NEW FEATURES discussion

I think the 2 main "themes" of improvements for me in this version is UI/UX improvements and developer tools improvements. The UI/UX improvements are huge and most of the newly implemented UI things are things I have implemented myself (at great time/effort/cost) e.g latest KendoUI, better themes, m...
by hpl123
Thu Feb 01, 2024 4:58 am
Forum: General discussion and questions about Aware IM
Topic: Install new or overwrite?
Replies: 5
Views: 585

Re: Install new or overwrite?

I always install in the same directory etc. but do a full backup of all old files, DBs etc. etc. before an update which means I can always restore the previous version if needed (or take files from it I sometimes forget etc. etc.). Not sure how it would look and the benefits of installing in a new d...
by hpl123
Wed Jan 31, 2024 5:23 am
Forum: General discussion and questions about Aware IM
Topic: Version 9.0 has been released!
Replies: 6
Views: 953

Re: Version 9.0 has been released!

Awesome as always, kudos Vlad/Awaresoft. After having watched the what's new video I have to say, IMO this is the best version update in years :D.
by hpl123
Tue Jan 30, 2024 5:42 am
Forum: General discussion and questions about Aware IM
Topic: Handling Internal Exceptions in a Process
Replies: 2
Views: 9012

Re: Handling Internal Exceptions in a Process

1+ for clarity and/or a solution to this.
by hpl123
Mon Jan 29, 2024 5:15 am
Forum: General discussion and questions about Aware IM
Topic: Run a Process once when BS is Published
Replies: 2
Views: 423

Re: Run a Process once when BS is Published

Well, there exists no "native" way of doing this but what you are doing should work and doesn´t cause any noticeable load or tax on the system (i.e the rule checking current version VS last checked current version is so minor etc. it doesn´t matter if it run repeatedly). The only tip I have is, ther...
by hpl123
Sun Jan 21, 2024 3:59 pm
Forum: General discussion and questions about Aware IM
Topic: So many image files in Tomcat\webapps\AwareIM folder
Replies: 1
Views: 477

Re: So many image files in Tomcat\webapps\AwareIM folder

Yes, this is a known problem and we have a FR or a couple about this but it is apparently difficult to solve or Awaresoft would have solved it long ago considering the different FRs and the discussions in the past about this. Every time an Aware app loads a image for a user, it throws a copy in the ...
by hpl123
Fri Jan 05, 2024 5:44 am
Forum: General discussion and questions about Aware IM
Topic: Remove PROTECT when condition no longer holds?
Replies: 8
Views: 69710

Re: Remove PROTECT when condition no longer holds?

This IS how the PROTECT rule works by default. If you have rule "If Bo.Attribute=1 then PROTECT Bo FROM ALL", the PROTECT rule then only applies when the condition (Bo.Attribute=1) is met.
by hpl123
Wed Jan 03, 2024 3:28 am
Forum: General discussion and questions about Aware IM
Topic: Dear Santa ... Priorities
Replies: 10
Views: 178055

Re: Dear Santa ... Priorities

1.Less reliance on hacking props files for settings BUT keep both as all settings to all parts/components etc.will not be implemented as config tool settings which means if some settings are moved to the control panel and the rest inaccessible would be a step back IMO. Sure, Aware is mostly a low co...
by hpl123
Wed Dec 20, 2023 7:35 am
Forum: General discussion and questions about Aware IM
Topic: CSS to minimize row height in queries
Replies: 6
Views: 83100

Re: SOLVED

BLOMASKY wrote: Wed Dec 20, 2023 12:07 am Help to talk to someone who is an expert in CSS.

Life is good again.

Bruce
Yes, CSS can be tricky and complex. What was your final solution?
by hpl123
Tue Dec 19, 2023 8:50 am
Forum: General discussion and questions about Aware IM
Topic: CSS to minimize row height in queries
Replies: 6
Views: 83100

Re: CSS to minimize row height in queries

CSS in Aware is usually not a 1 fix thing to fix all but if you already have a working CSS change but it messes up other things, the easiest thing you can do to fix this is to make your CSS class more specific so it only targets the queries you want. If you have the following class now: .k-toolbar {...
by hpl123
Mon Dec 11, 2023 12:51 pm
Forum: General discussion and questions about Aware IM
Topic: Next Version Release Date - any news ?
Replies: 9
Views: 102546

Re: Next Version Release Date - any news ?

The slide in LEFT menu feature implemented in AwareIM is focused on MOBILE use rather than using it in the desktop. Currently it supports only single menu items. If I have a hierarchy in my menu and click on the expand menu option, it closes the menu before I can select the menu item. A Standard me...
by hpl123
Tue Dec 05, 2023 5:57 pm
Forum: General discussion and questions about Aware IM
Topic: Scheduling hope and best practices?
Replies: 23
Views: 89279

Re: Scheduling hope and best practices?

2) If a process crashes because of an internal error, the Switch for that process never gets set back to No, so this process would never run again. For this situation, I have another process that runs about every 15 minutes and checks each ControlRecord. If the ControlRecord Switch is Yes and the C...
by hpl123
Tue Dec 05, 2023 3:07 pm
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: 23854

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

Even "big" sites like Paypal will text you a code now. Seems like a new function is needed to convert a Guest session to a real user. You'd have to be on an Aware screen as a Guest to enter a LoginName which exists in the SystemUsers group. Send the SMS and then proceed to another form to enter the...