Search found 77 matches

by yahya
Tue Nov 19, 2019 1:44 pm
Forum: General discussion and questions about Aware IM
Topic: DISTANCE function
Replies: 16
Views: 21530

Re: DISTANCE function

Am doing a simple map using the predefined element where I am using a query to find a place and selecting the field with is a the location the field is a text. Get this error message in the Java Console of the browser. Geocoding Service: This API project is not authorized to use this API. For more i...
by yahya
Thu Aug 01, 2019 6:03 pm
Forum: General discussion and questions about Aware IM
Topic: How to Count Unique Values
Replies: 1
Views: 3390

How to Count Unique Values

Let’s say you have a list of values where each value is entered more than once.
And now...
You want to count unique values from that list so that you can get the actual numbers of values which are there.

How would one go about implementing this?
by yahya
Wed Jan 16, 2019 5:23 am
Forum: General discussion and questions about Aware IM
Topic: Displaying a Multi-Select attribute in a Query result
Replies: 1
Views: 3150

Displaying a Multi-Select attribute in a Query result

Ok I have a multi-select on my form. But now comes the question, if I want to find all objects created displaying the multi-select attribute values in the query results. Then I can't. I tried setting up a rule and a plain-text attribute, where AwareIM will just copy the attribute name selected to th...
by yahya
Fri Nov 23, 2018 9:23 am
Forum: Problem reports
Topic: Auto Refresh of Query Results
Replies: 3
Views: 7019

Re: Auto Refresh of Query Results

"If it is a Reference Query Grid it will show the update automatically."

- this is not happening.
by yahya
Mon Nov 12, 2018 10:39 am
Forum: Problem reports
Topic: Auto Refresh of Query Results
Replies: 3
Views: 7019

Auto Refresh of Query Results

Automatically refreshing query result of object shown in the grid is not working without defining the current object in auto refresh.
by yahya
Mon Oct 29, 2018 3:41 pm
Forum: General discussion and questions about Aware IM
Topic: Version 8.2 build 2560
Replies: 3
Views: 5316

Re: Version 8.2 build 2560

Trying to upgrade but get the following error message when trying to download upgrade

"Process implementation component com.bas.tools.GenerateKeyForLicenseProcess is not found or has invalid format"
by yahya
Wed Oct 24, 2018 10:14 am
Forum: Tips and Tricks
Topic: Spectacular CSS Resource
Replies: 4
Views: 14065

Re: Spectacular CSS Resource

Nice resource is https://bootsnipp.com/ which provides free code resources for bootstrap and jquery which are default in AwareIM.
by yahya
Thu Oct 04, 2018 8:42 am
Forum: Problem reports
Topic: Cascading Menus
Replies: 1
Views: 4630

Cascading Menus

I utilise multiple combo-boxes on a form, where results from the first combo-box determine what is available in the next combo-box, works brilliantly. However I decided to group my business objects in order to search for related info, ever since I grouped my filters in the combo-box do not work, I e...
by yahya
Sat May 05, 2018 2:25 am
Forum: General discussion and questions about Aware IM
Topic: Font is not available to the JVM
Replies: 2
Views: 5807

Re: Font is not available to the JVM

Build 2455 has resolved the issue.

Appreciate the update.
by yahya
Thu Apr 26, 2018 10:44 am
Forum: General discussion and questions about Aware IM
Topic: Font is not available to the JVM
Replies: 2
Views: 5807

Font is not available to the JVM

I installed a new font to my report which is Calibra and it displays in the report designer and is selectable even after saving the report and re-opening. I get this error message occuring: "Error filling report net.sf.jasperreports.engine.util.JRFontNotFoundException Font is not available to the JV...
by yahya
Sat Dec 02, 2017 2:56 pm
Forum: General discussion and questions about Aware IM
Topic: send email to [email protected] with out creating correspondent
Replies: 3
Views: 7069

Re: send email to [email protected] with out creating corresponde

Anyone being able to resolve this, as I am also getting the same error?
by yahya
Tue Mar 14, 2017 2:41 pm
Forum: Problem reports
Topic: using shortcuts in a HTML Query Result
Replies: 5
Views: 11382

using shortcuts in a HTML Query Result

if I use html to display references in my query result using the "when row is expanded" feature, I get the Business Object name displayed aswell as the shortcut reference. for example the displayed result would then look like: Product:792@Jane Smith when it should just display: Jane Smith Product is...
by yahya
Fri Dec 27, 2013 8:25 am
Forum: General discussion and questions about Aware IM
Topic: allocate a single payment that will then update multiple ord
Replies: 1
Views: 2223

allocate a single payment that will then update multiple ord

Trying to allocate a single payment that will then update multiple orders. Account consists of multiple Orders, so we will then be working with the following information: Account.ContactPerson Account.Order.Number Account.Order.Date Account.Order.Amount Account.Order.PaidAmount Account.Order.Outstan...
by yahya
Thu Mar 07, 2013 4:39 pm
Forum: General discussion and questions about Aware IM
Topic: Updating a second record based on changes to first record
Replies: 3
Views: 3527

Thanks for the feedback, worked like a bomb.

And I now got to see how to apply a This,
by yahya
Thu Mar 07, 2013 9:33 am
Forum: General discussion and questions about Aware IM
Topic: Updating a second record based on changes to first record
Replies: 3
Views: 3527

Updating a second record based on changes to first record

Run into a dilemna not sure how to update a secondary item when updating the first record, need some clues. Am working on stock management transferring stock quanties from one product warehouse to another product warehouse. Am presuming I would need to first find the related record which will go som...