Search found 1460 matches

by PointsWell
Tue Feb 13, 2018 6:12 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] - Running Balances Across Time
Replies: 2
Views: 4388

[SOLVED] - Running Balances Across Time

I have a headache from a problem that I am trying to solve in the most efficient way possible. I have a cashbook BO which is basically a recording of lines on a bank statement. The entries may be made daily or weekly (or even monthly). I want to be able to generate a running balance at Weekly Monthl...
by PointsWell
Tue Feb 13, 2018 3:11 am
Forum: Wish List
Topic: FR - Return of the SQL Query Panel
Replies: 0
Views: 5880

FR - Return of the SQL Query Panel

So, I generally avoided using the SQL Editor in the Query Builder in v7.x because it wasn't possible to have a separate test DB but now that we have the ability to utilise dedicated test and production databases in v8 I've now got a whole bunch of views that I'd like to build in SQL. Whilst I can go...
by PointsWell
Sun Feb 11, 2018 5:54 am
Forum: General discussion and questions about Aware IM
Topic: Incorrect Charts
Replies: 3
Views: 4384

Re: Incorrect Charts

And finally Annual comes to the same as month
Annual
Annual
Screen Shot 2018-02-11 at 16.46.59.png (25.7 KiB) Viewed 4383 times
Whilst the numbers should look like:
Source Data
Source Data
Screen Shot 2018-02-11 at 16.51.52.png (51.93 KiB) Viewed 4383 times
Only difference to all of these queries are the grouping on the X axis to Automatic, Week, Month, Year
by PointsWell
Sun Feb 11, 2018 5:50 am
Forum: General discussion and questions about Aware IM
Topic: Incorrect Charts
Replies: 3
Views: 4384

Incorrect Charts

I have 4 identical queries that search for: FIND Finance_Cashbook WHERE Finance_Cashbook.ob_Statement.ob_Bank=LoggedInRegularUser.VPL_FinBankAcc ORDER BY Finance_Cashbook.DateTransaction DESC Three of these identical queries are to produce charts. The difference in the charts is the roll up of the d...
by PointsWell
Sun Feb 11, 2018 12:24 am
Forum: General discussion and questions about Aware IM
Topic: Currency Display
Replies: 9
Views: 13860

Re: Currency Display

I really need to display the currency symbol inside grids and I also have thousands of currency attributes throughout my application. Don't really want to change thousands of attributes just to display properly in grids! Hope this can be fixed or I am missing something! Thanks Not really an answer ...
by PointsWell
Fri Feb 09, 2018 11:54 pm
Forum: General discussion and questions about Aware IM
Topic: How would I...
Replies: 2
Views: 4102

Re: How would I...

I've copped out and just used a standard query of the Contact_Bank WHERE Contact_Bank.ob_Contact = LIRU.ob_Tenant.ps_RelatedContact.

I will look at 'prettying' it up with a custom query later on.
by PointsWell
Fri Feb 09, 2018 7:43 am
Forum: General discussion and questions about Aware IM
Topic: How would I...
Replies: 2
Views: 4102

How would I...

I have a hierarchy of records: Tenant om_Contacts om_BankAccounts Tenant ps_RelatedContactRecord om_BankAccounts om_Statements So the Tenant record has its own Contact Record and this Contact has Statements (via the Bank Account). I need to create a Cashbook which is essentially just a running state...
by PointsWell
Fri Feb 09, 2018 7:30 am
Forum: General discussion and questions about Aware IM
Topic: Problems with Inline Editing.
Replies: 16
Views: 36084

Re: Problems with Inline Editing.

me too - I have a lot of Statement like BOs that are key entered (no chance of automation at moment - paper based).
by PointsWell
Mon Feb 05, 2018 3:52 am
Forum: General discussion and questions about Aware IM
Topic: Notification Objects
Replies: 1
Views: 3228

Re: Notification Objects

Found the Create problem - data truncation issue
by PointsWell
Mon Feb 05, 2018 3:35 am
Forum: General discussion and questions about Aware IM
Topic: Notification Objects
Replies: 1
Views: 3228

Notification Objects

I've just started to play with the LoginNotification objects and I'm confused between the difference between: When LoginNotification is received and When LoginNotification is created I've had a look at the sample apps and they all seem to use only the When Received. Is there a specific meaning appli...
by PointsWell
Thu Feb 01, 2018 4:25 am
Forum: General discussion and questions about Aware IM
Topic: Multi Language Application
Replies: 12
Views: 21445

Re: Multi Language Application

aware_support wrote:You are displaying the wrong list. The list of functions is displayed separately (F4 on Windows as opposed to F3, something else on Mac - see the text above the controls)
Oops
by PointsWell
Thu Feb 01, 2018 1:44 am
Forum: General discussion and questions about Aware IM
Topic: Multi Language Application
Replies: 12
Views: 21445

Re: Multi Language Application

aware_support wrote:The TRANSLATE function is part of the list, so not sure why you couldn't find it
See screenshot - Build 2375 (Mac Configurator, LINUX AIM Server)
Function Helper Not Showing TRANSLATE
Function Helper Not Showing TRANSLATE
Screen Shot 2018-02-01 at 12.41.06.png (14.47 KiB) Viewed 21292 times
by PointsWell
Thu Feb 01, 2018 1:42 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] SHOW SECTION_START
Replies: 14
Views: 22087

Re: [SOLVED] SHOW SECTION_START

Appears to have been fixed by Build 2375
by PointsWell
Wed Jan 31, 2018 8:19 am
Forum: General discussion and questions about Aware IM
Topic: Fake a Mandatory Label?
Replies: 4
Views: 5050

Re: Fake a Mandatory Label?

Thanks Mark! Wasn't expecting as involved an explanation, that's great. The issue is that I am trying to get round is on input fields - where their mandatory state is based on other field values, so the HTML route doesn't work in this case. I've taken a rather crude route to fixing the problem. As t...
by PointsWell
Wed Jan 31, 2018 6:53 am
Forum: General discussion and questions about Aware IM
Topic: Fake a Mandatory Label?
Replies: 4
Views: 5050

Re: Fake a Mandatory Label?

Thanks Mark, I'm not sure I understand. I was hoping that there was a way to manipulate the css value for a field along the lines of what is discussed here and here What I am trying to achieve is a Render script that finds the value of a field, checks it's value and then inserts the class type into ...