Search found 2399 matches

by customaware
Mon Oct 02, 2023 1:00 pm
Forum: General discussion and questions about Aware IM
Topic: Accessing tables i different schema
Replies: 9
Views: 44244

Re: Accessing tables i different schema

Well, by and large I only use External Tables when I want to just read data from the other source. You can also do the normal CRUD stuff but it is a bit messy for my liking and like you, I would prefer if we could just use them like normal Aware tables. I understand some others like Bruce are a lot ...
by customaware
Mon Oct 02, 2023 8:14 am
Forum: General discussion and questions about Aware IM
Topic: Accessing tables i different schema
Replies: 9
Views: 44244

Re: Accessing tables i different schema

Why don't you just write an API to GET or PUSH the data you want between the apps?
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: 30387

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

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

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

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

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

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

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

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

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

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

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

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