Search found 1165 matches

by weblike
Wed Jul 10, 2019 7:38 pm
Forum: General discussion and questions about Aware IM
Topic: Does report designer support html tags?
Replies: 5
Views: 8140

Does report designer support html tags?

I try to emmbed attributes in a text field like this:

Code: Select all

<<Customer.Name>> </br>
<<Customer.Address>></br>
<<Customer.Account>>, html
but does not work
by weblike
Fri Jul 05, 2019 6:52 pm
Forum: General discussion and questions about Aware IM
Topic: Multiple Separators on different columns - is it possible?
Replies: 5
Views: 7233

Multiple Separators on different columns - is it possible?

Is it possible to have a form with 2 columns and having a separator on each column?
That would be really great.
Selection_792.png
Selection_792.png (8.07 KiB) Viewed 7233 times
by weblike
Tue Jul 02, 2019 6:12 pm
Forum: General discussion and questions about Aware IM
Topic: Significant update to 8.3
Replies: 5
Views: 7524

Re: Significant update to 8.3

This update has problems.. When you have complex forms with multiple columns and merged cells does not respect the design what you are seeing in ConfigTool Update: In forms where we have multiple attributes on same row the feature is not working. Update 2: Merged cells are considered each one a sepa...
by weblike
Mon Jul 01, 2019 5:25 am
Forum: General discussion and questions about Aware IM
Topic: Reports with QR code integration
Replies: 8
Views: 11727

Re: Reports with QR code integration

I'm not asking about EAN barcodes.

We need QR codes, because can hold much more information
by weblike
Sun Jun 30, 2019 10:05 am
Forum: General discussion and questions about Aware IM
Topic: Anchor points & forms return to part after save
Replies: 2
Views: 4382

Re: Anchor points & forms return to part after save

This one has been around a long time, but still gets loads of tickets, and would be awesome to solve. If you have large (vertically high) forms and the form is saved, it scrolls the user to the top upon save and therefore they must scroll down to continue their work. Would be AWESOME if it could re...
by weblike
Fri Jun 28, 2019 9:06 pm
Forum: General discussion and questions about Aware IM
Topic: Reports with QR code integration
Replies: 8
Views: 11727

Re: Reports with QR code integration

I have seen that presentation, but I refer to be able to display a QRcode on a PDF report (the QRclde for example to return the unique URL to that PDF.)
It's already in Kendo UI

https://demos.telerik.com/kendo-ui/qrcode/index
Thank you
by weblike
Fri Jun 28, 2019 12:47 pm
Forum: General discussion and questions about Aware IM
Topic: Reports with QR code integration
Replies: 8
Views: 11727

Reports with QR code integration

Hi,

This is my scenario:
1. The app generates reports in PDF
2. On that PDF exist a QR code
3. When Guest user scan's with a phone ->the result is to open a link of that PDF document in a browser.

Thank you very much
by weblike
Tue Jun 25, 2019 1:07 pm
Forum: General discussion and questions about Aware IM
Topic: Session Timed Out - best practice
Replies: 3
Views: 5804

Re: Session Timed Out - best practice

this is killing me softly
Selection_732.png
Selection_732.png (2.42 KiB) Viewed 5800 times
by weblike
Tue Jun 25, 2019 12:52 pm
Forum: General discussion and questions about Aware IM
Topic: Showing objects with empty childobject
Replies: 4
Views: 5967

Re: Showing objects with empty childobject

FIND Parent_BO WHERE COUNT Child_BO WHERE (Child_BO IN Parent_BO.Childs)=0
by weblike
Tue Jun 25, 2019 11:37 am
Forum: General discussion and questions about Aware IM
Topic: Session Timed Out - best practice
Replies: 3
Views: 5804

Session Timed Out - best practice

Hello, Can anyone please suggest the best practice to setup session time out? I setup in 2 places: 1. General Settings: 60 minutes Selection_730.png 2. The second method is on User level in SessionTimeOut field. My users complains that they are kicked out of the app randomly after 5-10-15 minutes. P...
by weblike
Sat Jun 22, 2019 5:50 am
Forum: General discussion and questions about Aware IM
Topic: When Parent is selected -> child is selected too
Replies: 0
Views: 4186

When Parent is selected -> child is selected too

Has anyone done this?
2 BO's (Main Category, SubCategory)

1.Represented in a Tree
2. When "Main Category" is selected than his childs to be selected too
Selection_717.png
Selection_717.png (5.38 KiB) Viewed 4186 times
by weblike
Wed Jun 19, 2019 5:01 pm
Forum: General discussion and questions about Aware IM
Topic: Live Truck Tracking
Replies: 6
Views: 8307

Re: Live Truck Tracking

I have played couple of years ago with traccar.org, but then Rest was not so advanced in Aware
They have an api here https://www.traccar.org/traccar-api/
by weblike
Wed Jun 19, 2019 1:47 pm
Forum: General discussion and questions about Aware IM
Topic: Live Truck Tracking
Replies: 6
Views: 8307

Re: Live Truck Tracking

I'm interested in this too.
What about google map is limited now without paying. I don't remember the limits but after a number of views you have to pay subscription.
by weblike
Wed Jun 19, 2019 4:23 am
Forum: Problem reports
Topic: DropDown List -very slow on reference
Replies: 4
Views: 8619

Re: DropDown List -very slow on refernce

1. Tested the MySql health with webyog.com. All good.
2. Linked that table to a PHP mini app and created a form for testing. It's opening almost instantly.
3. In Aware changed the combobox with a PICK FROM query, it's working instantly.

Defently comboboxes has problems and are not optimized.
by weblike
Tue Jun 18, 2019 8:56 pm
Forum: General discussion and questions about Aware IM
Topic: Has anyone switched from MySQL to MariaDB?
Replies: 6
Views: 9585

Re: Has anyone switched from MySQL to MariaDB?

There are lot of articles/benchmarks for Mysql&MariaDB

https://www.liquidweb.com/kb/mysql-perf ... s-mariadb/

We are using a few hosting servers with cPanel, PHP&Laravel, and since we switched from MySQL to MariaDB, speed&stabilty are much better.

Cheers,