Search found 1457 matches

by PointsWell
Sun Feb 11, 2018 5:50 am
Forum: General discussion and questions about Aware IM
Topic: Incorrect Charts
Replies: 3
Views: 4373

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

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

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

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

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

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

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

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

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 21229 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: 22065

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

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

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 ...
by PointsWell
Wed Jan 31, 2018 5:38 am
Forum: General discussion and questions about Aware IM
Topic: Multi Language Application
Replies: 12
Views: 21382

Re: Multi Language Application

I started playing about with locales (in an effort to avoid real work) and have stumbled across a few issues: I have created two locales for a practice app and set the default language of system messages and a culture. When I then put this into test and inspect the code it launches an error Failed t...
by PointsWell
Tue Jan 30, 2018 7:18 am
Forum: General discussion and questions about Aware IM
Topic: Fake a Mandatory Label?
Replies: 4
Views: 5036

Fake a Mandatory Label?

Is there a way to alter the CSS of a label based on a rule? Fields that AIM has designated as mandatory have this: <img class="aw-req-field" height="7" width="7" src="aware_kendo/resources/images/ast.gif"> class applied to them. Is there a way to inject this class to fields that are not mandatory, i...
by PointsWell
Tue Jan 30, 2018 6:44 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED] SHOW SECTION_START
Replies: 14
Views: 22065

Re: SHOW SECTION_START

The label is part of the conditional HTML, so it is evaluating. (Seems there is a limit to the number of attachments to a post) The condition evaluates correctly with an EntityType.Code=1 (the evaluation is not the issue - see the Company Name label in earlier post). Screen Shot 2018-01-30 at 16.56...