Search found 1460 matches

by PointsWell
Fri Sep 15, 2017 6:31 am
Forum: General discussion and questions about Aware IM
Topic: Filter a List Based on its appearance in another List
Replies: 4
Views: 7367

Re: Filter a List Based on its appearance in another List

I'm trying to make it a little more user friendly.

I don't want all the Countries to be returned, I only want Countries where there is a TaxType in existence.

Show Countries only where there is an active TaxType for that Country
by PointsWell
Fri Sep 15, 2017 5:56 am
Forum: General discussion and questions about Aware IM
Topic: Filter a List Based on its appearance in another List
Replies: 4
Views: 7367

Filter a List Based on its appearance in another List

This seems like it should be straightforward but... I have two BOs Country TaxType attributes: Active=Y/N and ps_Country ps_Country=Peer Relationship to Country I want the user to select a Country and then Select the TaxType I also want the Country list to be filtered down only to those Country inst...
by PointsWell
Fri Sep 15, 2017 2:02 am
Forum: General discussion and questions about Aware IM
Topic: V8 - Context Assistant on MAC
Replies: 21
Views: 82663

Re: Totally off topic but...

BLOMASKY wrote:I have never ever seen anyone type Whilst once never mind twice in a technical response.. I am impressed mr. Points sir...
Why thank you kind sir. It is not outwith the bounds of probability that it is the product of a legal education. And I wholeheartedly concur with your estimations of version 8.
by PointsWell
Wed Sep 13, 2017 2:13 am
Forum: General discussion and questions about Aware IM
Topic: How to add the repeat control to an appointment form
Replies: 7
Views: 28324

Re: How to add the repeat control to an appointment form

I assume the latter. Your code would still be useful to have and maybe I could concoct a process to convert a ghost into an actual instance (though as I'm contemplating this, I'm thinking that's probably not realistic). From you last post I get the feeling that I don't understand your use case. Rec...
by PointsWell
Tue Sep 12, 2017 10:06 pm
Forum: General discussion and questions about Aware IM
Topic: How to add the repeat control to an appointment form
Replies: 7
Views: 28324

Re: How to add the repeat control to an appointment form

I have the recurring appointment functionality working. It is very opaque and requires non intuitive elements in the recurrence field. The RecRule code is below, but it is important to add the weekstarts setting. And it has to be Sunday. The following RecRule will generate an annual event on Septemb...
by PointsWell
Tue Sep 12, 2017 6:17 am
Forum: General discussion and questions about Aware IM
Topic: Tidy Up BSV
Replies: 2
Views: 12192

Re: Tidy Up BSV

V8 right click BO (or query or process) and Find References.
by PointsWell
Sun Sep 10, 2017 1:16 pm
Forum: General discussion and questions about Aware IM
Topic: V8 - Context Assistant on MAC
Replies: 21
Views: 82663

Re: V8 - Context Assistant on MAC

Thanks Rocketman. The CTRL ALT, F3, etc isn't working. I've tried many different combinations...but still open to all tips simple or complex, I will try them all. My setup is MAC OS 10.12.6 (home) to my hosted dedicated server MAC OS 10.12.5 (running apple's server OS) via Screen Share. Is there a ...
by PointsWell
Sun Sep 10, 2017 12:34 pm
Forum: Wish List
Topic: Query - stretch to page end & unlimited records
Replies: 0
Views: 6298

Query - stretch to page end & unlimited records

most of my queries stretch to end of page it the current query option force a page size limit (number of records)

I'd like unlimited records and stretch to page end.

At the moment if you specify unlimited records you have to define a query grid height.
by PointsWell
Sun Sep 10, 2017 7:31 am
Forum: Tips and Tricks
Topic: Temporary Date Variables
Replies: 0
Views: 5115

Temporary Date Variables

I have a number of processes that apply dates to various BOs when status changes are made. The change isn't always on the date that the record is being updated. Rather than create a bunch of different date BOs with different labels or different forms with different titles I realised that I could get...
by PointsWell
Fri Sep 08, 2017 12:45 am
Forum: General discussion and questions about Aware IM
Topic: V8 - Context Assistant on MAC
Replies: 21
Views: 82663

Re: V8 - Context Assistant on MAC

The keystroke is indicated on the Textual view. Off the top of my head it is Shift and Option (but am willing to be corrected).

It seems to be a bit temperamental though or my prior errors prevent it showing up.
by PointsWell
Wed Sep 06, 2017 7:24 am
Forum: General discussion and questions about Aware IM
Topic: How To? Tabs Within A Panel on VP
Replies: 6
Views: 13123

Re: How To? Tabs Within A Panel on VP

Update - Forms with Queries within them (i.e. PM or OM) can now stretch to the bottom of the screen in V8.
by PointsWell
Wed Sep 06, 2017 12:28 am
Forum: General discussion and questions about Aware IM
Topic: Combining fontawesome icons
Replies: 3
Views: 17827

Re: Combining fontawesome icons

FYI, some CSS Selectors should strictly speaking have a double colon... https://www.w3schools.com/cssref/css_selectors.asp ::before and ::after are two of them. Thanks - didn't know that. I've been copying and pasting to test and there's obviously a lot of non compliant code out there! Seems to wor...
by PointsWell
Tue Sep 05, 2017 3:38 am
Forum: General discussion and questions about Aware IM
Topic: Combining fontawesome icons
Replies: 3
Views: 17827

Re: Combining fontawesome icons

I am working on figuring this out. I have gotten half of the way: The following is meant to be a concatenation of the phone and plus icons: .fa-phone-plus:before { content: "\f095"; } .fa-phone-plus:after { content: "\f067"; position: absolute; font-size: 0.5em } Screen Shot 2017-09-05 at 13.39.06.p...
by PointsWell
Tue Sep 05, 2017 2:03 am
Forum: General discussion and questions about Aware IM
Topic: icon options for static string button in banner
Replies: 4
Views: 6910

Re: icon options for static string button in banner

It turns out that not all Font Awesome fonts on the cheatsheet are in the folder. So I've been chasing my tail the whole time. Current version of AIM ships with Fontawesome 4.6.3 which has less icons than 4.7 Download http://fontawesome.io/assets/font-awesome-4.7.0.zip to the Tomcat/webapps/AwareIM...
by PointsWell
Fri Sep 01, 2017 10:50 am
Forum: General discussion and questions about Aware IM
Topic: Version 8.0 has been released!
Replies: 16
Views: 51723

Re: Version 8.0 has been released!

https://www.awareim.com/changelog/Readme2349.txt Bugs: 1. Wrong jasperreports.jar was used - missing a fix for using images in page header 2. Splitting a cell destroyed column information underneath the splitted cell 3. Using HTML is the operation menu button in reference grids, destroyed properties...