Search found 2397 matches

by customaware
Fri Sep 29, 2023 3:09 am
Forum: General discussion and questions about Aware IM
Topic: How to Format Column Totals in Grid
Replies: 6
Views: 29903

Re: How to Format Column Totals in Grid

Try adding single quotes around the Number Format.....

<b>Total Income: <<SUM Income.Amount, '$#,##0'>></b>
by customaware
Tue Sep 26, 2023 10:25 am
Forum: General discussion and questions about Aware IM
Topic: AS_STRING European Formatted Number
Replies: 1
Views: 21150

AS_STRING European Formatted Number

Hi All.... Here is a bit of a mystery.... I have an app that we are developing for the European region and hence all Number attributes are displayed as #.###,00. ie. Thousands separator is a '.' and the decimal point is a ',' When just using Numbers, everything is fine. All display perfectly. Howeve...
by customaware
Sun Sep 24, 2023 10:02 pm
Forum: General discussion and questions about Aware IM
Topic: wkhtml alternative
Replies: 6
Views: 38682

Re: wkhtml alternative

I need to combine HTML, PDF, Images, Excel and or Word into a single PDF Document.
That is primarily what I use it for.

Never really looked as wkhtml but looking now , it does not look like it will combine different file types into a single pdf doc.
by customaware
Fri Sep 22, 2023 11:57 pm
Forum: General discussion and questions about Aware IM
Topic: wkhtml alternative
Replies: 6
Views: 38682

Re: wkhtml alternative

We have used CombineProX for years. Yes, not cheap. But just always works.
by customaware
Mon Sep 18, 2023 1:12 am
Forum: General discussion and questions about Aware IM
Topic: 2 questions re MySQL
Replies: 1
Views: 16423

Re: 2 questions re MySQL

I am not sure about your Bad Handshake issues. However, regarding your question re: MySQL 8.x or MariaDB.... I switch every single app I have (except one very old legacy that will stay in MS-SQL) from MySQL to Maria DB many years ago now. My main reason is that I wanted to take advantage of Aware IM...
by customaware
Mon Sep 11, 2023 10:14 am
Forum: General discussion and questions about Aware IM
Topic: I Think I Must Be Going Crazy :-|
Replies: 5
Views: 21708

I Think I Must Be Going Crazy :-|

I have been using Aware now for over 11 Years and no and again the simplest things make me start to question my own sanity..... For Example.... You have a Process called MyProcess that has two Rules Rule1: FIND MyBO WHERE MyBO.MyData = 'TEST' TAKE BEST 1 CallSubProcess Rule2: CREATE LogRecord WITH L...
by customaware
Fri Sep 01, 2023 5:31 pm
Forum: General discussion and questions about Aware IM
Topic: Database latency - all suggestions appreciated, will compensate
Replies: 37
Views: 120231

Re: Database latency - all suggestions appreciated, will compensate

It is a long shot Kingsley but, have you actually tried completely recreating the Query and trying the new version.

I vaguely remember a similar slowness a long long time ago and ended up trashing that query and creating it again.

I doubt this will help but worth a try?
by customaware
Fri Aug 18, 2023 11:19 am
Forum: Wish List
Topic: FR - separate the query UI from the search string
Replies: 7
Views: 28937

Re: FR - Ability to show BO in context in a predefined Query's layout

I will try and knock up a demo over the weekend.
by customaware
Fri Aug 18, 2023 10:13 am
Forum: Wish List
Topic: FR - separate the query UI from the search string
Replies: 7
Views: 28937

Re: FR - Ability to show BO in context in a predefined Query's layout

Not totally sure if this will work Sean as I have not tested it.... but here is an approach that might work. You want a dynamic number of Mechanics Names in the Query.... So, I would try and build a String .... say, SystemSettings.MechanicSearchString and assign the names you want.... ie. 'Jacob,Car...
by customaware
Fri Aug 18, 2023 6:52 am
Forum: Wish List
Topic: FR - separate the query UI from the search string
Replies: 7
Views: 28937

Re: FR - Ability to show BO in context in a predefined Query's layout

Are you saying that ....

If I only have 1 Mechanic in Context, then I want this type of query
But
If I have 2 Mechanics in Context, then I want this other type of Query?

Will there be times you have n... Mechanics in Context?
by customaware
Fri Aug 04, 2023 10:08 pm
Forum: General discussion and questions about Aware IM
Topic: The price of an app built using Aware IM
Replies: 2
Views: 8172

Re: The price of an app built using Aware IM

Hi Max, That question is a bit like "How Long Is A Piece Of String" It really depends on your audience I guess. Is it a bespoke app to the specifications of a single Customer? Or is it intended to be a SaaS app that you intend (hope) to subscribe to many users? We have many many apps. Some of the be...
by customaware
Tue Jul 25, 2023 11:23 pm
Forum: General discussion and questions about Aware IM
Topic: Several business spaces with a single database
Replies: 17
Views: 38918

Re: Several business spaces with a single database

FWIW.... I would do it all in a single Business Space. You can compartmentalise to a certain degree using CATEGORY FOLDERS for sure. But modularising in seperate Business Spaces would introduce an entire pandoras box of problems. You want to avoid dealing with External Database wherever possible and...
by customaware
Sun Jul 16, 2023 3:47 am
Forum: General discussion and questions about Aware IM
Topic: Find 1 record, Delete 2???
Replies: 5
Views: 9588

Re: Find 1 record, Delete 2???

Another way of doing it which is great when you have more than one instance.....but more applicable when you have 3 or more.... Create a Non Persistent Business Object that has as many Reference Attributes as you need... For example.... assume you need to bring 4 different instances of a BO into con...
by customaware
Sat Jul 08, 2023 12:50 pm
Forum: General discussion and questions about Aware IM
Topic: Grid Row Height
Replies: 2
Views: 4655

Re: Grid Row Height

Hi Harry,

No. Don't have buttons. But I have Checkboxes.... It is a PICk query.

That is probably the issue.

Thanx for the suggestion.