Search found 197 matches

by UnionSystems
Tue Feb 27, 2018 8:55 pm
Forum: General discussion and questions about Aware IM
Topic: Execute User Defined Query
Replies: 4
Views: 7773

Execute User Defined Query

We would like to deploy User Defined Queries to allow users to define selection of object instances to export multiple User Defined Documents. Simple example of application : User creates a one off query to select People with Birthday this month. Selected People then passed to User Defined Document ...
by UnionSystems
Mon Feb 26, 2018 7:14 am
Forum: General discussion and questions about Aware IM
Topic: Mobile session timeout
Replies: 12
Views: 23079

Re: Mobile session timeout

My notes say.... Setting a longer session timeout value requires changing 2 files - $awareimroot$/bin/BASServer.props - $awareimroot$/Tomcat/webapps/AwareIM/webapp.props SessionTimeout is a value given in milliseconds. This means that “SessionTimeout=10800000”. gives a timeout of 10800 seconds. I ha...
by UnionSystems
Sun Jan 21, 2018 2:12 am
Forum: General discussion and questions about Aware IM
Topic: Consuming a webservice with headers
Replies: 12
Views: 22691

Re: Consuming a webservice with headers

Hi Rachel, My understanding is that until v8.1 arrives the best way to do this is through development of a Java plugin. I don’t know how to write Java so as an interim I’ve developed a technique to consume REST services that uses Python scripts. I gave an example at https://www.awareim.com/forum/vie...
by UnionSystems
Thu Dec 14, 2017 4:37 am
Forum: General discussion and questions about Aware IM
Topic: Version 8.1
Replies: 49
Views: 88453

Re: Version 8.1

Including Font Awesome's new version 5 would be nice.
by UnionSystems
Wed Dec 06, 2017 7:55 am
Forum: Problem reports
Topic: DAY_DIFFERENCE and Daylight Saving
Replies: 0
Views: 4148

DAY_DIFFERENCE and Daylight Saving

We have observed an issue when using DAY_DIFFERENCE in a Daylight Saving timezone. If the period the 2 dates used as parameters for DAY_DIFFERENCE includes the day the Daylight Saving starts then the integer generated by DAY_DIFFERENCE is 1 less than expected. So for example in Brisbane Australia (w...
by UnionSystems
Sat Nov 18, 2017 1:42 am
Forum: General discussion and questions about Aware IM
Topic: 2018 Aware IM Developers International Conference Survey
Replies: 10
Views: 21750

Re: 2018 Aware IM Developers International Conference Survey

I consider the AwareIM community a lucky elite. Arguably it's 'compact' size allows input and influence on the product that one would never have in something larger. Sure it would great if AwareIM was more popular but its great to be part of it now and contributing to events like this can only help ...
by UnionSystems
Wed Nov 15, 2017 12:11 am
Forum: General discussion and questions about Aware IM
Topic: Large Form - Delaying Tab Rendering
Replies: 2
Views: 5488

Large Form - Delaying Tab Rendering

We have a large form with many tabs and each tab has a lot of data. The client loves the layout and content of the form and each tab but sometimes the form is BIT slow to complete render on their screen (eg 6 seconds). We are working to enhance the performance of each tab and it is getting better. I...
by UnionSystems
Tue Nov 07, 2017 12:45 am
Forum: General discussion and questions about Aware IM
Topic: Multiple reference Concatenate in single Attribute
Replies: 5
Views: 9692

Re: Multiple reference Concatenate in single Attribute

I think you can get the same result with Country.ExpenseClaimNotesHTML=LIST_LINE('FIND CountryExpenseClaimNotes WHERE CountryExpenseClaimNotes.ob_Country=Country','','<li>','Note') That was missing a parameter should have been Country.ExpenseClaimNotesHTML=LIST_LINE('FIND CountryExpenseClaimNotes W...
by UnionSystems
Tue Nov 07, 2017 12:40 am
Forum: General discussion and questions about Aware IM
Topic: Multiple reference Concatenate in single Attribute
Replies: 5
Views: 9692

Re: Multiple reference Concatenate in single Attribute

I think you can get the same result with

Code: Select all

Country.ExpenseClaimNotesHTML=LIST_LINE('FIND CountryExpenseClaimNotes WHERE CountryExpenseClaimNotes.ob_Country=Country','','<li>','Note') 
by UnionSystems
Tue Oct 31, 2017 10:18 am
Forum: General discussion and questions about Aware IM
Topic: <<{Object>Attribute}>>
Replies: 1
Views: 3483

<<{Object>Attribute}>>

In a MS Word document you can use <<Object.Attribute>> in the text of the document to inject attribute data into the document when it's EXPORTED and the Object is in context and it works beautifully (thanks Mr Simkin). In a Report document you can also prompt the user to manually add text as the doc...
by UnionSystems
Wed Sep 06, 2017 9:59 am
Forum: General discussion and questions about Aware IM
Topic: Develop in V8, Publish to V7 Production
Replies: 5
Views: 20849

Re: Develop in V8, Publish to V7 Production

We are certainly doing this happily in a development environment and it seems to be fine. We have not let clients access anything where the BSV is from V8 and the server is running under V7.1 but in a development environment it seems to be OK. Support did say the V8 server was exactly the same as th...
by UnionSystems
Thu Jul 27, 2017 12:36 am
Forum: General discussion and questions about Aware IM
Topic: Column name (Query), display icon?
Replies: 5
Views: 9091

Re: Column name (Query), display icon?

I found I could not display an icon in the query header row when I had the attribute icon presentation set to "Icon is represented by a CSS class name" to "fa fa-star".

The only way I could display this star icon was to actually use

Code: Select all

<i class='fa fa-star'></i>
As the label for the column.
by UnionSystems
Mon Jul 24, 2017 9:03 pm
Forum: General discussion and questions about Aware IM
Topic: 'Generate Add New Button' behaviour
Replies: 2
Views: 5202

Re: 'Generate Add New Button' behaviour

I vaguely recall having this problem and resolved it by displaying the 'Car' form in a tab rather than a modeless window.